Transactions may appear in one line or in multiple lines. I want to enter the values based on sou, sap_code, product_line. e.g for each individual product line(A,B,C etc.)
If I am working with B line then I have to post all of the line of data of B line and similar for other lines
Use “for each row in datatable” activity to iterate through each row in data table.
Inside the “for each row in datatable” activity, Use three “Get Row Item” activity get sou, sap_code, and product_line cell values from that particular row.
Use Type into and pass the output of “Get Row Item” into “Type into”.
These steps will be repeated in a loop until all the rows have been processed.