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 / Form dropdown not pass...
Power Apps
Answered

Form dropdown not passing value to lookup column

(0) ShareShare
ReportReport
Posted on by 48

On a SharePoint site I have several lists, below with their columns:

 

DEPARTMENTS

Department

 

ROLES

Department (lookup from DEPARTMENTS)

Role

 

APPROVERS

Department (lookup from DEPARTMENTS)

Role (lookup from ROLES)

Name

E-mail

 

For APPROVERS I edited the form, and replaced the Role default combobox with a cascading dropdown that filters ROLES by the APPROVERS.Department value and grabs ROLES.Role from the resulting table.

 

In the APPROVERS.Role default card I changed the Update field to Dropdown.Selected. The problem now is that when a new item is added to the APPROVERS list, the Role dropdown doesn't pass the value to the Role list column, the field stays blank.

 

PowerApps doesn't show any errors anywhere in the form setup, what could be stopping the Role column from accepting the Role dropdown value? Could it have anything to do with the fact that the Role column was created as a Lookup type?

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

    Hi @MateiC,

     

    Yes, you are hitting the point.

    The issue you encountered should be relatd to the lookup type.

    Read more here:

    Defining default values for Comples SHarePoint type in forms

     

    You need to update the Update Porperty of the DataCard with the following schema, for single value DataCard, the formula under the Update property should be:

    Lookup(Choices(APPROVERS.Role), Value=Dropdown.selected.Value)

    For Multiple Value enabled field, the formula should be:

    Filter(
     Choices(APPROVERS.Role),
     Value in Combox.SelectedItems.Value)

    Let me know if this works for you.

     

    Regards,

    Michael

  • Verified answer
    MateiC Profile Picture
    48 on at

    I ended up changing all lookup types to text types throughout the site, because:

    • As far as I've found I cannot create dependent dropdowns to be used within a list's Quick Edit mode, to mirror the dependent dropdown manually added to the new/edit form
    • Using Microsoft Flow with these lists, I kept having issues with OData filtering for columns that were lookup types

     

    Thank you for confirming the issue, and your solution looks like the correct way to go. I'll come back to this in case I ever need to stick with lookup types in the future.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 875

#2
Valantis Profile Picture

Valantis 530

#3
11manish Profile Picture

11manish 432

Last 30 days Overall leaderboard