Hi.
My Scenario is:
I have an HTML-Template that I want to use within my PowerApp.
The PowerApp then shall replace placeholders within the HTML and store that "filled out" HTML Template to SharePoint.
I now want to store the initial HTML-Template within SharePoint so that e.g. users can update the HTML-Template in SharePoint and the PowerApp pulls the new template without needing to update the App itself.
My question:
How can I read the HTML-file content from SharePoint with PowerApps?
What I have done:
- Create a DataSource Connection to target SharePoint library
- Fetch Document with LookUp-Function.
--> Okay, now I have got the file Properties, but do not know how to access the file content and store it in a local variable or field.
Any idea how I can achieve this?
I'm thankful for any help - :-).
Manuel