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 isn't ...
Power Apps
Answered

SharePoint list isn't being updated when using Filter in a ComboBox

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

 

I have 2 different lists, ListA has a LookUp column to 'Vendor ID' (Single Text Column) column in ListB. I've created a form for ListA which will be filtering as we fill it out. Once we have selected a 'Vendor Name' in our form, the 'Vendor ID' ComboBox Items should be filtered by looking that person's name on ListB.

 

 

 

 

Filter(
 ListB,
 'Vendor Name' = DataCardValue11.Selected.Value
).'Vendor ID'

 

 

 

 

I've tried this and I do get the filtered options correctly. However, when I submit the form, the cell in the SharePoint list is empty. If I use the default option the SharePoint list works, but I am not able to implement the filter functionality.

 

 

 

 

Choices([@'ListA'].'Vendor ID')

 

 

 

 

Any help would be appreciated, thanks!

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at

    Hi @Anonymous ,

     

    Is this just to find the vendor ID that's associated with the vendor name (1 to 1 relationship) or is there a possibility of multiple vendor IDs per vendor name (many to 1)?

     

    In case of a 1 to 1 realtionship, it's easier to add an additional column from the source list in SharePoint:

     

    BCBuizer_0-1680295025185.png

     

  • Verified answer
    WarrenBelz Profile Picture
    155,966 Most Valuable Professional on at

    Hi @Anonymous ,

    Firstly, my view is that using SharePoint Lookup columns in Power Apps is generally a pointless inconvenience/impediment unless you want to use the column also directly in SharePoint Edit in Grid View, however that does not solve your immediate issue. The Update of the Data Card should work with

    {
     Value: ComboBoxName.Selected.'Vendor ID',
     Id: 
     LookUp(
     ListB,
     'Vendor ID' = ComboBoxName.Selected.'Vendor ID'
     ).ID
    }

    and the DefaultSelectedItems of the Combo Box

    {'Vendor ID': ThisItem.LookupCOlumnName.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

     

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

#2
11manish Profile Picture

11manish 212

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard