web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / how to retrieve multip...
Power Apps
Unanswered

how to retrieve multiple rows ?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

hii,

I am badly stuck at 1 point in my power app where i want list of names of candidates from candidates table whose competence(column name in candidate table) match the requirements(column name in position table) in postion table. i have list of form in which shows the list of company control title, requirements in control subtitle from table position. on select of each item in list form i wish to get the list of names of candidates that match the requirements selected.

 

i tried various ways to do this but didnt get any result: some of which are:

 

filter(candidates, competence = browsegallery.selected.item)

in this syntax i received error on = sign dont know why?

 

filter(candidates, position[@requirements] in competence)

no result

 

search(candidates, subtitle.text, competence)

no result no error. here subtitle control has requirements of the selected item from browser1

 

basically i am trying to retrieve more than 1 row by using search string from 1 table and related data from other table.

 

thanks in advance i really need this soultion.

 

i have attached a picture of gallery form from which when clicked on 1 item i need the list of candidates.

Screenshot (1).png
Categories:
I have the same question (0)
  • v-micsh-msft Profile Picture
    Microsoft Employee on at

    Try this:

     

    filter(candidates, competence in position.requirements)

    If you would like to filter the candidates from Gallery.Selected, then please try:

    filter(candidates, competence = BrowseGallery.Selected.requirements )

    Regards,

    Michael

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard