Has anyone been able to successfully use the Airtable API Request action to make a PATCH request? I was able to get it to work for a DELETE request but no matter what I do the PATCH is returning “The app returned "Could not find field "fields" in the request body".”. Even when I test with something simple n the Body like like
{"fields": {"Name": "New Value"}}
Am I missing something obvious or could this be an issue on the backend?