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 / Power Apps Canvas Comb...
Power Apps
Unanswered

Power Apps Canvas ComboBox Clears on Save

(0) ShareShare
ReportReport
Posted on by 6

Good Day,

I've been searching these forums for a couple of days now and unfortunately I'm not finding a solution. I'm sure it's something easy I'm missing-so I apologize in advance if this topic has been answered in a previous post

 

Essentially I have a combo box that is going out to another SharePoint list-the box works as expected until I save/submit the form at which point it clears and doesn't save the value that was selected.

The combo box looks at another field (business unit) and filters down the collection based on the business unit)  However, as I said, the selected value clears when I hit save and doesn't show that any selection was made in the version history.
I've commented out various solutions I've tried or couldn't get the formula to take correctly as shown in the screenshots provided.

 

Thank you kindly for your assistance!

 

OnStart: 

ClearCollect(
col_LocationsNC,
'Who Does What by Location'
);

 

Items: RenameColumns(
ShowColumns(
Switch(
dpdBusinessUnit.Selected.Value,
"CFN US",
Filter(
col_LocationsNC,
ThisRecord.'Business Unit'.Value = dpdBusinessUnit.Selected.Value
),
"REG",
Filter(
col_LocationsNC,
ThisRecord.'Business Unit'.Value = dpdBusinessUnit.Selected.Value)),
"ID",
"LocationNameandCode"
),
"ID",
"Id",
"LocationNameandCode",
"Value"
)


DefaultSelectedItems: Parent.Default

Default: ThisItem.PlantLocation

Update: cbLocation_NC.Selected

 

version history.pngsharepoint form.pngsharepoint int.pngdefault and update.pngdefaultselecteditems.pngitems.pngOn Select.png

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard