Announcements
Hi Hi Hi.
I've a question, If i would like to show selected choice that recorded in SP list to PowerApps gallery. How can I do.
I've 3 choices in my choice 1.Leave 2.WFH 3.Event
EX. I want to show only selected Leave in gallery
Hi @nitisak,
To filter the gallery to just show the records that have selected "Leave":
Filter(Collection/Table Name, 'Column Name'.Value = "Leave")
Please tick Accept as solution if the answer is useful.
Thanks,
@AARON_C
Hi @AARON_C
This is an error that I founded.
@nitisak
Did you put this formula in the Items property of the gallery?
Hi @nitisak ,
Each record includes different selected choice, and you need to define which record it is. Besides, Gallery control usually be used for displaying multiple items of a table. May I know why you need to display a single choice in Gallery?
Best regards,
Hi @v-jefferni
I create Calendar app and try to separate calendar view between WFH and Leave. Now I'm stuck on view with only WFH and Leave.
I would like one calendar show only WFH choice that has selected from user (That I stored result in SP) and another show only Leave.
Then as @AARON_C said, you need to put the formula in Items property of the Gallery to display all WFH items. For more clarity, could you please share your app screen in a screenshot in case we misunderstand?
Hi @v-jefferni @AARON_C
Sure. I have insert label under gallery to show the data that I would like.
Ok, then you need to add a condition in the Filter function:
Filter( Calendar, Status.Value = "WFH", StartDate = ThisItem.Value || SecondDate = ThisItem.Value || ThirdDate = ThisItem.Value )
Thank you now it works.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 329 Most Valuable Professional
11manish 209 Super User 2026 Season 2
Mohsin Ali 179