
I'm struggling to find a way to refresh a record in 365 after a MS Flow has finished.
The flow in question updates a field in a 365 record when it finishes, so i want the record to refresh and show the data in that field (simple text field)
Maybe there is a way to refresh the page if a field contains data?
Any help will be appreciated!
Hi,
Unfortunately there is no way to check when flow is finishes from UI . Only you can write client side logic ( using settimeout/setinterval ) where retrieve the data using Web API and check the data if this updated refresh the page(formContext.data.refresh()) or reopen the entity form using method Xrm.Navigation.openForm.