I have created a gallery view which I am wanting to filter the content by default (not using combo boxes nor buttons to achieve any filtering).
This is what I am currently doing to filter the items:
Both of the logical expressions work on their own however, when combined or a combined filter I receive an error:
Any advice on how to fix this or a workaround would be greatly appreciated!
What kind of columns are TeacherEmail and Status in your datasource?
If they are a person column and a choice column, then you need to specify the properties of those columns you want to compare to.
i.e.
Filter(Table1, TeacherEmail.Email = User().Email && Status.Value = "Waiting")
I hope this is helpful for you.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
191 | |
70 | |
50 | |
37 | |
28 |
User | Count |
---|---|
243 | |
114 | |
91 | |
91 | |
70 |