I want to display an image in a File Gallery but I want to set the source to be a blob file from a table, not an actual image uploaded from the flow. Is this possible?
Thank you
I want to display an image in a File Gallery but I want to set the source to be a blob file from a table, not an actual image uploaded from the flow. Is this possible?
Thank you
As long as the table is formatted as {filename: text, data: binary} it should work. If you have extra fields, you will have to do a map to get it into this format.
Thanks I got it working