I have 2 tables, let’s say one is a variety of companies (alpha, bravo, etc) and their different talent areas (managment, engineering, hr, IT, etc)
The next table is personnel which lists the company they work for, their talent area, and then contact info.
I want to populate a column in the companies table which will have a linked record to those personnel who match based on company and talent for each row.
If the syntax were Excel I’d be okay to figure this out using Match… but my Javascript experience is basically zero. Any help would be greatly appreciated!