Hi
I need to get information from the site where I put PowerApps.
PowerApps is added to the page using Iframe. At the moment I use Param, e.g Param(infoProj) and get data from query string
<iframe width="1024" height="576" src="https://apps.powerapps.com/play/[ID]?source=website&screenColor=rgba(165,34,55,1)&infoProj=ABCD&infoId=ABCD-0013" />
Is there any way to get PowerApps data from the website dynamically? (Data on the site changes, Apps responds to these changes)
Maybe Flow? Any idea will be helpful.