Hello,
Is it possible for apps that are embedded in a SharePoint page to get paremeters from the url of that page? For example, if I add "&ParameterName=ParameterValue" to the end of the url, can the app get that value somehow? I've tried it a few times but I'm not sure if there's just something I'm missing or if it's just not possible yet.
I've seen the different ways to do this with the iframe and you add the paremeter into the iframe, but I'm trying to make it more dynamic. For example, in one page with an app I want to select a project that takes me to a project page with a different app that then shows the data from the project I selected in the first app. Is this possible?
Let me know if any of this wasn't clear enough and I would gladly clarify!
Kind regards,
Ben
Hi @BenFetters ,
You can achieve this with 2 apps. The first app have a button that when select it, it will navigate to the page that contains the other app. Set the OnSelect property of the button to something like:
Launch("pageURL")
Then in this new page embed the 2nd app that contains the data that you need.
Regards,
Mona
WarrenBelz
146,631
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,991
Most Valuable Professional