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 }}}
I’m not 100% familiar with the situation you are referring to, but some quick feedback that might help. Looks like it’s expecting JSON format, but the info you are passing isn’t valid JSON.