Bind external entity

0
I am binding entities in a listview to display list of files uploaded for a feedback.  I have entity feedbackdocuments connected to it. It was working fine when feedbackdocument is a local entity. Now I made this as external entity and binding the same in list view. and getting the below error now.   I read the document from mendix.  I am using studio pro 9.18 Please suggest the solution. Thanks in advance.
asked
1 answers
0

Hello Shikha Basra,

actually you are doing something wrong here , in the list view you can not upload the file to upload file place file manager into the dataview and if you want to display your image into list view then use the Dynamic image widget.

 

In the External entity you can use send Extenal object activity in your microflow to save external object.

 

 

Thanks 

Sanjay kushwah

answered