Problem
The Glide image component is limited in its flexibility to show multiple images based on the multiple images column. No easy card list to see al your images at once, sorting of images, doing action based on certain images in the multiple images column.
Solution + benefits
A pretty good solution for this is to store the images as rows in a table instead. This allows for flexible visibility/filtering/searching/metadating of images and manipulate/perform actions on individual images. Using them as line items on documents, and more.
Problem with this solution:
This solution has a problem, that is that the uploading of images as rows is not as fast as the image picker. Because: user first needs to: Click button to open a new screen → click on an image picking component to open camera → click take photo → click to confirm → wait while image is uploading → then click again for submitting.
Solution for this problem
What if there was an image picking action that would immediately open camera and can you could chain to other actions in the workflow editor (like the qr/barcode scanner), so that this picture could be automatically added as a new row to a table.
Summary: An image picker action would allow for super quick photo taking/uploading when writing images as rows to table. Using the method images as rows, makes it way easier to manipulate images independently, like optimizing or editing or showing all the images at once with flexibly.