Oct 29, 2021 12:12 PM
I have data from another form provider that I am passing via Zapier to a HubSpot "Create Form Submission in HubSpot".
I'm running into an error on this step:
The request is not valid
errors: Error in 'fields.agency_name'. Field 'agency_name' isn't in form definition Error in 'fields.ad_details'. Field 'ad_details' isn't in form definition Error in 'fields.co_op_status'. Field 'co_op_status' isn't in form defini
I can't find any documentation for what "isn't in form definition" means, but each of the mentioned fields is in the form, is named exactly the same, is mapped, is allowed on forms and bots.
I can get past this error if I turn SkipValidation to True, but then the Data Out for that step is:
id: This action returns no data
The ticket is created from the form, but there is no info passed to the ticket.
Can anyone help me with either the "isn't in form definition" or the id with validation turned off?
Solved! Go to Solution.
Nov 2, 2021 3:06 AM
Thanks @ELichon .
I checked with the internal team and yes it is currently not possible to pass ticket fields via the forms API. The response from Willson in this thread still holds true.
Nov 1, 2021 10:52 AM
According to this post it looks like a Form submission via API isn't able to pass any ticket fields to a ticket? Even if the fields in a form are ticket fields?
Nov 2, 2021 3:06 AM
Thanks @ELichon .
I checked with the internal team and yes it is currently not possible to pass ticket fields via the forms API. The response from Willson in this thread still holds true.
Nov 1, 2021 3:24 AM
Thank you for your post @ELichon .
@Bryantworks and @miljkovicmisa , would you be able to weigh in here?