Can you use a flowchart to iterate/process all DataTable rows?
Then, you would have a variable to store the number of rows (an assign activity is enough) and another variable which would work as a counter (an assign activity is enough too).
Finally, you could have a flow decision to check if there are more rows to be processed.
This way you would have a loop without using a for each / for each row / while / do while activity.
Instead of read range try opening excel and you can do a ctrl+A and ctrl+c to copy whole data. Then if generate datable is allowed then use it to get dt… if not then use regex to get the values and then use them
Please, take a look at the example below. Although in my opinion this exercise does not make sense due to this limitation of the activities that can be used, the example below uses only the allowed activities.
As I don’t have Excel installed and don’t plan to install it now, I used Google Sheets. So I ask you to try to understand the idea of this solution and adapt it to work with Excel.
Basically, you will have to change the first activity (Use Application/Browser) to open your excel file and the selector of the click activity.
If you don’t understand it, let me know.
By the way, that’s the table that I used as example:
Hi @gustavo.cervelin,
Thank you! Its working!!!
Now I need to do the same thing, but when the excel file is close - so I can’t use Keyboard Shortcuts Activity.
For opening excel file I’m using Excel Application Scope Activity.