You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the question
I'm encountering a 500 Internal Server Error when trying to create a select/dropdown field via the Forms API endpoint. The error occurs at:
POST /people/v2/forms/{form_id}/fields
when attempting to create a field with field_type: "select" or "dropdown".
What have you tried that worked?
Successfully created a form via the API
Successfully created other field types (date and text) within the form
Verified authentication is working correctly via other endpoints
All attempts result in a 500 Internal Server Error before even attempting to add options to the field.
Additional context
The error response:
{
"errors": [{
"status": "500",
"title": "Internal Server Error",
"detail": "An internal server error occurred on our end and we've been notified. Please contact support if the issue persists."
}]
}
Related Product
People
Describe the question
I'm encountering a 500 Internal Server Error when trying to create a select/dropdown field via the Forms API endpoint. The error occurs at:
when attempting to create a field with
field_type: "select" or "dropdown"
.What have you tried that worked?
What have you tried that didn't work?
All attempts result in a 500 Internal Server Error before even attempting to add options to the field.
Additional context
The error response:
I have...
The text was updated successfully, but these errors were encountered: