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 / Trying to rebuild reco...
Power Apps
Unanswered

Trying to rebuild records based on a multiple selection combobox

(0) ShareShare
ReportReport
Posted on by 8

I am building a Canvas App and  having problem with a field defaultedSelectedItems from my combobox setting the cr5da_catalogueid to be a NULL value. All the other values for the record are setting correctly.

New selections do get the CatalogueID assigned.

If I deselect the old values from the combobox and reselect them , it does set the catalogueid on those records

Any help would be appreciated as I am still very new to Power Apps.

 

this is my Save process:

 

Remove('Prod.CatalogueBrands',
              Filter(

                        'Prod.CatalogueBrands',
                        GalleryBrand.Selected.Id = cr5da_brandid

                      )
);

 

Refresh('Prod.CatalogueBrands');

ForAll(
           ComboBox1.SelectedItems As rec,
           Patch(
                     'Prod.CatalogueBrands',
                     Defaults('Prod.CatalogueBrands'),
                    {
                      cr5da_brandid: GalleryBrand.Selected.Id,
                      cr5da_companyid: drp_Main_Company.SelectedText.cr5da_externalprimarykey,
                      cr5da_catalogueid: rec.cr5da_externalprimarykey,
                      cr5da_createname: User().FullName,
                       cr5da_modifiedname: User().FullName
                     }
           )
);

Categories:
I have the same question (0)

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard