Airtable get values problem

When you save a list in airtable it is saved actually as string in the form of (item1 item2 ...) so when you try to get value using select item list .. index … you get error.
One way to avoid that is save data separated by comma , using join block and when got value split at comma and then select list .. index For example

1 Like