get Image from one module to another module in data view from association

0
Hello Members, I am using 2 modules for my application. So basically, In my first module, there is an entity named “Tasks” and it is also storing images using the ‘System.Image’ feature.  In another module, I have another entity named “TaskFlow”.  Both the entity has association.  So when I am using the data view over the association, I want to display the image(in second module) as well which is stored in entity Task(in first module) but it not showing and display just a blank. I have also tried to get that in Microflow as well but didn't work. Can anyone please resolve my issue as I am stuck in that?  See the screenshots respectively. Entity First Entity Second Data view over association Blank View of image  
asked
2 answers
0

Hi Vichitra,

Can you confirm that entity access of the Tasks en TaskFlows entity is allowing the user read access to the attibutes and the association you are using?

I hope this helps,

Michiel

answered
0

 

@michiel. please see the access of entities

answered