How to create Single-Select and Multi-Select fields via Integration API?
Here are the prompts.Single-select:
Multi-select:
Sample:
Note, that if you want to update the values of the Multi-select, you need to treat that as a collection and use this guide - addToEntityCollectionField
Workflow:
options. If the options property is missing, Fibery will try to identify options based on your data dynamically.
Options format:
It’s also possible to pass multi-select with type
text but in this case, options should be comma-separated (e.g. dev,high prio,r22)Troubleshooting
I’m trying to connect to my PostgresQL database and get “Server is not available… Caused by: SSL/TLS required” error
You can use?ssl=true to fix the issue. Find the example reference in this community thread.