Dears,
I'm trying to create a flow to tell me on which date a specific column in my list was changed. The column is date column
The flow runs successfully and I see that the date is showing on my flow but it's not patching on my list.
The flow goes:
When an existing item is modified
Get changes for an item or file (properties only)
I have an expression on Since:
sub(int(triggerOutputs()?['body/{VersionNumber}']),1)
Condition: Has column ... changed equals true
and
-Columnsname- equals -Mydesiredvalue-
If yes:
Current time
Update files properties
Columnsname: Current time
How can I adjust it so the date shows on my Sharepoint list?
Thank you!