Forum Discussion
Power Automate - First change of a folder in SharePoint library does not contain the change
Dear ladies and gentlemen,
in Power Automate first change of a folder in SharePoint library does not contain the change.
I use the trigger "When item or file is changed" in Power Automate.
In German environment, which I use it is "Wenn ein Element oder eine Datei geändert wird".
Then I use the object "Get changes for an item or file (Only properties)".
In German environment, which I use it is "Änderungen für ein Element oder eine Datei abrufen (nur Eigenschaften)".
There I set also the "From" property in German "Seit" with "triggerOutputs()?['body/{TriggerWindowsStartToken}']".
In the "body" object I receive:
"SinceVersionId": 512
"UntilVersionId": 512,
"ColumnHasChanged": {
"Title": false
}
Then I try to get the value of title from the previous version through the Http Request GET method with api:
_api/web/lists/getByTitle('LIST TITLE')items(ITEM ID)/versions(512)
In the body in the "Title" property then I have already the changed title.
I would say it is a bug.
How can I get the previous value of the first change of a folder in a SharePoint library?
The second change of a folder is working well and it is possible to get the previous value of the title of the folder.
Thank you
Ladislav Stupak