
Announcements
Hello,
I'm embedding a power app into my web app and I can pass params via the URL query parameters.
Power app is some kind of a calculator and in the end I'd like to pass data back to my web app.
How can I do it?
I have options like passing a URL that will be triggered from the iframe upon completion, or trying to share the data source, but these sound like a lot of unnecessary complexity.
In a web app we can pass message from iframe to parent web app with `Window.postMessage`, can something like this be done in a powerapp?