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 / Choice Field getting r...
Power Apps
Answered

Choice Field getting reset after clicking Save button in form

(0) ShareShare
ReportReport
Posted on by 599

Hi All,

 

I have a powerapps form with SharePoint as the datasource. I have a choice field Location. Once i select a particular location eg: Dallas, after clicking on Save in the form, the selected choice Dallas should be retained in the Location field, rather than getting reset.

 

May I know how to achieve this ?

 

pico1.PNGPico2.PNG

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Iantaylor2050 :

    Could you tell me :

    • What is the control?Is it a combo box?
    • Does location field allow multiple selections?
    • What is the form ?Is it a new form?

    I assume there is a combo box in a new form and location do not allow multiple selections.

    1\Set the save button's  OnSelect Property to :

     

    Set(
     cc, /*cc is my custom variable*/
     combobox.Selected /combobox is the combo box downcontrol/
    );
    SubmitForm(Form1);/*Form1 is the new form*/
    ResetForm(Form1)

     

    2\Set the combo box's DefaultSelectedItems proeprty to:

     

    cc

     

    25.gif

    Best Regards,

    Bof

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 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard