Hello Fellows,
I am trying to initiate an email from a sharepoint item (Trigger action: For a selected item). In the background i am using Message ID to get my reply to email. My email is composed and ready to send.
But my goal is to get a manual attachment within For a selected item action and attached it to the composed email. This scenario is new to me. How do i use the attachment content in my composed email?
Solved! Go to Solution.
@Franklin_vaz please see this, convert contentBytes to string from attachment using variable action
get file name using expression : triggerBody()['file']['name']
and assign attachment content from variable
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
@Franklin_vaz please see this, convert contentBytes to string from attachment using variable action
get file name using expression : triggerBody()['file']['name']
and assign attachment content from variable
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
24 | |
14 | |
12 | |
7 | |
7 |
User | Count |
---|---|
46 | |
22 | |
18 | |
15 | |
10 |