Hi Community,
I stuck in a automation where I like to track the different status change date to an excel file base on an sharepoint list item. So in every case the Status field on sharepoint is change the flow should put the current date to an excel column that refer to the status that is choosen - the row is determinate by an already existing ID or even is set up as a new row with a new ID (eq to title from Sharepoint list item).
Example of Excel file:
| ID | New | Stage 1 | Progress | Send to Approver | Stage 2 | Completet |
| 123 | | | | | | |
| 321 | | | | | | |
| 555 | | | | | | |
| 666 | | | | | | |
Here the start of the flow - but how I get the right Column to enter the change date?


Thx a lot in advance