Nov 21, 2024 05:56 AM - edited Nov 21, 2024 06:00 AM
Say I have a base with a table that has a parent/child relationship with itself. Projects with parent/child projects, Tasks with subtasks, Contacts with links to a fiance or manager – there's a lot of use-cases for linking a record to another record in the same table. The problem I'm running into is that two-way sync doesn't allow you to edit linked records to the same table.
Linked records in two way sync is so great, and it fixed soooooo many things in my workflow – but I can't figure this one out. Links to the same table are not editable in the target base as far as I can tell, but I really really want to be able to make changes to parent/child relationships in a target base.
The only way around this I've been able to think of is to make a second table to handle the relationship, probably like this:
It's a little ugly in the data view, but it works well enough in interfaces in the target if you use a view and not a field:
This approach works fine, except for where it doesn't. Here are the main issues:
Anyone have any thoughts for other workarounds that could handle these problems better?
Nov 26, 2024 07:01 AM
Short of text fields editable by automation only that act as a relationship manager, I can't think of another solution. I think what you have is the most efficient and clear.