Hi All,
I am building an app for our mail room.
I added a barcode scanner
On Scan I send it to a collection and added a text box to display the scanned barcode.
I added a camera control
On select of Camera I have it adding to a collection and a gallery to display the image taken.
I am using Patch() to insert to data into an SPO list.
Barcode = Single line of text
ImageData = Multiple lines of text. (I tried to use a Hyperlink data type (picture), but the app created an error when I tried to submit the data, "Invalid URL".)
No issues getting the data into the list, but there is only a non-clickable link to the image. I can copy the link into a browser an the image shows.
I have the default SortByColumns(Filter() to bring the data, but the image comes back as the non-clickable link, not an image.
Questions:
Is there a way to bring back the image into the app?
Is there a way to change the datatype on the Browse screen to display the image?
Is there a way to display the image in the SPO list?
TIA,
Joe