Dear experts, I've created an invoicing app where users create invoices. I use department Combobox to filter my gallery some of the users have to see all the departments and other users have to see only one department in the dropdown,
I have another list linked to my app, this list for access levels containing the UserName column which is the user email and another column for the department, I am using this list to hide buttons based on the current user by user varUseremail on start and it works fine I want to use the same list to filter the gallery based on the Combobox
For example, if Mark@***.com his department Marketing he can only see the Marketing in Combobox item
And if Mark@***. com his Departmen Marketing and Sales he can see both Marketing and sales in Combobox items
I hope I am clear
Thanks a lot