I keep getting this message over and over. I am not a coder and I simply do not understand what I need to do, where I need to do it, or what to look for and where. I am so confused. My goal is to have a Jotform on my Wix website filled out and each time there is a new submission, the data is transferred from Jotforms, via Webhook, to Zapier, then to Agility CMS (If I need this), then it goes in to my Wix CMS that is connected to dynamic profile pages for members. This should all happen in real time. Now, the first name field is no different than the middle name field and the last name field, yet I’m only having issues with this one field. I would appreciate any clear step by step detailed instructions you can provide me with. Thank You So Much! Melina.
The error occurred because the FirstName
field in your Agility CMS content item does not allow null values, and it seems that the data being passed to this field might be empty or not properly mapped. From the input data provided, it looks like the FIRSTNAME
field is being populated with {{257110535__answers__FULL NAME - First Name}}
, which should correspond to the FULL NAME - First Name
field from the JotForm submission.
To resolve this issue, ensure that the FIRSTNAME
field in the Agility CMS step is correctly mapped to the FULL NAME - First Name
field from the JotForm output. Double-check the field mapping in your Zap to confirm that {{257110535__answers__FULL NAME - First Name}}
is correctly pulling the value "Melina" from the JotForm submission. If the mapping is correct and the issue persists, you might want to add a filter or a condition to handle cases where the FirstName
field might be empty, ensuring that it always has a valid value before attempting to save the item in Agility CMS.