Hi UiPath,
I need help with my situation.
Let say I have the dataset below:
and I need to paste it in a web application that only accept maximum of 20 entries per transaction.
as you can see I have 23 entries. I want to paste all of it using for loop.
I know I can do it using the for loop. but how can I formulate the logic for that?
is there an easy way to achieve this outcome?
thanks!