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 Edit d...
Power Apps
Unanswered

Sharepoint List Edit doesn't update all fields

(0) ShareShare
ReportReport
Posted on by 20

Hi All,

 

I have a sharepoint list integrated with the power apps form. I am trying to edit records in the share point list. There is a requirement, when i change a particular combo box selection while editing, there are dependant combo box which needs to be reset and the values already populated in the list should be reset to blank if the user doesn't select any value. 

 

Maja2_0-1665470988845.png

The current role is the master combo box. I have added the below statements for on change event of the combo box,

/*Reset the dependant combobox*/

Reset(ComboBox5);

/*If the mode is edit, set a variable to reset the default selected items. there is no way to directly reset the default selected items in edit mode*/

If(SharePointForm1.Mode=FormMode.Edit,Set(Varchange,Varchange+1));

 

 

Defuault selected items property of ComboBox5:

 

If(SharePointForm1.Mode=FormMode.View,Table({Value: Parent .Default}),If(And(SharePointForm1.Mode=FormMode.Edit,Varchange<=0),Split(ThisItem.'Current Foundation Skills',","),Blank()))

 

Update Function:

 

Concat(ComboBox5.SelectedItems,Result,", ")

 

After changing values in master combo box, i see the value is changing to blank in the dependant combo box. However when i click on save, the older values are retained in the list and blanks are not updated.

 

On Save:

 

SubmitForm(Form1)

 

Any help here would be much appreciated.


Thanks.

 

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

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 421

#2
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 278 Super User 2026 Season 1

Last 30 days Overall leaderboard