How to Read URL Parameters from URL using uriQuery() function in Power Automate
Introduction In this blog, we will see how to read the parameter from the URL in Power Automate. For example, let’s take the below URL: https://inogic.com?EmpId=1&EmpName=JohnThomas Here, we have passed Employee Id and Employee Name in the web URL and now we have to get those two parameters from URL. There is one inbuilt function… Read More »