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(Multiple Colu...
Power Apps
Unanswered

Dropdown(Multiple Column fetch)

(0) ShareShare
ReportReport
Posted on by

Hello there,

 

I have a task where I have to fetch multiple columns like Email, Email1, Email2, and Email3 so in the Sharepoint list all fields are a single line of text.

 

In powerapps, I converted this field to allow values so that I can get dropdown.

 

Now, I want values in dropdown like below:

Email

Email1

Email2

Email3

 

I tried below query in items :

With(
{
witem:
Filter(
datasource,
Lookupcolum.Value="Applicant" &&
ID=DataCardValue14.Text &&
!IsBlank(Email)
)
},
Table(
{Value:witem.Email}
)
)

 

I tried the above but got errors like "Expected a different collection record structure".

 

Let me know how to solve the above error.

Regards,

Manoj Roy

Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @manojrohit16 ,

     

    Could you please tell me:

    • Does the Lookupcolum allow multiple selections?
    • Could you please show me some screenshots?(Code bar……)

     

    Maybe you could set the dorpdown's items property to:

     

    Filter(
    datasource,
    Lookupcolum.Value="Applicant" &&
    ID=DataCardValue14.Text &&
    !IsBlank(Email)
    ).Email

     

    Best Regards,

    Bof

  • manojrohit16 Profile Picture
    on at

    I did it but it was working only for one email not for all means (Email1,email2,email3,email4).

    I have for columns in datasource email1 email2 email3 email 4 and all columns are single line of text and converted it into dropdown by selecting in edit (Allowed Values)

     

     

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @manojrohit16 ,

     

    Please try:

     

    Filter(
    datasource,
    Lookupcolum.Value="Applicant" &&
    !IsBlank(Email)
    ).Email

     

    Best Regards,

    Bof

  • manojrohit16 Profile Picture
    on at

    This is only for single dropdown but I want multiple column value in to dropdown.

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard