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.
MS flow HTTP request Link getting change from one environment to another.
Do one thing. Create environment variable for that link in all your environments.
And in JS function, retrieve the value from the environment variable.
It will help in not changing the JS every time you move your flows.
You just have to change the value of environment variable. That's it.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.