Forum Discussion
Patrick Rote
Nov 09, 2020Iron Contributor
How to filter a gallery by using buttons
Hi there, I have 2 buttons In Progress and Complete I have set 2 variables - varbtnCompleteTab and -varbtnInProgressTab I have set the variables like so on the button OnSelect Set(varbtn...
Eva Vogel
Nov 09, 2020Steel Contributor
Hi Patrick Rote, I am sorry for this .
In fact translating is easy, when you look at microsofts hyperlinks: In the position of "de-de" of the URL you only have to replace it with "en-us", I adjusted this URL and you can now read in english. Never mind. I added you a useful link to learn more about PowerApps: The best content I fould so far is in Laura Rogers' Site, called iwmentor.com. You can follow her tons of videos from 2017 concerning Power Automate and PowerApps as well. She's the best. Enjoy learning, as i still do
Eva
Patrick Rote
Nov 10, 2020Iron Contributor
Hi Eva Vogel
I tried the below using switch
Switch(varbtnInProgressTab, "New", Filter('ESC-Request','Event Status'= varbtnInProgressTab), "Complete", Filter('ESC-Request','Event Status'= varbtnCompleteTab))
But i had no luck.
It doesn't load anything by default(When i load the gallery initially)
When i click the In Progress button it works the first time and letter it doesn't work or refresh.
What am i missing