Place an image picker in the customer’s registration to feed a column of multiple images, other customers cannot view it, only the person who inserted the images.
As the Column is user-specific, it was not saved in the database.
Place an image picker in the customer’s registration to feed a column of multiple images, other customers cannot view it, only the person who inserted the images.
As the Column is user-specific, it was not saved in the database.
Are you using an external data source such as Airtable or Google Sheets?
If yes, the multiple images column is most likely user specific. If you can confirm that is the case, we can help you with a work around.
I am using google sheet in this table.
[image]
I can’t see your screen shot, but yes if the table is connected to a Google Sheet then the column will be user specific. There is no way to change that, so if you want the images to be available to other users you will need to store them in a native Glide table, using the same column type.
right, is there a way to convert from google sheet to glide table?
Otherwise I’ll have to redo all the logic, right?
There is no easy way to convert, no. You could get all the data in easily enough using the CSV import option, but you’d still need to reconfigure everything.
However, you don’t necessarily need to convert. What you could do is use a native table just to store the images, and then link them back to the Google Sheet sourced table. You would need to modify your flow and logic a bit, but it’s certainly possible and probably a lot easier than replacing the whole table.
Thank you, I will transfer this multiple image column to a glide table.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.