Hi there,
I have this flow:
The Teams Channel only receives emails and i wanted to create a task whenever this Teams channel receives an email. But i also wanted to add a link to the .eml mail and to every attachment inside the email. I've noticed that every email received by the Teams channel creates .eml files and saves attachements to the "Email Messages" Sharepoint inside the Teams Channel. So, it's possible to copy the link from this .eml and the email attachments and add them to Task description?
Thank you very much!
regards,
João
Solved! Go to Solution.
Hi @absint0o ,
I agree with the suggestion provided by @efialttes that you can monitor changes in the email message folder and create corresponding tasks.
Please try to refer to the following image to configure flow.
last(split(triggerBody()?['{Name}'],'_'))
Image reference:
Best Regards,
Hi!
'I've noticed that every email received by the Teams channel creates .eml files and saves attachements to the "Email Messages" Sharepoint inside the Teams Channel'
If the Teams Channel only receives emails, did you consider replacing your current trigger and use 'When a file is created' in "Email Messages" Sharepoint instead? So you just need to doublecheck if extension is .eml, if so create the task.
I believe the trigger provides as one of its output a linkk to the new file, you can just use it in your 'Update task details'
Hope this helps
Proud to be a Flownaut!
Hi @absint0o ,
I agree with the suggestion provided by @efialttes that you can monitor changes in the email message folder and create corresponding tasks.
Please try to refer to the following image to configure flow.
last(split(triggerBody()?['{Name}'],'_'))
Image reference:
Best Regards,
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
25 | |
24 | |
23 | |
23 | |
17 |
User | Count |
---|---|
57 | |
39 | |
37 | |
29 | |
28 |