Custom Automation via dev center

Hey,
I would like to add a condition to the automation I created through Dev center.
The automation I need is:
When Button clicked and if column is empty > create project from template

I didn’t find where I can add condition to this thing, please assist.
Adding a picture of the recipe I managed to do, thanks

You can’t, its not part of the capabilities of integration templates. That said, you can publish (potentially) the “create a project from template” action for use in the custom automation builder which has conditions.

Hello there @usermonday,

You can also “add the condition” in the action. The endpoint of the action will always be called (even if the condition is not true) but you can then filter on your end and perform the action or not depending on the condition.

Cheers,
Matias

1 Like