Related table column value in Behavior-Set Column Values

BobG
New Member

I have 3 tables; Techs, Work Tickets & W/T Log. When a Tech checks into a Work Ticket on main table it is copied to the Log table. I can get the useremail to show on the Log but canโ€™t figure out how to get the Techโ€™s name to fill the Tech Name column of the Log. The Techโ€™s Email is the key for the Tech table.

Solved Solved
0 2 234
1 ACCEPTED SOLUTION

Maybe LOOKUP? for the initial value of tech name column of the Log Table, like:

LOOKUP(USEREMAIL(), โ€œTechsโ€, โ€œTechโ€™s Emailโ€,โ€œTech Nameโ€)

View solution in original post

2 REPLIES 2

Maybe LOOKUP? for the initial value of tech name column of the Log Table, like:

LOOKUP(USEREMAIL(), โ€œTechsโ€, โ€œTechโ€™s Emailโ€,โ€œTech Nameโ€)

Thanks Heru. It works perfect

Top Labels in this Space