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 / Canvas App Collection ...
Power Apps
Answered

Canvas App Collection is Data Type: Table?

(0) ShareShare
ReportReport
Posted on by 17

I have an OnChange event on a DropDown box where I'm creating a collection as following:

 

ClearCollect(
collectNearmissUserInfo,
{
Email: Text(cmbCreatedOnBehalfOfColleague.Selected.Mail),
Dept: LookUp(Users, 'User Name' = "xx@xxx.xx").'Department XX'.Department
}
);

 

I now want to use the "Dept" value (which value is A100) to insert into a LookUp:

LookUp(Departments, Department = collectNearmissUserInfo.Dept).Brand

 

But it gives me an error saying: "Incompatible types for comparison. These types can't be compared: Text, Table"

 

What am I missing, pls help 🙂 

Categories:
I have the same question (0)
  • Verified answer
    TheRobRush Profile Picture
    11,128 Moderator on at

    Try

    LookUp(
     Departments, 
     Department = First(collectNearmissUserInfo).Dept,
     Brand)
  • Verified answer
    accepto Profile Picture
    17 on at

    Found the solution:

    I needed to write "in" instead of "=" ... 

    LookUp(Departments, Department in collectNearmissUserInfo.Dept).Brand

  • TheRobRush Profile Picture
    11,128 Moderator on at

    Putting FIrst() around it will also work as it will return the record instead of the entire table, for future ref

  • accepto Profile Picture
    17 on at

    When I try to do this works - but it gives me a warning saying:

    Delegation Warning. The "LookUp" part of this formula, might not work correctly on large data sets

  • TheRobRush Profile Picture
    11,128 Moderator on at

    Ah Yes, delegation warnings. If there's ever a chance your datasource will go above 2,000 items then delegable searches are indeed best

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

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard