How to perform different operation on each row?

DemoFile.xlsx (8.4 KB)
In above file i’ve demo template in which i’ve city, state, country which i have to map to one value from all three sheets. like city match to city in city template, state to state and country to country, In iteration its not working because it’s taking column value to city value passed for state module and its changed to something else(because i’m using fuzzy match it’s requirement and created three module city state and country, all three getting same value which is first value city value).

Hello @Mohammed_Faiz_Shaikh ,

if you need only to match other tables, you can use the Merge action (maybe with left join).

I hope this can help