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 / Country column is dele...
Power Apps
Answered

Country column is deleted and not showing dropdown when editing items

(0) ShareShare
ReportReport
Posted on by 517

Hi @StalinPonnusamy 

 

When I edited an existing item on my SP List with the Power App, the country was being deleted when saving the form. Also it was not possible to add additional countries from the dropdown when I wanted to edit the form and was freezed to previous values saved.

 

diegoandre10_0-1630211301933.png

 

 

Thank you!!!

 

Diego.

Categories:
I have the same question (0)
  • Verified answer
    StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @diegoandre10 

     

    The country Combo box is dependent on region Combobox. So need to filter country choices based on the region

     

    1. Set the items property of the country combo-box to

    Filter(
     Choices(SPList.CountryChoiceName),
     Value in With(
     {_item: SPListHasMapping},
     Distinct(
     If(
     !IsBlank(RegionComboBox.Selected.Value),
     Filter(
     _item,
     RegionColumn in RegionComboBox.SelectedItems.Value
     )
     ),
     CountryColumn
     )
     )
    )

     

    2. Update property of County data card

    CountryComboBox.SelectedItems

     

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

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard