Hi @apeterg
- Use Assign activity → Variable (Int)
Count = 1
Use For each row activity
- Use Type into activity → pass the variable instead of the Tablerow=‘1’ to Tablerow=‘Count’ (Check the document or thread how to pass the variable inside the selector)
Check on the above post for dynamic selector
- After Typing the first text go for next one
- Use Assign activity
Count = count+1
- It will loop through for all the cases in the for each row
Regards
Gokul