Can't get simple Lookup to Work and populate form

At least I think it’s simple.
Here’s the syntax:
LOOKUP(“Tech Email”, “Tech”, “Email”, “Tech ID”). Ah! So frustrated. The minute I think I understand it…
2X_f_f7b29cf4ffe374369a0bfb532210a9b19a4743fd.png 2X_c_cd6023c513571e508f2705e3ea43f435e40bc0ea.png

Solved Solved
0 4 420
1 ACCEPTED SOLUTION

Assuming the green table is called Users

Any(Select(Users[Tech ID],[Email]=[_ThisRow].[Tech Email]))

View solution in original post

4 REPLIES 4

Assuming the green table is called Users

Any(Select(Users[Tech ID],[Email]=[_ThisRow].[Tech Email]))

Hallelujah. That worked! Thank you.

Wow! Thank you.

Top Labels in this Space