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

Описание к видео Power Automate - How to read email attachment contents and extract values? Part 1/2

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...  

Комментарии

Информация по комментариям в разработке