Writing rows dynamically in SAP using UiPath

Hi All,

I am using SAP application and I want to write to the rows. I have an excel (which can have variable numbers of rows and no. of rows won’t be specified) as an input file.
I want the BOT to read from the excel and write to the rows dynamically. How to do this?

Hi,

you can use Read Range activity with “” as range to get the whole spreadsheet / datatable. You can then use a For Each Row activity to loop through each row of data to insert into SAP

1 Like