Hello Guys
I'm new to power apps, I did already some different flows in Power Automate. I'm kinda thinking that these are very powerfull tools. Although it is a steep learning curve I noticed. It kinda reminds me of Flash when I was still in school.
So this is what I use as data source:
I have a sharepoint list with different columns. And a choice that needs to be added to the filter.
I created a canvast app and did some changes to it already, I added some dropdowns, datepicker, etc... I made some filters on the gallery.
The current code is as following:
Filter('Busritten Lijst'; Dag=DateSelector.SelectedDate && nr=RitSelector.Selected.Value)
// && Status.Value='Ok' ) Value in Filter('Busritten Lijst', Status = "Ok").Title
But the last filter condition that I want to add is that it needs to filter a Choice option. You can see what I already tried behind the comment tags. But whatever I try, it doesn't seem to be working.
Thank you for the help. If you have further questions/remarks don't hesitate to forward it.
Kind regards
J