Replace Useremail() with Name

LLD
Silver 2
Silver 2

I have a table "PERSONS" listing users of an app; columns as follows - 

_rownumber, UserID (i.e. email), Owner (i.e. name of the user)

In another table, the users add tasks. Each row of that table captures UserID i.e. Initial Value = Useremail()

For the next column, when I use the formula LOOKUP([UserID],"PERSONS","UserID","Owner"), it does not return the Owner according  to the User ID, instead, it  always returns the name of the first person in the table "PERSONS"

Solved Solved
0 2 152
2 ACCEPTED SOLUTIONS

This?

 LOOKUP([_THISROW].[UserID],"PERSONS","UserID","Owner")

https://help.appsheet.com/en/articles/2357309-lookup

View solution in original post

Thank you Suvrutt! It worked.

View solution in original post

2 REPLIES 2

This?

 LOOKUP([_THISROW].[UserID],"PERSONS","UserID","Owner")

https://help.appsheet.com/en/articles/2357309-lookup

Thank you Suvrutt! It worked.

Top Labels in this Space