I am trying to add a row to Excel (stored on SharePoint) when any one of three columns (Stage, Status, Estimated Cost) change in a SharePoint list.
I am having issues with setting the Add a row into a table to add the old value for any/all of the 3 columns and then the new value.
For the Since, I did the current version minus 1 -
sub(int(triggerOutputs()?['body/{VersionNumber}']),1)
I would like to update the Excel table to have old and new value columns that match each of the SP list columns in the condition (Stage, Status, Estimated Cost)
Any advice on how to add the old value and new value to an Excel table if any/all 3 columns (Stage, Status, Estimated Cost) of a SharePoint list is updated?