Hi all,
I have a ms flow to send an email notification, flow trigger is /When a HTTP request received/. And I am calling this ms flow on change of one field.
For that I am calling a Js on change of that field and through that Js I am calling the ms flow, so inside the js I am passing the ms flow url. But the problem is, when ms flow is moving from dev env to stage the url getting change every time.
For that I am calling a Js on change of that field and through that Js I am calling the ms flow, so inside the js I am passing the ms flow url. But the problem is, when ms flow is moving from dev env to stage the url getting change every time.
Is there any way to get this link dynamically?.