Problem with updating Airtable record

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?

Hi @Ginza_Berlin,

Welcome to the community! :tada:

What happens if you add /{{id}} at the end of the url in the PATCH section and other parts after table name as in other sections > test run > save the collection and try again in the app?

Thank you and have a great day!

OMG it was that easy…?!?

Thank you so much @Dilon , now it works… :grinning_face:

Have a great day!!