Edit a table using webhook JSON

FatLou
New Member

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]>>”
},
<>
]
}

0 2 682
2 REPLIES 2

Have you read this - https://help.appsheet.com/en/articles/962018-troubleshooting-webhooks ?
You may want to contact support@appsheet.com if you think you have exhausted all troubleshooting steps on your side.

Do you specify the key column of the row that you want to edit? Otherwise, the webhook is unable to find the row.

Top Labels in this Space