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 / Show selected data aft...
Power Apps
Unanswered

Show selected data after logging in

(0) ShareShare
ReportReport
Posted on by 17

Hi! In need of help with this problem,

 

User logs in by typing idB to TextInputB and gets access uses idB and emailB. After that, it shows a gallery where I only want to show data from tableA that contains idB. After that, they will input grades to tableC using patch.

 

I tried LookUp(tableA, Value(TextInputB.text) = idA) and Filter(tableA, Value(TextInputB.text) = idA) on Gallery's Items but both wont show the selected data. Also tried Set(thisIDB, ThisItem) on the Button to submit TextInputB but it wont work too.

 

Here's some info about the data :

tableA : idA, nameA, universityA, idB

tableB : idB, nameB, emailB

tableC : idA, grades

& all id is in Number format.

 

Please let me know if you need more information.

Hope someone can help, thank you!

Categories:
I have the same question (0)
  • BideyYusuf Profile Picture
    387 on at

    Hi @audrey_e_t 

    You can just use Filter(TableA,IdA=Value(TextInputB.Text))

  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    HI @audrey_e_t ,

    Try using below formula in Items property of your galley control- 

    Filter(tableA, idB = Value(TextInputB.text))

  • audrey_e_t Profile Picture
    17 on at

    i have also tried that and it also won't work 😞

  • BideyYusuf Profile Picture
    387 on at

    Hi @audrey_e_t .. I did a scenario of what you planned to do, it worked okay. unless we havent gotten the information right.

    anyway, do you have IdA as a value in the TableA?

     

    what i believe you want to do, is used the credentials or ID to filter the record in the gallery when you Navigate there. if this is so, you must have IdA as a value inside the table, in order to use the textInput to filter using the value. @audrey_e_t 

  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @audrey_e_t ,

     

    Maybe you can try below first, :

    On the Button which submits TextInputB

    Set(thisIDB, Value(TextInputB.Text))

    On Gallery Items:

    Filter(tableA, idB = thisIDB)

     

    Or you'd better share more info of your data sources, are they Excel tables or any else? 

     

    Best regards,

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 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard