Jan 31, 2020 09:16 AM
Here’s what I’m trying to accomplish:
Table 1 contains test cases. The primary field is the test name. Each test has a multiple select for team(s) assigned to run the test (team1 and team2, for the sake of example).
I want table 2 to automatically populate records from Table 1, but those records should only be ones where the assigned team is “team2.”
Currently I’m manually copy/pasting records from Table 1 to Table 2, but there MUST be an easier way…
Apr 12, 2020 09:33 PM
Hey @Tom_Roberson, did you find a solution to this? Need to do something similar. Thanks
Apr 13, 2020 01:41 AM
Hi @Chris_Brownridge and @Tom_Roberson,
I think what you are looking for are Lookup fields. But in this case you need to have the Teams the primary field at least in another table.
BR,
Mo
Apr 16, 2020 02:21 PM
@Tom_Roberson here’s one method:
Create table1 with primary field test name
Add field to table1. Field type link with record. Add table2 to link field name ‘assign teams’. Enable multiple records.
Try it and let me know.
Multi select is an inefficient way to proceed.
Cheers Neil.