Hi folks, I have a problem with updating Airtable records. I hope someone can point me into the right direction…
Situation: I have order line items on one screen. The user selects a line item, and on the next screen sees the full record (product, SKU and order quantity). I want him to confirm the quantity in an entry field. As soon as the entered number matches the number from the Airtable record, a button appears for him to confirm and go back. That all works fine, GETting the data from Airtable works.
Problem: In addition, pushing the button shall trigger a UPDATE to the Airtable record (just checking a Checkbox type field marking the order as complete). And that doesn´t work, error message is “Action Cannot Be Completed”.
This is the scope of my Aitable API token, so that should be ok:
Here are my endpoint settings for UPDATE:
Any idea what the problem could be?

