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 419
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