Run workflow with button in form

Hello,

is possible to run workflow (sending info via email) by clicking button in form? Simply i need to create button next to another field.

Is that possible?

Yes, but as far as I know, without doing to much in internals, it needs a little bit of work:

You create a field on your model: eg. “send email” with True/False.
When you click the button, you will set it to “True” and save the form.

You then have the Automation waiting for change with filter for that field for True.

It will execute then what you want :slight_smile: