Hi guys,
I’m currently trying to move my database from adalo to airtable hoping to get a small performance boost here.
I’m currently trying to recreate the “Following - Follower”-Function and now have the following problem:
As my “Followers”-Field at Airtable is (as in adalo) a many to many relation, I want to ADD new friends. So far so good. I created a custom action with PATCH to add new users. For one entry it is actually working - BUT: sadly not for additonal ones. It just rewrites the first entry to the next one
Does anyone know how to append / remove entries from a linked airtable field? or do I have to build a matching table for that?