I want to know if there is any idea to refresh Dynamics crm page after running a Power Automate (Flow). The flow updated fields in the quote entity and I want to refresh the page after the Update.
How is your flow been Trigerred? As Arun said there are 2 different systems been used here. But let me try another Idea.
How about you add javascript and through Javascript trigger your flow, you can have http request to trigger a flow and it is not a big deal.
Now add a promise in your Js which will wait for response from Flow and once you get the response you can refresh the Dynamics Page.