Hi Mendix Community Members, There is requirement in mobile app to click picture and save it for a specific record and if we again visit or edit that record the image should appear for that. To achieve this I am using phonegap camera wiget (https://appstore.home.mendix.com/link/app/107943/) . I have task entity which inherit System.Image entity and in my task entity I am using the camera widget with onSave microflow. I am runing the app on mobile by building apk through phonegap The problem is when I am trying to save the enitity, it's saving the clicked image in my mobile but not in entity and I am not able to figure out how to fetch that saved image from mobile into my entity. If any one has rough idea for the microflow to achieve this, please help ?