I have a scheduled flow that kicks out certain emails when the Status of on item is changed.
The SP List data source has 'Status' column and a 'Previous Status' column.
When the flow triggers I want the final task to be an action that Updates the 'Previous Status' to the
actual 'Previous Status'.
Example:
When a new item is added the Status is 'Hot Lead'.
At this point the 'Previous Status' should be empty.
'Hot Lead' will always be (manually) changed to 'Pending'.
Once this change occurs the next flow run should Update
'Previous Status' to 'Hot Lead'.
Status 'Pending' will be changed to 'Qualified' or 'Disqualified'.
Whichever outcome, the 'Previous Status' should also be changed
to 'Pending', and so forth.
