Right now I'm trying to do an update on particular ObjectIDs using Integromat and REST. Right now my JSON that I'm pushing to REST is as follows:
[
{
"attributes" : {
"OBJECTID" : 1,
"City_Name" : "here"}
}
]
Within Integromat I'm automatically grabbing the token and service URL so that should be correct. In the end I can update the feature using REST directly on the service URL page, but not successful with the Integromat method.
Any ideas?