I’m trying to make a synced table, but have it synced to another table in the same base. This doesn’t appear to be an option.
The use case is having a single base with a table of Posts (by a user), and also having a table of UserProfiles that display those posts.
Thought the sync was the perfect answer to this, but for some reason it has to reference an external base. My options seem to be duplicating the data manually (edits to posts will be lost) or making a separate base for just the user profiles.
Is there any way to link to a table in the same base?