Hi
I got an airtable base with a multiple select field.
This shows up as an array field in glide.
Ex: say the multiple select record (array in glide is): Large Medium Small
I want to pull this field and show it in my cards/tiles and details windows, but this array field is not offered.
Can I ask you… is it possible to form a component which is a string of two or more joined inputs? For example, if my field is “S, M, L”, can I make it display “Size: S, M, L” by joining the string “Size” with the field entry “S, M, L”?