Hi All,
I have gone through all possible posts to match my criteria. But I haven't found any solution. Hence I am posting this.
I created an image field on the custom entity "Teams". I uploaded the image to Dynamics 365 and it is showing on the form.
Now I want to access that image and embed this in email.
My Flow looks as follows.
I received an email, in the below format.
I modified it but still, I cannot see the image in email.
Please give some ideas on how to achieve this. Any help is appreciated.
Thanks,
Satya.
Solved! Go to Solution.
Add a compose data Operation with the below Expression:
outputs('Get_file_or_image_content')?['body']['$content']
Then use the output to generate the tag as below
And use the Output of the compose2 data operation in your email body.
Hope this Helps!
can you view the image on your data form?
I have made a test at my side and it is working fine with the above solution and in your screenshot too it looks like it is there ; can you check if downloads are disabled on ur email or something like that and can you share the flow run history with the send email step expanded?
can you try to it as attachment as well?
Add a compose data Operation with the below Expression:
outputs('Get_file_or_image_content')?['body']['$content']
Then use the output to generate the tag as below
And use the Output of the compose2 data operation in your email body.
Hope this Helps!
Hi @Mira_Ghaly ,
Thank you for the response.
I tried your solution. Still no luck!
This is the image I'm trying to access from Dynamics.
I can't view this image on email.
Can you share detailed steps of your flow?
Hi @Mira_Ghaly ,
This is my flow.
My Compose2 action is showing CDS content instead of expression. Is this the issue? I added expression for output of "Get image" action and added ['$content'] in the end of the expression.
After this, the output expression is changed to CDS content.
The image field properties as follows:
What is the type of your image png / jpeg /gif ?
can you view the image on your data form?
I have made a test at my side and it is working fine with the above solution and in your screenshot too it looks like it is there ; can you check if downloads are disabled on ur email or something like that and can you share the flow run history with the send email step expanded?
can you try to it as attachment as well?
Hi @Mira_Ghaly
I tried to attach image to email and it worked fine.
Run history fo the flow with attachment:
Run history of flow without attachment:
So this is sorted out now?
Power Automate User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
User | Count |
---|---|
57 | |
44 | |
44 | |
35 | |
34 |
User | Count |
---|---|
75 | |
69 | |
59 | |
58 | |
52 |