Mar 25, 2024 02:15 PM
An automation of mine that usually runs fine started throwing this error and failing sporadically. It's for a webhook automation that brings in orders from Shopify. In my attempt to isolate the issue, I've deleted every field from my "Create Record" action, except for Name (single line text) field where I attempt to enter the Customer First & Last name, but it still fails. 🤔 There are no roll-ups on the table where I'm trying to create the records. There are some formula fields on the table, but I'm not trying to write to those fields. Any ideas? The other threads related to this error message in the community forum did not contain an answer.
Mar 25, 2024 10:23 PM
Hello @Leslie_Burke ,
Can you please show me what data comes body when the webhook is triggered?
The name field(Text) only accepts text-related values. So if you pass Object to it then I think it creates an error.
Please share some more context as I asked then it will be fixed.
Thanks.
Give 👍
Mar 26, 2024 06:06 AM
@dilipborad Here is a screenshot of the first name & last name part of the webhook body.
Mar 26, 2024 10:13 PM
Hello @Leslie_Burke
Based on your screenshot everything looks good as per what you've set up.
Not 100% sure but the only thing that needs to be cross-checked is, Did that customer object returns a single object with its elements or returns multiple customers in an Array.
If it's a multiple array then you need to use it via script to get specific data.