问题
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.
回答1:
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.
回答2:
I guess this may not be a feasible thing, as these are two different platforms integrated to do some powerful background handshakes. Flow got triggered and actioned to sync back the data in CRM is integration scenario and totally client side UI agnostic - so form refresh is needed in timely fashion or manual user refresh to see latest data.
You may submit an idea here for community support.
来源:https://stackoverflow.com/questions/60747125/refresh-page-in-dynamics-crm-after-flow-run