Hello Everyone,
I'm currently trying to make a button send a PDF by email. The PDF is generated by Flow with Htmltext and saved on SharePoint. I'm currently able to generate the PDF, however I cannot get an email to send. Attached you will find my current working flow + onselect code, which is working.
Please help me add this email function.
Solved! Go to Solution.
You would just add a Send an email V2 step, and then put the Name from the Create File step (green box) into the Attachments entry of the Send an email V2 step (purple box):
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
You would just add a Send an email V2 step, and then put the Name from the Create File step (green box) into the Attachments entry of the Send an email V2 step (purple box):
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi Brad,
I'm recieving this error.
Actually Resolve that issue by adding OneDrive File Content Variable.
The last thing I need is to make the email dynamic. I have an email field called "Company Email" and I'm hoping to have this in the To: field.
Where is the Company Email field located? You would just call it from whichever action step that is needed, and then input that field into the To box within the Send an email V2 step. If it is a SharePoint List item, then you'd do a Get Item action, or if it is an Excel item, you would use the Get a row action.
You follow the same basic principles througout Flow, every step you add (actions or triggers) gives you access to the parameters from those actions that can be used in subsequent steps within the Flow.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi Brad,
The Company Email is a column in my SharePoint list. It is collected when filling out my custom form.
I've tried looking for the GetItem under expressions but could not find it. Am I missing something? Do I need to initiate a variable? Or am I supposed to use the item expression?
User | Count |
---|---|
61 | |
50 | |
47 | |
27 | |
17 |
User | Count |
---|---|
26 | |
26 | |
21 | |
20 | |
20 |