Power Automate - How to read email attachment contents and extract values? Part 1/2

Опубликовано: 05 Октябрь 2024
на канале: abm abm
59,033
359

This video explains how to read email attachment contents and extract values using Power Automate.

Expression used in this video are:

base64ToString(outputs('Attachment_Content'))

split(output('Content_Text'),outputs('Carriage_Return'))

Name:
last(split(outputs('Extract_Each_Content_Text')[0],':'))

Date
last(split(outputs('Extract_Each_Content_Text')[1],':'))

Company
last(split(outputs('Extract_Each_Content_Text')[2],':'))

Power Automate - How to read email contents and extract values (unstructured data)? - Part 2/2

   • Power Automate - How to read email co...