Hi Everyone,
Good day.
Is it possible if I create a code where I can have multiple filters and if statements?
Here's the scenario.
I have gallery where I can filter the list of save Items. I also have drop down where I can show the gallery of 4 tables. I also have input text for search.
Here's my code on the gallery
Items = If(Dropdown.SelectedText.Value = "Table1", Filter(Table1,Save),(Search(Table,TextInput.Text,"Column1","Column2","Column3")
But there's no save items shown.
I also want to add
Filter(Table1, User.Email = varUserEmail,Save,true) so that the items saved is based on the current user.
Thank you.

Report
All responses (
Answers (