Forum Discussion
ypetrov123
Apr 07, 2022Copper Contributor
PowerApp URL parameter does not refresh in app
Hey guys, I have an app which utilizes a URL parameter in order to allow pictures to be send to the correct SharePoint library folder. In short, when a project folder is created within a specif...
cmenegay
Jun 08, 2023Copper Contributor
This is the iOS app I'm testing with. It works fine in a browser since it seems to treat that as a new launch each time. Seems to be a shortcoming in Power Apps that likely needs to be fixed.
I'm just using Set(eventId,Param("eventId"));
And like I mentioned, it works fine in a browser, and works fine in iOS if the app isn't already running. If you exit the app then use the URL, it works as well. Just doesn't work if the app is loaded and running on the device.
dude498328732
May 15, 2024Copper Contributor
cmenegay Exact same issue here using URL param and iOS. Did you find a solution?