Hi Geet,
I would suggest you to follow any of the below couple of ways for your query.
Way1 : Go to Keyword View > Select 'TestFlow' from Action Toolbar, then Right Click on required Action , select "Action Call Properties" > choose "Run on All rows" & click OK.
Now re-execute the script & see...
Way2: Refer the below code, implement accordingly & re-execute and see
I would suggest you to follow any of the below couple of ways for your query.
Way1 : Go to Keyword View > Select 'TestFlow' from Action Toolbar, then Right Click on required Action , select "Action Call Properties" > choose "Run on All rows" & click OK.
Now re-execute the script & see...
Way2: Refer the below code, implement accordingly & re-execute and see

Code:
For i=1 to Datatable.GetSheet("required Action").GetRowCount
Datatable.GetSheet("required Action").SetCurrentRow(i)
'Statement 1
----
----
----
'Statement n
Next
