Retrieve file document from an entity object

0
I have an entity object in micro flow, selected from a grid view. How can I retrieve the file associated with the entity object to a file document? 
asked
1 answers
1

If you have more details about your specific case the forum might be able to help you better.

However if you have an entity object in a microflow and you want to retrieve the associatied file document, you can just do a retrieve over the association between the file document and your entity object. This means there needs to be an association between the file document and your entity object.

See: https://docs.mendix.com/refguide/retrieve

answered