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 / Dropdown with 2 source...
Power Apps
Unanswered

Dropdown with 2 sources,concatenate unique results

(0) ShareShare
ReportReport
Posted on by 2

Hi, I have a dropdown reading data from 2 diferent lists. On both lists there are items that are the same, but i need to only show one of them (it doesnt matter which one). The dropdown looks for the ID column of the user executing the app. T

 

This is working, the only thing is that is showing duplicated items when they exists on both lists (and i tried to add a distinct at the very beginning but can't make it work).

 

 

 

Concatenate(
 Distinct(
 Filter(
 List_1; EMAIL = User().Email); ID);
 Distinct( 
 Filter( 
 List_2; EMAIL = User().Email);ID))

 

 

 

Any help is welcome.

Categories:
  • Devvj Profile Picture
    1,132 Super User 2024 Season 1 on at

    Hi,
    does it work with something like this?

    Distinct(
     Concatenate(
     Filter(List_1; EMAIL = User().Email);ID);
     Filter(List_2; EMAIL = User().Email);ID)
     )
    )
  • alexcasas Profile Picture
    2 on at

    Hi, thanks for taking your time withh this...

     

    Unfortunately it didn't work, it says:

    "Error: Invalid number of arguments. Received 3, expected 2"

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
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard