I have scraped some information in Excel. Using Read range activity, i had read the excel and store it as DT. Using for each row activity i want to print the (“part”) field in SAP Material field but my workflow is keying the values in first row unit the loop. Kindly advise how can i fix it.
Hi Ashwin, using assign activity i had initialize the counter and passed it EMATN[4,{counter}]. Now it’s working fine thanks for your support. Have a Great Day!
Similarly i want update 3-4 columns in SAP row wise. This time i need to create multiple for each or we can do that within the single for each, which was cleared earlier.