How to reconize Outlook hidden attachments with Power Automate | .eml | itemAttachment | Graph API

Опубликовано: 23 Июнь 2024
на канале: Power GI
809
15

What to do if Power Automate doesn't recognize attachments?

You can also read a step-by-step tutorial in our blog: https://powergi.net/2024/06/18/how-to...

If you want to learn a different way to read the content of a .eml file, check out our other video:    • Get file content of nested attachment...  

URI: https:// graph.microsoft.com /v1.0 / me / messages /
{message-id-from-trigger}/
attachments?$expand=microsoft.graph.itemattachment/item

Code for apply to each: @{body('Send_an_HTTP_request')?['value']}

Code for file name: @{first(items('Apply_to_each')?['item']?['attachments'])?['name']}

Code for file content: @{base64ToBinary(first(items('Apply_to_each')?['item']?['attachments'])?['contentBytes'])}

Follow us on LinkedIn:
  / power-gi  

Follow Graciela on LinkedIn:   / maria-graciela-martinez-865a758a  


Смотрите видео How to reconize Outlook hidden attachments with Power Automate | .eml | itemAttachment | Graph API онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Power GI 23 Июнь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 809 раз и оно понравилось 15 людям.