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 / Change button color or...
Power Apps
Answered

Change button color or text when submitting a form

(0) ShareShare
ReportReport
Posted on by 66

hi guys!

 

I'm trying to do something that seems very simple but can't get it to work as expected.

 

I have a form that when users populate, they click a SUBMIT button.  The data is then stored to SharePoint.  Users would like the button color to change once they click SUBMIT or have the text change to SUBMITTED.

 

this is what I am currently using, works but not exactly, toggle is not what I would really like to use. 

OnSelect
UpdateContext({togglevalue: !togglevalue})

If(!varViewMode, SubmitForm(FormRewards))

Fill
If(togglevalue,Color.Yellow,Color.Red)

Categories:
  • Verified answer
    WarrenBelz Profile Picture
    156,566 Most Valuable Professional on at

    Hi @MEGA1 ,

    If you reset the value at Screen OnVisible 

    UpdateContext({togglevalue: false})

    that should work.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • Verified answer
    MEGA1 Profile Picture
    66 on at

    Thanks Warren!  That worked! 

    I also tried this and it worked too!  Thanks for your help and time!

    OnSelect
    Set(PartD_CDR_Q4,true);

    Fill
    If(PartD_CDR_Q4,Orange,RGBA(152, 208, 70, 1))

    Text
    If(PartD_CDR_Q4,"Submitted","Submit")

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard