I am in the situation where i need to get the value from the user with the help of INPUTdialog
and run the for loop in order to do the certain task.
Please give me some idea . check these directives to understand my problem:-
-open browser
-go to certain site.
-ask user to enter certain amount
-use that amount to run a for loop, such that certain button is clicked that many times
NOte:- i HAVE made use of flowchart and i am not about to drag any “for each loop”
Also i am only allowed to run the for each row loop, where there is no row in my situation… Please help me.