I want to display data from a database to users when they access the app but I want to filter the data by email so that users can only see data which is linked to their emails. I’ve already created an app variable which stores emails when they login. Please help with a formula which can match current user email and the email on the database then display the data. tx
3 Likes
I found the solution. For anyone who’s wondering how here it is.
FORMULA
SELECT(List, item.Email==appVars.currentUser.username)
3 Likes