Hi, I've search this forum and googled this quite a lot, but I cannot find a good answer to this.
I have a list and a PowerApps form for that list, let's call it "Location targets". Users will primarily use SharePoint/browser.
One of the fields in the form is "Location". I have another page where the user can select a value from the same dataset "Location". After the user selects a location, I will use that value to send the user to the NewForm for the list, and pre-populate the "Location" field with the "Location" value previously selected by the user. I'm doing this because I'm going to reuse the "Location" value also outside of the PowerApp form.
I've investigated sending parameters to the form, but it seems like this is not possible using SP forms? Custom forms - Get parameters from url.
I've also looked into if we can use localstorage/sessionstorage to set and get values, but can't find any good info on this either.
Any ideas?
Currently experimenting if we can open https://web.powerapps.com/webplayer/app?appId=/providers/Microsoft.PowerApps/apps/MYAPPID&URLPARAM=Hello in a modal dialog. Migt be good enough.