Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Dropdown selection to html text on separate screen

(1) ShareShare
ReportReport
Posted on by

I'm building an app that includes 10+ questions on the first screen, and based on selections, text indicating the answer will appear on a separate screen using html text. This works well apart from a Combo Box on the first screen that allows multiple selections. I've added a DONE button on the summary screen that starts a new form and navigates back to the first screen. All labels and other html text fields reset correctly, but the selections from the Combo Box always stay on the summary page.

The Combo Box appears on the first page if a previous question is answered Yes. How could I ensure these selections were cleared on each New Form? Thanks

  • Bonniedog2 Profile Picture
    on at
    Re: Dropdown selection to html text on separate screen

    Thanks!!! Worked perfectly - saved me from a bunch of headaches!!

  • Verified answer
    DBO_DV Profile Picture
    4,530 Super User 2025 Season 1 on at
    Re: Dropdown selection to html text on separate screen

    Hey @Bonniedog2 

     

    I know this problem. Here is how I always solve it.

    In the DONE button that resets you form add this code: 

    Set(varReset,false);
    Set(varReset,true)

    Now you can put this variable inside the Reset Property of your combobox: 

    DBO_DV_0-1720677319211.png

    That should help you out. 

     

    Let me know if you have any questions. 

     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,594 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,928 Most Valuable Professional

Leaderboard