ForEach problem

Hi @apeterg

  1. Use Assign activity → Variable (Int)
Count = 1

Use For each row activity

  1. 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

  1. After Typing the first text go for next one
  2. Use Assign activity
Count = count+1
  1. It will loop through for all the cases in the for each row

Regards
Gokul