Currently built a Power App that allows a user to select from a multitude of Dropdown/ComboBox that will change an HTML Text table within the Application to reflect the selections:
The email button will Patch my HTML Text to a SharePoint list. When a new item is created in the SharePoint list. I would ideally like to have it send a Word Doc of the table to the user. I can get the Word Doc to take the text, but it doesn't format the HTML Text, nor can I get it actually create in a table.
I've gone through and created a Word Doc Template with Developer tools to insert the data. Do I need to create this as a Table within the Word Doc, and if so, how do I go about creating a dynamic table that will change the amount of rows based off of the collection?
Side note, each time I receive the file currently, it doesn't come in as a Docx, but a file.
Thanks!