
Announcements
I’m using the "Send an HTTP request" action in Power Automate to retrieve the check-in comments for documents from SharePoint. However, the action is only pulling the second most recent comment.
In the output from the "Send an HTTP request" action, I can only see the "VersionLabel": "0.3", indicating that the check-in comment for version 0.4 is missing. I’ve already tried adding a delay, suspecting that the issue might be due to the SharePoint API being slow, but this didn’t resolve the problem.
The action should be retrieving the check-in comment for version 0.4, but it's consistently returning the comment for version 0.3 instead.