Web-hook doesn't add new record and no-errors reported

First time creating a webhook, I am using one app-sheet app to trigger the AppSheet API via a webhook to pass some data captured in a form and to create a new record in a table used by a different AppSheet app.

Testing the webhook first before calling it from a form on a web-page. Despite the monitor stating it was successful and the audit trail reporting it was a success, there is no record created in the database.

Custom: POST HTTP format JSON.

The body is defined as follows:

{
"Action": "Add",
"Properties":{
"Locale": "en-GB",
"Timezone": "Greenwich Mean Time",
},
"Rows": [
{
"Owner": "<<[Owner]>>",
"Email": "<<[Email]>>",
"PackageCode": "SM_90"
}
]
}

Any help appreciated. Thank you.

Solved Solved
0 1 136
1 ACCEPTED SOLUTION

Solved.

AppSheet has spelt GMT incorrectly as the Timezone. Where it should be called Greenwich Mean Time AppSheet is looking for Greenwich Standard Time. Wouldn't that be GST instead of GMT?๐Ÿค”

For the avoidance of doubt here is a link: What is Greenwich Mean Time? 

View solution in original post

1 REPLY 1

Solved.

AppSheet has spelt GMT incorrectly as the Timezone. Where it should be called Greenwich Mean Time AppSheet is looking for Greenwich Standard Time. Wouldn't that be GST instead of GMT?๐Ÿค”

For the avoidance of doubt here is a link: What is Greenwich Mean Time? 

Top Labels in this Space