Refresh page in Dynamics crm after flow run

你说的曾经没有我的故事 提交于 2021-01-29 19:45:18

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!