Hi,
I have been following the configuration detailed here:
https://community.esri.com/groups/survey123/blog/2019/06/04/survey123-tricks-of-the-trade-integromat
Trying to update feature attributes using these parameters:
- Key = f
- Value =json
- Key = features
- Value = {"attributes" : { "ObjectId" :1. result: objectId, "globalid" :1. result: globalId, "justificationDetail" : "Very high growth rate for the species, restricting the ability to achieve clearance." }}
- Key = token
- Value= 1. Token

But I get this message:
- Data : "error":{"code":400,"message":"Cannot perform operation. Invalid operation parameters.","details":["'features' parameter is invalid","Invalid object passed in, ':' or '}' expected. (90): {\"attributes\" : { \"ObjectId\" :1496, \"globalid\" :{78127F82-5DF1-4596-89B4-F607E7CCF14E}, \"justificationDetail\" : \"Very high growth rate for the species, restricting the ability to achieve clearance.\" }}"]}}

Any help would be appreciated. Cheers