I am totally new to Outsystems and tried looking for a solution to this problem but am getting nowhere.
I have a screen with just a Image widget, lets say screen 2 which accepts an input variable called imageURI. On Screen 1, I am using a Cordova plugin to open the camera and edit the image and get a local URI (Image saved to local file path) that I pass to the image widget. The URI is of the type file:///android/o/emulated/ and I am testing this on my device and not on the Outsystems now app.
I've tried setting source type for the local Image to all 3, but looks like only type "External URI" accepts a text value. How do I go about this?