Data Slices Improve Sync Time

tvinci
New Member

Hello AppSheet,

I have a Users table with the names of all my users and their respective roles, either “Dispatch” or “Driver.” I used this lookup expression to make a certain visible to only Dispatch and it worked, but it didn’t work for Drivers. What did I do wrong?

Thanks.

lookup(
useremail()
,"users"
,"id"
,"role"
)="Dispatch"
0 1 176
1 REPLY 1

Steve
Platinum 4
Platinum 4

The expression looks okay to me, though I recommend putting the raw value to the left of the is-equal operator (=) rather than on the right. Though unlikely, the position could cause problems.

Top Labels in this Space