Studio X - Stop IF condition if met and move to the next IF condition

Studio X - I am using the IF condition from For Each Excel Row:

  • IF “Row” contains “sequence number”
  • Filter sheet by column name with “sequence number”
  • Read Range
  • Use Desktop app to send email with saved range

This works fine if there’s only one row with the “sequence number” and will move to the next IF condition. However, where there’s multiple items with the “sequence number” it will create a duplicate email per row find.

Is there a way to stop IF condition when met and move to the next IF condition within For Each Excel Row?

Have a look at the following activities

  • Continue
  • Break

Hi @Fabs

Check out the below zip file. Hope this will meet your requirement.

Forum Task.zip (297.4 KB)

Hope it helps!!
Regards

Is this something available from Studio X? I can’t see or open the file

Add to the expression in the condition so it checks if there are multiple rows.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.