In mendix how i can store the Document object in to the entity in microflow

0
  Hello everyone,   i have a requirement where i need to store the Document fie object in to an entity then i need to download that document from stored entity.  can anyone please help me to achieve this.    Thanks in advance.
asked
2 answers
0

Use React filedropper  for uploading the excel and store it in a specialization of entity FileDocument.

Use action: "Client" -> "Download file" to enable users to download it.

image.png

answered
0

Hi Shankar Mundhe,

generalized your entity with FileDocument in domain model & on the page use file uploader then you can upload the file & store in the entity after that  in the microflow use that domain model entity parameter & download file activity , then you are able to download the file document.

Screenshot 2024-08-28 113404.png

answered