Hi,
I am trying to get a flow that creates a new folder and spreadsheet each time a response in forms is submitted. I have managed to get it working so a new folder is created, named appropriately based on the input to the form and spreadsheet is created. Then I am updating certain values in the spreadsheet to Yes based on the questions - This is driving some effort calculations in the spreadsheet which are put into table 2.
I am hoping to get to a point where I can send an email with the values in the table 2 spreadsheet. - Have attempted to get the list rows and put the output into a HTML table which works but it adds the odata.etag and the iteminternalid into the email (screenshot of output attached) also table isn't formatting correctly.
Can anyone think of a way of removing odata.etag and itemiternalid from the email also formatting maybe via CSS? Alternatively the spreadsheet I am using is the same (just a new copy for each form) so I know which cells I need to pull into the email but can't seem to find a way of making it work (because it's a new copy of the same sheet each time created in a different folder driven by the input from the form).
Thanks in advance.