Looping over an Excel Spreadsheet

Is it possible to loop over an Excel Spreadsheet with RPA?
Thanks

Hi @tony.norman,

Thank you for your question.

You can loop over Excel files by using the activities as shown in the screenshot:

By using the combination of the “Start Excel Application”, “Get table”, “Loop” and “Print message in console” (or whatever you would like to do with the rows you are looping over), you can perform activities for each row in your Excel table.

Hope this helps Tony!

Kind regards,
Koen

That’s great @koenvaneijk. Thanks.