I am making an app that syncs with a customers existing airtable data. This is the primary way they deliver their information to us, so I can’t change that.
I have a field formatted as an option set that shows the status of an event. How can I take the data I get from airtable and convert it to one of those options.
so you’re recreating the records you fetch from Airtable in Bubble? that’s ok, when you create the record, for that specific field use get an option
and select your option set, filter to get the one where display = the status you get from airtable and you’re all set.
1 Like
And don’t forget that this solution is case sensitive, and relies on the status field list remaining the same, e.g. it will break if the client updates any of the status names in the remote dataset (Airtable).