Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am trying to display the entity image from the product entity in Dynamics 365 CRM portal/powerapps portal. I can create a new field and store the base64 string of the image, but that is not what im looking for .

The current code that i have tried is mentioned below

{% assign product = entities.product["GUID"]%}

--- This does not work

On further researching i found out that the data is being returned in "System.array[]" format, i saw some articles online which suggested that i use join but that doesn't work as well

What I have tried:

{% assign product = entities.product["GUID"]%}
--- This does not work
Posted
Updated 11-Feb-20 1:41am

1 solution

I fail to see the link between a globally-unique-identifier (GUID) and the bytes of an image.

Maybe that can help:
How to enable Image for an entity in Microsoft Dynamics CRM - Microsoft Dynamics CRM Community[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900