I have Excel data table with 3 columns: Name, Email and Role. Role can be Admin or User. I want to do these scenario:
1. Detect user email and find row for that user. 2. If user role is Admin, show all rows in Gallery. If user role is User, show only rows where user email equal email from data.
Still learning.
Thanks