Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What do you need help with?
I have a column of “file” type called images. It contains 3 files or less.
I want to create 3 separate columns, A, B and C to contain one image each.
I can use the following formula:
index(field(‘images’), 0)
That formula grabs the first, second, and third images (by changing the index). I have created test columns successfully and they show the correct image. But they are of type formula.
I would like them as type file so that I can remove the original column and use the new columns as data entry.
If I set the data type of the formula column (A, B or C) to file, it empties out the column.