if we have a SharePoint page page hosting a PowerApps, it would be interesting to be able to read the querystring parameters (or the post parameters) from the PowerApps. The whole page context should be available to the PowerApps applet.
myredirectedpage.aspx?myparam=param1
from the hosted PowerApps I want to be able to retrieve myparam=param1
... View more