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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Nested Search and LookUp
Power Apps
Unanswered

Nested Search and LookUp

(0) ShareShare
ReportReport
Posted on by 1

Table A: Names - unique id, full name, other fields.

Table B: Invoices - unique id, name.id (unique id from Table A), other fields

 

Table A's Unique ID exists as a field in Table B but not the full name field of the individual.

 

Trying to display the list of invoices from Table B with a Search Box input for the full name from Table A.

 

Tried Search(Table B, Text(LookUp(Table A, full name = SearchBoxInput.Text, unique id), name.id)

 

Returned nothing.

 

There's another solution that uses Filter provided here: https://powerusers.microsoft.com/t5/Building-Power-Apps/Lookup-Nest-Search/m-p/477959

Maybe filter can work instead. Let me know what you think, thanks!

I have the same question (0)
  • Pstork1 Profile Picture
    68,858 Most Valuable Professional on at

    I think your Search() statement is pretty close, but I think instead of Text() you may need to use GUID().  The unique ID in Dataverse is a GUID and you won't find it using a Text search.

  • colivam Profile Picture
    58 on at

     

    Why don't you test that your list gets the items from the following command?

     


    AddColumns(
    TableB,
    "FullName",
    LookUp(TableA,UniqueId=Name.id,FullName)
    )

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 408

#2
WarrenBelz Profile Picture

WarrenBelz 382 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 328 Super User 2025 Season 2

Last 30 days Overall leaderboard