Adding to a linked field in an Airtable base with a custom action

Hi All - I’ve looked through the other topics that are similar but none seem to address exactly what I am looking to do.

I have a base in airtable with a linked field. This linked field can take multiple values (user1, user 2, user 3, etc.)

I am trying to update that field upon a button press within a list of items (airtable base) within adalo with a PATCH and it seems to work but the issue is it only will update the first field in the base.

This leads me to believe it’s not able to find the ID of the record where the button is pushed.

I tried doing a GET request first on that individual item and then passing the ID of that record to the PATCH request, but that doesn’t seem to work either.

Any thoughts here?

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