JSON Webhook: Action Edit question (Row key field 'ID' value is missing)

I must be missing something really simple here,

I want to edit multiple rows all at once using a webhook in the entire table (because doing it line by line would probably time out as it’s recalculating a varible).

I keep getting " Row key field ‘ID’ value is missing ", Heres the Body.

{
   "Action": "Edit",
   "Properties": {
      "Locale": "en-US",
      "Location": "47.623098, -122.330184",
      "Timezone": "Pacific Standard Time"
   },
   "Rows":
   [
       <<start: filter("Subscriptions", true)>>
      {
         "Amount Owing": "<<sum([Related Overdue Invoices][Amount Remaining])>>"
      }
      <<end>>
   ]
}

What am I Missing?

Here’s the settings im using

Solved Solved
0 7 936
1 ACCEPTED SOLUTION

Yep, and I don’t know what the limit is. You’ll have to experiment.

View solution in original post

7 REPLIES 7
Top Labels in this Space