Hi there,
I am using Airtable to design a system to manage form responses, hooked up to my form in JotForm. When a form submission comes in, I want to check whether the individual is a member of my organisation. I am currently doing this by exporting a csv from my membership database which is currently in Power Apps and uploading it to a table in the same base as my form response data. The Power Apps system is an old system that needs updating, however this is beyond my control right now. I then run an automation matching these form entries with the membership data, importing their membership number into the form response table in the base if they match and flagging that they are not a member with a tick box if no match is found.
The membership data is updated weekly, and so I am dragging and dropping the latest csv version of the membership data into Airtable every week. However, this breaks my automations as it considers this to be new data in a new table rather than an update of the membership table I already had. This membership data can be as large as 26000 rows so I can't just add it to the older data and then remove duplicates, as it goes over the 50k row limit. Is there functionality to just drag and drop to 'update' this table rather than 'replace', so my automations don't break. Any other solution suggestion greatly appreciated! Thank you.