I think this question stems from not understanding the core logic behind Airtable. Hopefully this will act as a piece of a puzzle.
Background: I have data being automatically sent as a CSV once per hour. Most of the records will not change often, so I plan to merge the new CSV with the previous one, changing, adding, and removing records as necessary.
This isn't set up yet - I'm first testing the second half, where I process, display, and use this data after it's merged. Actions I need to take range from concatenating two fields to linking to other existing tables to updating junction tables.
I'm stuck with how to start. In Excel, I would set a CSV "landing spot" as a source, so that every new CSV just rewrites the entire source. Then that source would be transformed in Power Query and spit out as a new table. My instinct here was the same - creating a "landing" table, essentially copy and paste that table to a new one where the actions would take place, and use that table for the interfaces. But that doesn't seem possible. And performing actions directly in the table to be overwritten should mean those formulas, etc. get overwritten every time too, right? How does Airtable *want* me to handle this?
