My expression is not working withe
USEREMAIL()
I have two tables:
First Table ( TASKS )
NO | TASKS |
1 | Contact With AppSheet to Solve user's problem |
2 | Computer hardware request |
Second Table ( TASKS WITH )
TASKS NO | ID | GMAIL |
2 | JOY | USER1@GMAIL.COM |
2 | IZZAT | USER2@GMAIL.COM |
2 | MOHMMAD | USER3@GMAIL.COM |
___________________________________________________________
In the slides, I used the following expression inside the row filter condition for the table (tasks), This is to show only the special tasks of the program user by e-mail
CONTAINS(USEREMAIL(),[Related TASKS WITHs][GMAIL])