Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to dump my payload into Marketo using Rest so I can specify the partition. I keep getting errors when I do this despite the payload having a valid json schema. Is there any way to use variables from the tWriteJSONField to tflowtoiterate to get it in there. I keep getting an
{"requestId":"","success":false,"errors":[{"code":"609","message":"Unexpected character ('(' (code 40)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')"}]}|
[statistics] disconnected
"{
\"action\":\"createOnly\",
\"lookupField\":\"email\",
\"partitionName\":\"blah\",
\"input\":
((String)globalMap.get('myKey'))
}"
Any ideas on how to do this?