Get file content of nested attachments with Power Automate | Get PDF file from .eml attachment

Sdílet
Vložit
  • čas přidán 26. 05. 2024
  • If what's shown in this video doesn't work for you, please have a look at this second approach: • How to reconize Outloo...
    Use Power Automtate to get PDF files from .eml email attachments.
    Power Fx formula used
    @{
    base64ToBinary(
    first(split(
    replace(
    last(split(
    string(body('Send_an_HTTP_request')),
    'base64')),
    decodeUriComponent('%0D%0A'),''),'--_')
    )
    )
    }
    You can also read this in our blog: powergi.net/2024/05/15/get-co...
    Follow us on LinkedIn:
    / power-gi
    Follow Graciela on LinkedIn: / maria-graciela-martine...
  • Věda a technologie

Komentáře •