We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See this help post on discord -> https://discord.com/channels/1130383047699738754/1307654103672819794
{ "type": "SELECT", "name": "country", "label": "Country", "description": "A field to select a country.", "icon": "IconWorld", "isNullable": true, "objectMetadataId": "{{$randomUUID}}", "options": [ { "id": "{{$randomUUID}}", "color": "orange", "label": "Afghanistan", "value": "AFGHANISTAN", "position": 0 }, { "id": "{{$randomUUID}}", "color": "pink", "label": "Aland Islands", "value": "ALAND ISLANDS", "position": 1 } ] }
returns an error "Bad Request Exception"
Fix:
- "value":"ALAND ISLANDS", + "value":"ALAND_ISLANDS",
The text was updated successfully, but these errors were encountered:
martmull
Successfully merging a pull request may close this issue.
See this help post on discord -> https://discord.com/channels/1130383047699738754/1307654103672819794
returns an error "Bad Request Exception"
Fix:
Todo
The text was updated successfully, but these errors were encountered: