Hi All,
I am trying to automate a process for work, and i seem to be able to get individual flows/tasks to work, but am running into issues when trying to get it to work as a cohesive flow.
We have a form that people fill out, and one of the questions allows (but doesn't require) the responder to upload an excel file. When someone fills out the form, I want to email their responses and the file they upload (if they upload).
Here is what I have tried so far:
1. Generate an HTML file of the form responses, convert to PDF and email the PDF. I have this working just fine, but I can't seem to figure out how to get and attach the file that is shared through the form.
2. I have converted the Form response to a sharepoint list. I have been able to generate an HTML table from the list and email it, but I get the entire list instead of just the information specific to the new response.I have also been able to get the uploaded file as an attachment to the list item, but I have not been able to figure out how to get the attachment from the list to attach to the email.
Any help or guidance is appreciated.