I am looking for a flow to do the following:
1) If I flag an email, create an Outlook.com tasks with Subject and Due Date = email date. I have this working fine.
2) If that email contains an attachment, save the attachment to Onedrive, copy link, and insert that link in task Notes field. This I just can't figure out...
Solved! Go to Solution.
The basic logic would be to save the email attachments to OneDrive using the OneDrive Connector, then using a second Flow use the OneDrive connector with the When a file is created trigger. Then add a step for the notes update, which uses the OneDrive Connector SharingLink parameter.
Saving email attachments templates:
If you could provide an expanded screenshot of your Flow and steps, and of any detailed error messages you're receiving we could likely better assist you. Also, for the best results, you may want to review How to write a good forum post.
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 @Umma2Gumma ,
I'm afraid I'm not sure which connector you use for outlook.com. Could you provide more details?
Regarding your second requirement, you can refer to the following method:
Details in Apply to each:
Best Regards,
The basic logic would be to save the email attachments to OneDrive using the OneDrive Connector, then using a second Flow use the OneDrive connector with the When a file is created trigger. Then add a step for the notes update, which uses the OneDrive Connector SharingLink parameter.
Saving email attachments templates:
If you could provide an expanded screenshot of your Flow and steps, and of any detailed error messages you're receiving we could likely better assist you. Also, for the best results, you may want to review How to write a good forum post.
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 @Umma2Gumma ,
I'm afraid I'm not sure which connector you use for outlook.com. Could you provide more details?
Regarding your second requirement, you can refer to the following method:
Details in Apply to each:
Best Regards,