Workflows and Triggers

Greetings,

The WorkFlow feature is neat, other than scheduling, how do I have the system look for certain events (e.g., form submit) so that it is instantaneous? I thought of running a query once a second but I want to learn more about event handling. I didn't see anything in the documentation.

Keyvan

Reference

Hello @Keyvan!

There are two main options for triggering workflows that don't involve scheduling them for specific times.

One being a webhook, where the workflow's trigger is set to run the workflow when a URL endpoint is hit.

This can be triggered by events using 'on Success' for a form's query's successful submission. As outlined in our docs here.

The other is for Enterprise customers, they have the option to use 'Retool Events' as outlined in our documentation here.

You can also read more about scripting events for 'On Success' triggers here.

1 Like