Hello,
that's a pretty hard to explain situation I would like to solve.
I'll try to sum it up correctly.
What we do :
1) we have created an e-learning module using Articulate Storyline.
2) we export it as an html file so that we can store it and have people use it on a web browser.
3) we are excuting a JavaScript at the end of thge module to collect variables (name, place, date, answers, results etc... for each candidate) by sending an HTTP request to an URL.
4) for the moment we use a Power Automate trigger collect those informations and store it into an Excel Online sheet.
It works.
What we would like to do : publish this tool within a public sharepoint site using a PowerApps webpart but without using PowerAutomate.
We previously found out we can embed the html file /module in an app (iframe), it works.
BUT : is there a way to execute the Java Script, then make the PowerApp receive the HTTP request and collect the variables values to write it in a form and save it in a SP list or Excel sheet ?
Said differently, can PowerApps understand the values sent by the embedded iFrame module in it ?
Thanks a lot for your help.
Romain