How can I create a Muli Select using the API?

I am using the rest api (through “fibery-unofficial”) and I am struggling to create a Multi Select. What is the proper way to do this? Thank you!

I don’t think the fibery-unofficial directly supports creating a multi-select :frowning:

It’s maybe not clear from the documentation, but select fields (single- and multi-selects) are basically databases, where each entity is an option, and there is a relation (many-to-one or many-to-many) from the main database to the select db.
So to create a select field, you have to create an enum db and then create a field in your main db that is a relation to it.
See here for some helpful info.

1 Like

Thank you, @Chr1sG , as always, you guys are blazing fast in responding :smile:
Got it :+1: