Oct 29, 2020 09:44 PM
Hi!
I have a Lookup column that gets one or more images from another table. Now I need to get each image link in its own column.
I already have the formula to extract the images URLs, but how do I get each of the URLs in a separated column?
Thanks!
Solved! Go to Solution.
Nov 04, 2020 02:27 AM
Oct 30, 2020 09:31 AM
This should be possible, but there isn’t enough information yet.
Oct 30, 2020 10:00 AM
I agree that understanding the design of your data and your ultimate purpose would be helpful.
If your data has a very simple structure (e.g. fixed number of attachments, predictable naming, etc.), it might be possible to do this with a series of formula fields. There are some very creative formulas that extract items in a list. However, if you want to do much else a scripting solution might be better.
Also keep in mind that per this topic, Airtable does not support being used as a CDN for attachments.
Oct 30, 2020 10:16 AM
This is the right question (and solution). Perhaps there’s some legacy system that is asserting this, but one of the best ways to create good data, is to start with good data. :winking_face:
Nov 04, 2020 02:27 AM
Nov 04, 2020 11:11 AM
@Livraria_Portuguesa - would you mind sharing your solution for how you extracted the URL’s for the attachments into a single column?