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 bring two table...
Power Apps
Unanswered

How to bring two tables by the search function

(0) ShareShare
ReportReport
Posted on by

Hello all,

I'm bringing two data sources, two lists to display in my powerapps, via data table, the problem is in how to do to display and I can use the search to do a search in the column "Name" ?

 

Names:
table1
table2

 

As I'm using it today:

 

Search(
table1;
txtbuscaTN.Text;
"{Name}"
)

Categories:
I have the same question (0)
  • gcmfaizan Profile Picture
    1,022 on at

    you can achieve this task by gathering 2 tables into one collection and then applying a search on newly created collection.

    here is an example:

    ClearCollect(
     CombinedData,
     AddColumns(table1, "DataSource", "table1"),
     AddColumns(table2, "DataSource", "table2")
    );

     

    If this is the answer for your question, please mark the post as Solved.
    If this answer helps you in any way, please give it a like.

     

    Thanks!

     

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

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard