Help

Re: Anyway to "Detach" a synced table?

1425 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Scott_Hoek
6 - Interface Innovator
6 - Interface Innovator

I have a synced table which I would like to not sync anymore, but I want to keep all the data currently in it.  I know I can just duplicate it, but that would mean I lose my interfaces and automations.  

Anyone know if there's any easy way to turn a synced table into just a regular table?

5 Replies 5
Sean_Murphy1
7 - App Architect
7 - App Architect

You can right click on the table header, select Update sync configuration, click the three little dots beside the active source and remove it. When you click remove it will pop up a confirmation dialogue that confirms that the data will remain but will no longer be sync'd.

Sean_Murphy1_0-1684435136105.png

 

This appears to no longer be true:

Screenshot 2023-10-07 at 8.09.41 PM.png

 

It now says the records will be removed.

It is still true. You are probably seeing that because you are trying to unsync one of multiple sources.

I don't know a way of unsyncing a multi-source table without losing data (by doing a CSV export, for example.) If anyone has any tips about that, I'd love to hear them.

Hi Sean! I encountered this exact issue, and the workaround I found here was to convert the multi-source sync to a normal sync by: 

1) Syncing that multi-source table to another staging base

2) Syncing that new single source table back to my original base. (This was the easiest way to keep the field types the same and not have to readjust field types after a CSV export) 

Hope that helps!

 

Sean_Murphy1
7 - App Architect
7 - App Architect

I'm definitely going to try that, thanks for the idea!