I'm building a flow which validates data in the email body of an incoming email. Lets say I have 4 rows to validate.
If the validation fails in the first row itself, Is it possible to skip all the subsequent actions in the flow and execute the last action.
Thanks,
SV
your easiest way to achieve with what you have now.
copy last action to clipboard.
add parallel branch underneath the action that will fail
paste last action
click ... and configure run after
untick success, tick failed.
under this action add a terminate which is set to success.
this action will now get called if the previous action fails.
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional