
Hello Forum,
can anyone help me with a tip?
How can i build a Flow to get a HTML Template inside with Variables from a SharePointlist and how can i fill the variable in this HTML Template with my dynamic Data from my App?
I have build a Flow to generate a html File and than a pdf with sending an Email but i want a HTML Template in my SharePoint List with variables an fill this from my app
Thanks
Hi @Tamer66
Within your html template in the sharepoint list you can create tokens which can then be replace with dynamic content in your flow
For example: My name is {name}
Then within flow you can use the expression replace
replace(htmltext,'{name}',dynamiccontentname)
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly