Update on Airtable (URGENT HELP)

Hey guys,

I’m trying to change registration in Airtable, in API I marked as PATCH, see below…

To record the data it’s working perfectly, but not to change it, I don’t know what else to do.

I’ve searched here on the forum and found similar cases but there is no solution.

Help me please, it’s urgent.

Thanks

It’s typically better to do this through the Custom Actions rather than the External Collections in Adalo. It’s also important that your API call does not send null (empty) fields and that the values you are sending match the data types in Airtable. For instance, numbers sent to number fields, text send to text and single select fields, and boolean values sent to checkbox fields, etc.

@pford

Thanks for the answer…

From what I researched I can send empty fields as long as it is marked as PATCH in the API. It should work in my opinion.

I’m not very experienced with Adalo and Airtable. how could i do this by Customer Actions ? And What is the differency bt both

External collections can be used like this, but custom actions are able to be placed on buttons not related to a specific data item as well. You can also more easily setup different query parameters without affecting the function of the overall collection.

More info on setting up a Custom Action can be found here: Accessing your Record ID - Adalo Resources

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.