Take Picture Not Working in Native App – Need Guidance

0
Hi everyone, Has anyone successfully implemented the "Take Picture" functionality in a Mendix native mobile app? Here’s what I’ve done in a nanoflow: Created an Image object (custom entity or System.Image). Passed this object into the Take Picture (Advanced) action. After that, I try to read the file content using the Read File JavaScript action . Unfortunately, the object returned by Take Picture is always empty — no image content is saved, and I can't get any data from it. If anyone has managed to implement this successfully, I’d really appreciate it if you could share your steps, setup, or any tips to get it working. Thanks a lot in advance! 🙏
asked
2 answers
0

Hi Amine,

Are you able to open camera/gallery or not?

answered
0

Hi Amine,

 

Try using Take Picture (not Take Picture Advanced) and use the first object you created to validate in your flow.

 

image.png

 

Let me know if you have any question.

answered