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 / Simple Gallery has me ...
Power Apps
Unanswered

Simple Gallery has me stumped.

(0) ShareShare
ReportReport
Posted on by 4

So have a table I'm wanting to search with a combobox. or text input if you can tell me how to get it to start showing close results in a drop down with startswith.

 

what i have in on my test screen.

 a gallery, combobox, and a text label inside gallery.

 

I'm needing so that when I search for an ID number in the combox the app displays the corresponding info of that row in the gallery text label.

 

I've been messing with this, and I keep getting these errors.

 

Name isnt valid 'Value' is not recognized.

and

The function 'Value' has some invalid arguments.

 

In the combobox I have under Items = t_ID_AST.IDNumber

 

In the gallery I have under Items = Filter(t_ID_AST, IDNumber = Value(ComboBoxsearch.Selected.Value))

 

lastly, for the Text Label I have under Text = ThisItem.IDDate

 

 

thank you in advance for any help you can give.

 



Categories:
I have the same question (0)
  • elseb Profile Picture
    774 Moderator on at

    Hi, try this:

     

    Filter(t_ID_AST,
    Or(
    IsBlank(ComboBoxsearch.SelectedItems),
    IsEmpty(ComboBoxsearch.SelectedItems),
    IDNumber in ComboBoxsearch.SelectedItems
    )
    )

  • seanc1842 Profile Picture
    4 on at

    the gallery control is not letting me assign a column with number data, is there a way around this

  • elseb Profile Picture
    774 Moderator on at

    you have number column in your sharepoint and you want to display it in gallery?

  • seanc1842 Profile Picture
    4 on at

    im wanting to search a particular IDnumber and return those results in a gallery using text tags.

     

    the app is connected to a sql database using table   t_ID_AST

    combobox is named ComboBoxsearch 

    the column name is IDnumber

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 474

#1
Valantis Profile Picture

Valantis 474

#3
WarrenBelz Profile Picture

WarrenBelz 375 Most Valuable Professional

Last 30 days Overall leaderboard