I have a use case to format each row read from an excel file, then save all the data row to a text file.
I have written a workflow that does the correct formatting of the final text file, BUT I’m only getting the last row data in my text file. See screenshots;
Final output::
Could someone help with how I can fetch all my data?
excelProblem.zip (17.8 KB)