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 / can i use multiple dat...
Power Apps
Answered

can i use multiple data source on Choices

(0) ShareShare
ReportReport
Posted on by 10

I have 2 share point list

1)Users  with attributes --   Columns Name( Name(Text) , Lead Generator  , Account Executive)

2)Requests with Lookup Users

 

By Adding Field Default Expression is-

Choices([@requests]. Lead Generator)

I need a only those Users in Requests form whose Lead Generator = false/true

can i use multiple data source on Choices or Is there any other way to apply condition on parent table

As a result i need a Drop down list.

Note : I am using  Submit Form(Form2) because i am posting single form.

 

 

Form.PNG
RequestsList.PNG
Categories:
I have the same question (0)
  • DisappointmentB Profile Picture
    61 on at

    Hello,


    I find it easier in these circumstances to create your own lookup. To do this I would set the field as a text field in the primary list. Add the Users list as a data source. When you add the text box to the screen you can change its type to be a dropdown. Then for the items of the dropdown you can write a formula that filters the User list based on if the Lead Generator is selected. The value in the new dropdown will get saved against the text field on submit.

     

    Regards

     

    Ben

  • Verified answer
    v-monli-msft Profile Picture
    Microsoft Employee on at

    Hi @MuzaffarMahmood ,

     

    Did you mean that in the dropdown control for the Lookup field "Lead Generator", you want to filter the options inside this dropdown with the a yes/no column type from source list(User)? Is "Lead Generator" in Users list the yes/no column?

     

    If so, then change the Items property of the dropdown control to:

    Filter(User,'Lead Generator'=false)

    In this formula, I assume that you want to filter with "No". You can change it to the one you use.

    Make sure that DisplayFields and SearchFields properties of this dropdown control is selected to the source field that you set in SharePoint lookup column setting.

     

    And at last change the formula of the Update property of this data card to:

    {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
     Id:DataCardValue14.Selected.ID,
     Value:DataCardValue14.Selected.Name}

    DataCardValue14 is the dropdown control's name. In this formula I assume that you are using Name field from User list as the source field of the lookup column.

     

    Regards,

    Mona

     

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

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard