Help

Save the date! Join us on October 16 for our Product Ops launch event. Register here.

Re: stop automatic modifications to a duplicate

345 0
cancel
Showing results for 
Search instead for 
Did you mean: 
storyada
4 - Data Explorer
4 - Data Explorer

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?

3 Replies 3

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

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!

Hmm, could I confirm that when you mention duplicating the table, you're referring to this? 

Screenshot 2024-08-11 at 6.04.29 PM.png
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":

Screenshot 2024-08-11 at 6.08.07 PM.png
You can do this with your code editor of choice, e.g. VSCode and checking the diff between commits