Hi,
I have a many to many relationship for resources a user has access to (many users can have the same resource and users can have many resources). The user is able to add and remove different resources as they wish and I have been able to implement this with my many to many relationship in the user collection, although I need these updates to reflect in an external airtable database as well. Is there a workaround for updating my airtable record so that all of the users resources are sent to my airtable (Current User > Resources > All)? Thanks in advance!