Hi, the image picker in the container form does not work for me. I have created a multiple image data column - but as soon as I move the image picker into the form the column is not shown in the data section. What can i do? Thanks for any help
Welcome in glide Community!
Can you share screen shot of your Layout or Data to help you?
Do you have some filters or visibility option? Row owners?
Hey, Sure. Attached the screenshot of data and layout. I have no filters or visibility options. Also no row owners.
As soon as I move it out of the containner form I can upload multiple images
Is there a reason why your Foto column in user specific? Typically you cannot fill user specific columns within a form because a row needs to first exist with an assigned RowID for user specific columns to work.
When you are inside of a form, you donât have a row yet, so there is no RowID. There would be no way for Glide to link the user specific values to the correct row. Glide technically stores user specific values in a separate hidden table that contains information about the parent table, row, column, and user that it belongs to. Glide needs to be able to retrieve the correct user specific values, so it needs to know beforehand, which row that data belongs to.
RowIDâs are generated after the row is created, so you cannot fill user specific columns before the RowID exists.
Is your data in a google sheet?
Hi, yes! I cant selecht the multiple image column though - it doesnt appear
Hi, Yes my data is in a google sheet! How can I solve this?
Hi, no this shouldnt be a user specific column - how can I remove/change that?
I also dont have the column on the google sheet, I added it in the data table in glide.
From your earlier screen shot, the âFotoâ column is definitely User Specific:
The fact that the icon is blue indicates that it is user specific. In fact, because that table is attached to a Google Sheet that column can only be user specific.
My advice would be to migrate the data in that table to a native Glide Table, then youâll be able to create the column as a ânormalâ (not user specific) column.