Webhooks Failing

Just started randomly getting the following errors when using a bot webhook:

  1. Error: "Webhook HTTP request failed with exception The remote server returned an error: (400) Bad Request. "
  2. The second error is a valid_if error, but it looks like it is just failing to compare values correctly and is erroneously tossing out the error.

No updates have been made on our end. Most recent successful run was at 

12/16/2024 18:50:57 UTC and that is the same version that is currently being run. AppSheet doing something on the backend?
 
 I also noticed the REST API data is formatted differently? Old runs that were successful looked like the following:

 

  "Rows": [
    {
      "9": "DATA",
      "10": "DATA",
      "11": "DATA",
      "14": "DATA",
      "16": "DATA",
      "18": "DATA",
      "19": "DATA",
      "22": "DATA",
      "27": "DATA"
    }

 

but now it is showing the actual column names.

 

  "Rows": [
    {
      "id": "DATA",
      "project_id": "DATA",
      "system_id": "DATA",
      "external_id": "DATA",
      "designator": "DATA",
      "description": "DATA",
      "use_general": "DATA",
      "use": "DATA",
      "xy_location": "DATA",
      "category": "DATA",
      "size": "DATA"
    }

 

0 1 156
1 REPLY 1

Steve
Platinum 5
Platinum 5

Please contact AppSheet Support for help with this.

Attn @AleksiAlkio

Top Labels in this Space