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?