Applies to Product - Power Pages
What’s happening?
Changes made in Power Pages are not being reflected immediately on the portal page after updates are made in Dataverse via workflow.
Reason:
The delay in reflecting changes on the Power Pages is due to the caching mechanism, which updates every 15 minutes.
Resolution:
- Clear the cache manually by accessing the URL /_services/about on the Power Pages site after the workflow finishes running. This can be done by appending /_services/about to the portal URL.
- If manual cache clearing is not feasible, wait for the automatic cache clearing which occurs every 15 minutes.
- Consider creating a Power Automate flow that makes an HTTP POST request to the /_services/about page to clear the cache after the workflow runs.
