Can we use the flow decision activity in a for each row activity?

I have to first filter contact info data in an excel sheet by separating the invalid data (invalid email, invalid phone number, etc…) from the valid data. I don’t want to do a nested if loop so I was wondering if I could use flow decisions in the for each row activity.

Something like this but inside a for each row activity.

1 Like

hi
welcome to UiPath community
yah thats possible we can use Flowchart inside a IF condition
but i would recommend you to use SWITCH activity when we are designing the process with SEQUENCE

Cheers @Hisuhong

Thank you for your help! I will look into that :smiley: