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 / SharePoint List not up...
Power Apps
Unanswered

SharePoint List not updating entry from Powerapps form after save, defaults to - entry not what is selected

(0) ShareShare
ReportReport
Posted on by 83

I have a form that is built based off a SharePoint list. I added a Dropdown control to sort, distinct, filter selection based on another table.

The form works except for the new dropdown doens't populate the list with the selection but show the default "-" option.

 

Not sure what I've done wrong and why it's not populating the selection.

 

ktownshend_0-1683642132358.png

This is the screen shot of dropdown and the formula.

 

I need this selection to update the list Plaid Card Log List. Specifically the Plant Location Choice Field. 

ktownshend_1-1683642335473.png

I did not create this original list, I'm trying however to make it so that a user once they select the facility, gets a limited list of Plant Locations to select from for that facility.

 

Any help is appreciated.

 

Thank you 

Categories:
  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    Hi @ktownshend ,

    Without seeing your data, it is a bit hard why you get no values as this code is valid for the Items assuming a matching value is selected in DCV_Facility

    Sort(
     Distinct(
     Filter(
     'Facility Locations List’, 
     Facility = DCV_Facility.Selected.Value
     ),
     field_l
     ),
     Value
    )

    however the Update of the Data Card needs to be

    {Value: YourComboBoxName.Selected.Value}

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • ktownshend Profile Picture
    83 on at

    Thank you for the advice, but this didn't work. However, this did, not sure why but it's working:

     

    DataCardValue1.Selected

     

     

  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    @ktownshend ,

    Assuming this is a Choice field you are writing to, If what you have works, then this should also

    {Value: DataCardValue1.Selected.Value}

     

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 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard