Hello! I'd really appreciate help on this. I split my script in 2 actions, the first script is getting data from excel worksheet1, the 2nd script is getting data from excel worksheet2...i declare both actions to run on all rows...Is it possible to assign action2 to get data from worksheet2 on different rows on every iteration? ex. on first iteration it will fetch data on rows 1 to 2, but on the 2nd iteration it will fetch data on 3 to 4 only...Thanks so much in advance!

Showing Answers 1 - 3 of 3 Answers

T.T.Chakravarhi

  • Feb 6th, 2007
 

make a condition accordingly and use exitglobaliteration so that if condition passes it will exit from that and again loop iterates.So accordingly for 1st and second we can get values from 1st,2nd rows and so on.....Try this and let me know the status.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions