Hi!
I’m trying to tackle an old unsolved problem with Linked Records in Synced Bases, from another approach IMHO.
The problem:
Linked Records in Synced tables, are shown as a concatenation separated by commas of each Linked Record title.
This makes impossible inside an automation to use the “Find records” action, since it won’t match.
Solution proposal
- Inside the automation, have an script action that splits the linked-record-text-field by comma and produces an array or a summary that can actually be used at a next step of the automation.
- Inside a “Find records” action, search by a dynamic condition where it looks for all the values in the array or summary produced in the previous action.
- Inside an “Update records” action, link all previous found records in a Linked Record field.
Happy to brainstorm it!
Thanks!
