How to ref inf from a email?

i have an app that get email with QR CODE
and i need that row name get the name from another table if the email is the same as QR CODE

Solved Solved
0 1 426
1 ACCEPTED SOLUTION

You could use something like LOOKUP([_THISROW].[Promotor],YourTableName,Promotor,Name)

View solution in original post

1 REPLY 1

You could use something like LOOKUP([_THISROW].[Promotor],YourTableName,Promotor,Name)

Top Labels in this Space