Hi everyone,
I’m working on integrating my app’s backend with Make.com, and I have a quick question about handling Option Set fields when inserting new rows.
For example, I have a table called User which includes a column user_role. This column is an Option Set with predefined roles like:
- admin
- subadmin
- manager
When inserting a new row into the User table via Make.com, is it possible to set the user_role field using one of these predefined options? If so, what is the correct way to format or reference the value in Make.com so that it matches the Option Set?
Any guidance or examples would be greatly appreciated!
Thanks in advance