Describe the problem/error/question
I’m using HTTPRequest to an Update/Insert Contact.
This is working fine, mostly.
However I’m trying to set quite a few customer fields.
I’ve built an array. So far it has four fields but I need to set more than that.
The weird thing is, however many custom fields I add to the array, it never fully reflects them in its output.
At the time of writing this, I have set two fields. The module is completely ignoring them and setting its own custom field with the value ‘Test’. I have no idea WHICH field it’s setting because it’s turned the name into numbers.
I know it’s not one of the fields I’ve set because earlier, one of them WAS included and I could see the correct value being set. However at that point I was trying to set five fields. It was still setting this ‘Test’ field plus the first two, and ignoring the other two.
Until a few minutes ago, I was trying to set a variety of fields and each time it was ignoring everything and outputting nothing at all for customFields.
I’m at a loss as to what’s going on here.
Here’s an example of what I’m trying to set just now (two fields - both ignored)…
{{ [
{“key”: “contact.enquiry_portal_lead_id”, “field_value”: $json.body.enquiry.portalLeadId},
{“key”: “contact.enquiry_category”, “field_value”: $json.body.enquiry_category}
] }}
In the ‘Result’ window while setting that variable they seem to work fine…
[Array: [{“key”: “contact.enquiry_branch”, “field_value”: “987654”},{“key”: “contact.enquiry_intent”, “field_value”: “APPLICANT_INTENT_BUY”}]]
What is the error message (if any)?
No errors - just completely random results where what I set does not get reflected in the HighLevel response.
Please share your workflow
Share the output returned by the last node
“customFields”: [
{
“id”: “aDpkMOEY4pV9iZtc1fXg”,
“value”: “Test”
}
],
Information on your n8n setup
- n8n version: Community
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
- **n8n version: 1.88.0
- **Database: SQLite
- **n8n EXECUTIONS_PROCESS setting: own, main
- **Running n8n via: community
- Operating system: Ubuntu 22.04