I have an input in notepad which has
Account (as header) and 2 account no in 2 rows
I have read CSV and added for each row
I have passed the variable
But when I am running the work flow the second number in the input sheet is getting picked
Can anyone help me to fix this
vrdabberu
(Varunraj Dabberu)
2
Hi @dipon1112000
Keep the UI Automations activities like Type Into inside For each row in data table. That should work.
Regards
pikorpa
(Piotr Kołakowski)
3
Hey @dipon1112000
You should do it this way:

Instead ‘wirte line’ you can use ‘type into’.
Here is the worflow:
BlankProcess65.zip (2.7 KB)