How to reply a mail with the attachment from my inbox?
I have this but it doesn`t work.
Solved! Go to Solution.
In a earlyer post you show this prinscreen
What is the different with this, Why first the test as attachment?
HI @frixel
Earlier we were collecting all the attachments in an array and then passing that in the reply email action. But I observed that we can directly pass the attachments array itself over there and get all the attachments n the reply email action. Therefore skipping the variable part.
Did you try the last one? Were you able to resolve with that?
I believe your issue is that you need to use the Message Id from from Dynamic properties instead of the "From" field in the Send an Email Message ID field.
Thanks, now i have it with the Message id now .
I received then an reply email but without tne attachment.
Hi @frixel ,
Do you want to reply to an email with original email attachments?
I have made a test using Reply to email (V3) and it is working properly.
Besides, in order to send the attachments at a time, I am using an array variable.
Please check the detailed steps.
After When a new email arrives, initialize an Array variable named Test.
Get attachment from the trigger, an Apply to each will be added automatically, within the Apply to each, add action Append to array variable and configure the Value field likes below:
{ "Name": ā Attachment Name, "ContentBytes": ā Body(āGet_attachmentā)[ā$contentā] }
Under the apply to each, add Reply to email (V3). Note, you need to click the button to switch to input entire array.
Best regards,
Mabel
Hi @frixel
Please see the screenshot below and check if the settings are there in your flow trigger:
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @frixel
Looks like you are not typing any message in the body of the Reply to email action. Can you type some text there and see if you continue to get the same error?
Hi @frixel
Please have a look at the screenshot below:
Please make sure that in the append to array variable action, you are using the "" for the name and you should not use these for the attachment content. I made a test with this on my end and it works. You do not need the get attachment action.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
I have checked the append array and it seems good,
I see you use the "Reply to email V2" ans i have the "Reply to email V3" so i changed mine to, to "Reply to email V3"
I delete the "Get attachment" action.
But always a error š
Unable to read message or attachment content.
clientRequestId: cf383766-a07e-4b6b-9743-1ff5d341a60a
serviceRequestId: faab89e6-1938-4205-a144-4016a74f78db;5be4dc23-f7d4-488f-a7f4-51f5ad636f02;a1a66781-e099-4ce3-a712-c577226965e0;aac182fa-b40b-4001-86a1-430e7f842395
Hey @frixel
If you see the Append to array variable action, in the contentbytes field, it should be Attachment content and not body. Please make that change and run the flow again.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey @frixel
We were unnecessarily following a long process. I just did this modification in the flow:
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
In a earlyer post you show this prinscreen
What is the different with this, Why first the test as attachment?
HI @frixel
Earlier we were collecting all the attachments in an array and then passing that in the reply email action. But I observed that we can directly pass the attachments array itself over there and get all the attachments n the reply email action. Therefore skipping the variable part.
Did you try the last one? Were you able to resolve with that?
Join digitally, March 2ā4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
57 | |
42 | |
37 | |
29 |
User | Count |
---|---|
75 | |
66 | |
53 | |
47 | |
43 |