JetFlow looks super interesting. Thank you for building such an incredible product. I’d love to see “built-in” actions of:
1) Run a SQL Statement (obviously map the return values)
2) fire a shortcode / do_action with parameters
Thanks,
Dan
- Dan Linstedt asked 4 years ago
- You must login to post comments
1) It will be implemented soon. For the time being, the only way to achieve that is using PHP code snippets and global $wpdb object. Please read more: https://jetflow.io/automate/creating-workflow/include-php-code-snippets-in-a-workflow/
Also, consider using internal key-value storage: https://jetflow.io/tag/storage/.
2) You can do it using the “Call shortcode” action. The name might look confusing, but it does what you’re asking for.
- Gregory answered 4 years ago
- You must login to post comments
Please login first to submit.