Hi,
In the Excel's UpdateARow action,
my goal is to update a cell for the row I am currently working on inside a foreach loop. This foreach goes over all of the rows inside of my excel table and I want to set one by one a cell to a "done" status.
Is there a way to reference the specific row or row number of the item in a foreach to only update that row?
Thanks