Hi All -
I’m working with an external collection in my app that is an Airtable base.
One of the fields in the base (Users) is a linked field with multiple record allowed (Users is another table in my base). To my understanding, this means whenever I make an API call, the Users field gets returned as an array filled with recordIds from Airtable like this:
I am trying to make an element Sometimes Visible if that field (Users) contains Logged In User → userIdFromAItable (this is a value I am currently hard-coding into the users database within adalo from airtable).
This set-up doesn’t seem to work, and I think it has something to do with the fact that Users is an array and contains doesn’t look in arrays, but rather strings?
Is that right, and does anyone know a potential workaround?