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 filtered/searched fields to be text fields.
I found a simple work-around for this by using a Calculated field in SharePoint for the choice field as PowerApps treats calculcated fields as text fields. In the example below, the field I'm interested to search on is a choice field called bugStatus. Instead, my PowerApp uses bugStatusValue in its search field.