When making a zap that submits a hubspot form...if the form contains ticket fields (as all forms that automatically creates tickets do) zapier fails with the following:
Failed to create a form in HubSpot
The request is not valid errors: Error in 'fields.TICKET.ticket_priority'. Required field 'TICKET.ticket_priority' is missing Error in 'fields.TICKET.subject'. Required field 'TICKET.subject' is missing Error in 'fields.TICKET.content'. Required field 'TICKET.content' is missing
This is despite the fact that those fields show up in the editor and have data assigned to them. In fact - when the test action is run - you can see the data properly identified in the form content field previews.
It seems that the way zapier is accessing the ticket based fields in a form is broken. All other fields can be used without an issue.
Does anyone have a solution for this?
I don’t want to directly create the ticket from zapier as the submitting the form is useful to gather additional information.