Forum Discussion
Haniel Croitoru
Aug 02, 2016Learn Expert
Using SharePoint List Choice field in PowerApps
Hi all, If you've tried to create a PowerApp that filters or searches on a choice field in a SharePoint list, you may have found that it doesn't work. This is because today, PowerApps expects the...
Raouf Harbeg
Apr 13, 2017Copper Contributor
Append you field with .Value and It'll work.
CountRows(Filter(YourList, YourChoicefield.Value = "OK"))
Thanks
Frederick Gonzales
Aug 29, 2017Copper Contributor
Thanks Raouf!
Just what I was looking for. This worked great! No need for an additional column.