I am trying to Edit a columns using a webhook I am getting the following error:
Error:
“The HTTP Body which should contain the API Action, Properties, and Row data is missing.”!
JSON and picture below
{
“Action”: “Edit”,
“Properties”: {
“Locale”: “en-US”,
“Location”: “47.623098, -122.330184”,
“Timezone”: “Pacific Standard Time”
},
“Rows”: [
<<Start: FILTER(PropertyandTenantLeasingActivity,(CONTAINS([_THISROW].[Properties],[Properties_Name])))>>
{
“Status”: “<<[Update Status]>>”,
“Leasing Report Notes”: “<<[Update Notes]>>”
},
<>
]
}