I have a module (Module A) that applies to a list.
| Job Title | Salary |
---|
Bob | | |
John | | |
Katie | | |
| | |
I have a different module (Module B) that uses a numbered list. The display names of the numbered list matches the names in the regular list.
How do I look up the first instance of the "Job Title" in Module B so Module A shows Bob's Job Title is A?
| Job Title | Salary |
---|
Bob (#1) | A | |
John (#2) | B | |
Katie (#3) | C | |
| | |