Hello Everyone -
Reaching out to the community to seek some assistance in building the below JSON string for PATCH updates to be able to pass to an API call . We had a similar instance where the JSON was not that complex as below and we were able to build that however we are having issues building the below structure , please note the fields in blue will be JSON_ValueString that will be passed dynamically for updating several contacts (we built an iterative macro that was called inside the actual AWF in the previous task assigned to us). Please if possible suggest the tools which are compatible with 2019.3 version of Alteryx server & desktop application. Greatly appreciate any help. Thank you very much in advance.
{
"Contacts": {
"Items": [
{
"ElectronicAddress": "abc.test@domain.com",
"EffectiveStart": "2022-04-10",
"ContactsInformationType": {
"ContactsInformationTypeGroup": {
"Code": "ElectronicAddress"
},
"Code": "BusinessEmail"
}
}
]
}
}
MD