Hey,
I could not find anything regarding a simple filter.
I have a SharePoint list, one column is Choice Field with 2 Options as Radio Buttons (Option1 and Option 2).
And now I want to build a powerapp, created a datatable based on that sharepoint list. In Items I put in the following filter
Filter(Choices(SharePointList.OptionColumn), Value in "Option1" )
But I'm stucked with that and could not find a proper solution. Filtering in text only fields works as expected.
Any hints
Erik
Solved! Go to Solution.
Are you trying to filter the SharePoint List by the selected value of in your Radio Buttons?
Filter(SharePointList, OptionColumn.Value = Radio1.Selected.Value)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Are you trying to filter the SharePoint List by the selected value of in your Radio Buttons?
Filter(SharePointList, OptionColumn.Value = Radio1.Selected.Value)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
201 | |
176 | |
62 | |
32 | |
30 |
User | Count |
---|---|
314 | |
264 | |
104 | |
76 | |
56 |