parthasarathy B

parthasarathy B

  • NA
  • 927
  • 101.6k

How to get Query String Value in Powerapps forms

Oct 14 2020 11:28 AM
Hi,
 
I need to get the query string values from the URL in powerapps.
 
i.e I have an SP list with Customized powerapps forms, if i pass the value in the URL like "http://TestSite.sharepoint.com/sites/TestSite/Lists/TestList/NewForm.aspx?CompanyName=Microsoft
&CompanyID=1".
 
I should able to get that CompanyName value and CompanyID value in powerapps forms. I tried Param(CompanyName) method but didn't get the value from query string.
 
Is there any solution to get the parameter value from query string in Powerapps.
 
Thanks in Advance!.

Answers (1)