Hello together,
I used a template to track incoming Mails in an Excel Spreadsheet and it works fine, but what I also want to track is, if the mail has an attachment or not. Maybe if there would be a way to add in a row the attachment name? Has anyone an idea for that?
Hi @Mirjam,
Can you share a screenshot of your Flow configuration?
It sounds like this is not difficult, you can add two columns, one to record whether the message contains an attachment, and the name of a record attachment.
Use variables to save the names of all attachments in a String and then insert them into the table.
Image reference:
Expression:
if(triggerBody()?['HasAttachment'],'Yes','No')
Please take a try.
Best Regards,
Barry
Vielen Dank für die Antwort. Ich habe es mittlerweile geschafft, das jeder Anhang erfasst wird. Leider aber auch jedes .jpg das in der Signatur enthalten ist. Hat jemand eine Idee, wie ich bestimmt Formate ausschließen kann?
User | Count |
---|---|
17 | |
14 | |
14 | |
7 | |
4 |
User | Count |
---|---|
10 | |
6 | |
4 | |
4 | |
3 |