Forum Discussion
Dimps
2 years agoFrequent Visitor
Power Automate with condition.
I've developed a Power Automate for managing inventory. After refreshing the inventory dataflow, I also refresh the dataset linked to it. Typically, the dataset refreshes within 15-20 minutes, but oc...
lbendlin
2 years agoSuper User
That's not how this works. Your request for a dataset semantic model refresh is asynchronous. Meaning your flow will not wait for that step to complete. You have to implement the 1 hour delay yourself. At the end of the delay you can check in the refresh history if the latest record has an end date or not.
- Dimps2 years agoFrequent Visitor
Thank you lbendlin, I changed the settings for 'Refresh a dataset" to one hour, with the termination status set to "cancelled." Will this terminate the dataset refresh if it exceeds one hour?
- lbendlin2 years agoSuper User
No, this is totally unrelated. Your flow will continue to run. It will not wait for the completion of the refresh.
If you want a one hour delay you need to add that delay yourself, as a separate action.