T
Twenty2w ago
kyrpav

Workflow if condition with 2 outcomes.

Can an if condition in workflow split the workflow in 2 branches so different steps to follow?
4 Replies
Prastoin
Prastoin2w ago
Yes you can use workflows branches following a filter
kyrpav
kyrpavOP2w ago
maybe i am missing how to know which branch is the true and which the false?
No description
No description
martmull
martmull2w ago
you need to add another filter with the "else" condition trigger -> filter 1 condition -> update-record 1 -> filter 2 !condition -> update-record 2 filter is a on/off step, it does not execute its children if condition is not met
kyrpav
kyrpavOP2w ago
so filter is inside the branch and only to confirm the case of it is also possibility thx

Did you find this page helpful?