Hi all, i need for help on how to build the program to download data from SAP.
However the step is exactly same is just the plant is different?
so i have 3 plant code to download the data
what i need to change only the plant in SAP follow my excel.
Welcome to the community
Read the data into datatable
Use a for each row in datatable activity
Then inside loop give the steps to download thw file…and for plant code use currentrow("Plant").ToString
And to make file name unique you can use the same plant code in file name as well
Hope this helps
Cheers