Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Aug 10, 2024 07:41 AM
I need to have the master table unmodified and only its duplicate to register my changes so I can compare the two. How can I do it?
Aug 10, 2024 07:30 PM
Hmm...if I were you I'd try:
1. Duplicating the table
2. Linking the records together
3. Decide which table I want them to make changes in
4. Create lookups to pull the changed data into the main table
5. Use formulas to differentiate them
---
You could also try downloading a CSV of your table now, letting the changes happen, and using a diff tool to see what the changes are too
Aug 11, 2024 02:41 AM
Thank you for your suggestions! From what I understand and explored - there is no Airtable solution to just duplicate and modify in one table, not both...? Do you have any recommendation regarding the different tool to be used for pinpointing the changes? Cheers!
Aug 11, 2024 03:10 AM
Hmm, could I confirm that when you mention duplicating the table, you're referring to this?
You mentioned the modifications happning to both tables which makes me think I may have misunderstood and you're referring to a synced table?
---
re: Do you have any recommendation regarding the different tool to be used for pinpointing the changes?
Ha I was just thinking of using git for this actually, and so in the following screenshot you can see that the "5" got changed to an "A":
You can do this with your code editor of choice, e.g. VSCode and checking the diff between commits