Forum Discussion
Ben Haynes
Aug 29, 2018Copper Contributor
Refresh SharePoint Items in an Approval Flow
Does anybody know how Flow works with SharePoint items within approval. So do you have to get the item each time you update it to get the latest changes during an Approval Flow? I ask because the approval could take 30 days to complete!
- Matt WestonIron Contributor
Yes, it will get the list item and effectively store it as an object within the context of the Flow. You can test this by creating an item and running Flow in test mode, then going and making a subsequent update to the list item. You won't see any real-time changes, unless you do a Get Item again.
- Alan MarshallSteel ContributorThis asynchronous Flow model might help you http://johnliu.net/blog/2018/3/design-a-delay-until-sharepoint-file-changed-httpwebhook-for-microsoftflow
It has a parent Flow that could start an approval and branchedd sub-Flows to check for file changes