I did an output of ID of currentRow and it gives med ID as output and foreach loop is working fine as it gives med ID one by one.
I tried to Update the column name “Status” on currentrow as assign. but its not update value in excel.
I did a write line and it has the status value.
As the argument on datatable is in/out I think it should work but its not working.
Can someone tell what im missing?
Or help me how to update the Datatable.
If you want to update the excel file, it’s necessary to write back the datatable into Excel file. Can you try to use WrirteRange activity at the end of the workflow?
WriteRang expect I use excel application scope and im not using that.. as you can see in pictures i use ReadRangWorkbook and creating a DataTable.
In another file I use that dataTable as for each row in datatable so im not using Excel application scope.
Thanks for the answer.. it works and now i want to ask..
Is it possible to invoke another file inside foreach row table?
And how can i take that current row to that invoke file so that i can use data from excel in another file?
Hope you got my query.
Ok I tried something and i think it worked but check if i did right or wrong. Sample20251119-21.zip (206.4 KB)
The one i did when you will run it .. will update excel with this value
It seems no problem.
If I had to add something comment, it will also work to change argument type from InOut to In. Because datarow type is reference type.