Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Sep 25, 2022 05:40 PM
So I have 2 bases, let’s say A and B.
Table 1 in Base A is synced to Base B.
When 2 records with the same name lets say X are created in base A table 1, they enter a view on the synced table on B.
When they enter this view an automation runs to create two new records in base B table 2 with the same name (dynamic field value).
However when X and X are created in base A, I only want one new record to be created in base B’s table (when the name is exactly the same).
What would be the easiest way to have the automation only create 1 new record named X?
And it would be a bonus if I could have the new record in base b’s version field number to fill out as 2 when there are 2, 3 when there are 3 records with same name in base A and so on.
Thanks!
Solved! Go to Solution.
Sep 26, 2022 01:37 AM
Hi Alix, if I were you I’d:
That should do exactly what you need I believe. When X and X are created in Base A, only one record called X will be created in Base B Table 2.
To get “2”, “3”, etc, I’d create a Count field in Base B Table 2, as the automation would have linked both records called X from the synced table to that one record called X in Base B Table 2
Sep 26, 2022 01:37 AM
Hi Alix, if I were you I’d:
That should do exactly what you need I believe. When X and X are created in Base A, only one record called X will be created in Base B Table 2.
To get “2”, “3”, etc, I’d create a Count field in Base B Table 2, as the automation would have linked both records called X from the synced table to that one record called X in Base B Table 2