Hi,
I have an action that performs 3 different functions based on 3 different conditions.
The first should run by default for all actions
The second should run only if a condition is met
The third should run only if a condition is met.
How can I run all actions/functions for each condition?
You can’t.
When an action has multiple conditional branches, only one branch will ever run.
1 Like
You would have to copy all steps for the first branch to the second and third branches, then delete the first one.
1 Like
Some actions also have columns… I.e. glide ai → generate text could be an action OR a column in the data editor.
Depending on what you’re trying to do you might be able split up the work and handle some of the logic in the data editor.
1 Like