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 Filter Not Up...
Power Apps
Answered

Dropdown Filter Not Updating Record

(0) ShareShare
ReportReport
Posted on by 136

Hello everyone, 

 

I have a screen named Project linked to SharePoint List Project

I have another list - PM which does not have a screen

PM is a field on the form Project, which as a whole has a data source of Project except this one field . I am using Filter(BIS_PMs, Status.Value = "Active").Title to display only Active items for this single field. 

The screen is displaying the active items only so that part is working. 

 

What is not working is the submit for this single field. When I submitform, it does not submit this field back to the SharePoint List Project, but it will save the other fields back to the sharepoint list as expected. The update statement in this datacard is DataCardValue153.Selected. 

 

Any help would be appreciated. Thank you

Categories:
I have the same question (0)
  • cds Profile Picture
    1,001 on at

    DataCardValue153.Selected.Value ?

  • chris_young Profile Picture
    136 on at

    @cds 

    Thank you for such a quick response. I should have stated I tried that already. 

    It doesn't like .Value

    It looks like it is pulling the other fields from the PM List to update and not the Project list where I want it to do. 

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

    Hi @chris_young ,

     

    The PM column is LookUp type column, right? If so, please refer to the following steps:

    1. modify the Items property of DataCardValue153 as follows, and select Title column in Field property

     

    Filter(BIS_PMs, Status.Value = "Active")

     

    2. modify the Update property as follows.

     

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

     

     Hope this helps.

    Sik

  • chris_young Profile Picture
    136 on at

    @v-siky-msft 

     

    Thank you for the reply. When I go to paste the UPDATE code in, I get an error at

    Id: DataCardValue153.Selected.ID,

    The .ID is red, my only option is either without the .ID or with the Field Name (.Name) 

    I tried both but when I submit either I get a Bad Gateway response. 

      

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

    Hi @chris_young ,

     

    Please make sure the Items property of DataCardValue153 is as follows, without '.Title' code.  Then 'DataCardValue153.Selected.ID' code should work.

    Filter(BIS_PMs, Status.Value = "Active")

     

    If the issue still exist, please go to SharePoint list - List Setting -Edit LookUp column to show us the Additional Column Settings.

    Hope this helps.

    Sik

  • chris_young Profile Picture
    136 on at

    @v-siky-msft 

     

    Thank you, everything is working perfectly. 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi,

    Need help with filter dropdown – the formula is app is working fine – but data is not getting updated in SharePoint. Below are the details:

    Attached all details

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 494

#2
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#3
11manish Profile Picture

11manish 323

Last 30 days Overall leaderboard