Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loops in actions
#1
Not Solved
I searched but could not find a simple solution.
The question is this,

I want to loop after the logon an action until the datasheet is all done. So once logon en then do some steps over and over again.

Code:
Wait (8)
Logon action
Wait (2)

Dim record_count
record_count = DataTable.GetSheet("Action1").GetRowCount
For i = 1 to  record_count
DataTable.GetSheet("Action1").SetNextRow

here are my actions

NEXT

If i run it is will redo the whole action with logging in... It needs to loop only the action after logging in
Reply


Messages In This Thread
Loops in actions - by sebbienl - 07-14-2015, 05:27 PM
RE: Loops in actions - by supputuri - 07-14-2015, 07:24 PM
RE: Loops in actions - by ravi.gajul - 07-16-2015, 11:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Do Loops in SAP Shure 0 1,812 05-24-2008, 01:55 AM
Last Post: Shure

Forum Jump:


Users browsing this thread: 1 Guest(s)