Can someone suggest why this statement, used ...

Can someone suggest why this statement, used exactly as it is below in all my AppSheets, will find a particular USERMAIL() address in some AppSheets but not all, when logged in with that USERMAIL() address?

=CONCATENATE(LOOKUP(USEREMAIL(), NurseIDs, Email, ID),[NextNum])

Iโ€™d be happy to share one AppSheet where it does and the other where it does not, but not sure how to do that.

0 2 330
2 REPLIES 2

The LOOKUP expression will always give you a result with one value. Itโ€™s the same than ANY(SELECT(โ€ฆ)) but with simple syntax. It will find the first one from your table.

I found that there were two NurseIDs tables. One, being older, did not have the new nurseโ€™s ID. Strange thing is, I donโ€™t recall ever creating a second table.

Top Labels in this Space