I would like to request the ability to add multiple workflows to the submit button when a user edits a row. Currently, I am required to utilize over 15 conditions within the same workflow, because some conditions should be applied at the same time as others.
Example:
(1) If Statut change to Livre > Change Prochaine Etape to Termine
(2) If Prochaine Etape changes to Termine > Change Status to Complete
In this case, today, the workflow would apply only the workflow condition (1) but in reality I need for it to be applied to (1) AND (2) at the same time.
Another possible solution for this would be to add sub-conditions for a longer workflow continuation.
Have you considered calling a Manual or Webhook triggered workflow?
These provide much more flexibility in terms of conditional branching/looping/etc.
1 Like
Yes, but I would still need to apply the same 15+ conditions and be very careful on how I order them for them to be triggered properly.
Plus this would also mean to trigger a manual workflow that we might not even use (considering that they fix the bug in which we can’t add conditions on the manual workflow).
Some users will change more than one field at a time, which sometimes it would mean to trigger 2+ conditions at the same time. Others will change just one field, so then only 1 or 0 condition would be triggered.
1 Like