I am having trouble updating Mailchimp merge fields (ie FNAME, LNAME, PHONE) using the Mailchimp Update Action. I can get the Add Record working no problem.
When I try to add fields in the Update Fields section it only provides option like HTML type, Opt-in IP Address and not the fields I want (ie FNAME, LNAME, PHONE)
By selecting JSON Paramaters, I can add this code
{“FNAME”:{{ $json.body[0].First_Name }}}
{“LNAME”:{{ $json.body[0].Last_Name }}}
{“PHONE”:{{ $json.body[0].Phone_1 }}}
However this fails to update the record.
Any ideas what I’m doing wrong or what is missing?
- **n8n version: 1.47.1
- **Database (default: SQLite): default
- **n8n EXECUTIONS_PROCESS setting (default: own, main): webhook (post), mailchimp update
- **Running n8n via (Docker, npm, n8n cloud, desktop app): self hosted
- **Operating system: Ununto 22.04
Thanks, David.

