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 685
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