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 status with toggle
Power Apps
Answered

Change status with toggle

(0) ShareShare
ReportReport
Posted on by 52

Hello everyone,

In powerapps I have a gallery that is linked to a sharepoint list and from powerapps I want to change the status of an item by passing through a toogle. So if I activate the toggle the status should change to inactive and if I deactivate it it changes to active. Does anyone have any ideas about feasibility?

Categories:
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @242F_low,

     

    Give the following code a try:

     

    //OnCheck property
    Patch(
     LISTNAME,
     {ID: ThisItem.ID}
     {StatusColumn: {Value: "inactive"}}
    )
    
    //OnUncheck
    Patch(
     LISTNAME,
     {ID: ThisItem.ID}
     {StatusColumn: {Value: "active"}}
    )

     

    Change the name of the list and statuscolumns to the correct ones. Additionally, should the status column be a text column instead of a choice, use {StatusColumn: "active"} instead.

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

  • 242F_low Profile Picture
    52 on at

    @LaurensM Thanks I will try it and back to you if it's done.

  • 242F_low Profile Picture
    52 on at

    @LaurensM thank you for this code solution it's working properly

     

    Patch(
    Habilitation;
    {ID: ThisItem.ID};
    {Statut: {Value: "inactif"}}
    )

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 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard