Hello!
I have some images on a Glide table and would like to transfer them on the Glide table of another app, is this possibile?
thanks!
Hello!
I have some images on a Glide table and would like to transfer them on the Glide table of another app, is this possibile?
thanks!
Itâs just a url. Change the column type to text, or add a template column that returns the url of the image column. Then copy and paste the urls.
From, To, or Both?
Sorry what do you mean?
So you want to transfer images from a multiple images column to a multiple images column in a different table?
Correct
Hm. I think this may only be possible by using a set column action through a relation column. Whatâs the purpose of transferring the images? Are you trying to do a one off transfer because youâre cleaning up your database, or a are you looking to allow some sort of in app functionality that saves these images to a new table on demand?
I have different clients with different apps and I keep the developments on 1 main app. From time to time I upgrade all other apps by duplicating the main app, changing the data sources etc. From when I implemented this multi image/file feature i am having this problem.
Duplicating the app/ data table shouldnât require you to transfer anything thoughâŚ
I guess it could be a multi-step process.
Right. This would be the solutionâŚstill donât understand the problem though ![]()
âDuplicateingâ as in âmaking the same change in each separate appâ???
Yes because I duplicate âApp Aâ into âApp Bâ then connect âApp Bâ to its previous Google Sheet so the client has his data. After doing so I still need to copy/paste the clientâs data that was present in his previous app in Glideâs tables. I can copy and paste everything except this multi images column
No, this would mean replicate all developments into many apps. So what I do is I develop on 1 app then I duplicate the app with the duplication option (3 dots on the app)
Got it. Well, thereâs no way to copy and paste arrays into array columnsâŚso only way in glide is to recreate the array using a join then a split and then setting up a collection with a set column action on each row that saves the split into the multiple images column.
Interesting but the last step I donât quite understand: Loom | Free Screen & Video Recording Software | Loom
Thatâs where @Robert_Petitto was saying that you need to set up a temporary collection with a Set Column action on your appâs front end and click through every item to transfer from the Split Text column to the Multiple Images column.
One day, when we have looping actions, this will be less of a headache.
Thank you guysđ @Robert_Petitto @Jeff_Hager