I'd like to be able to find the URL of the page that sent a person to my app. Seems like what I'm trying to do is access the Referer header so that I can pass the URL into my app as a variable and auto-populate one of the form fields. I can't seem to find information about how to get access to the Referer header from inside my app.
Thanks for any help you can provide.
Param() is the function you're looking for.
Assuming Power App URL will look like:
https://web.powerapps.com/apps/...?MyParam=Test
Param("MyParam") will return 'Test' as a value
https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-param
Supposing I can have each url be parameterized at the source, how do I grab that parameter and put it into a variable in the Form?
It's a publishing platform. We submit a template that acts as a frame around the content. Scanned books and other library content. I'll see if the publisher has a way to modify the link on each page, but I think that's going to be a non-option
Hi @Clifferton,
I'm assuming the apps has users from various departments / locations (?) and each have their own site (?) with a link to your app (?). Simply ask them to include a parameter in their links (&Referer=Marketing) and use that piece of info to auto-populate your fields maybe? (that's a looot of assumptions, sorry)
WarrenBelz
146,786
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,093
Most Valuable Professional