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 / Changing a sharepoint ...
Power Apps
Unanswered

Changing a sharepoint list on an app

(0) ShareShare
ReportReport
Posted on by 31

I have a sharepoint list with a YES/NO column . 

 

ex.: 

rdantas_0-1718130323461.png

In my power app, I have a gallery connected to the sharepoint list. To edit the list, I need to click in the arrow to go to another page in there I can edit the sharepoint list:

 

Page 1:

 

rdantas_1-1718131010493.png

Page 2:

rdantas_2-1718131034142.png

My question:

 

How can I have everything in one page? The options and the toggle button in the same line, like this:

 

rdantas_3-1718131261315.png

 

 

Categories:
I have the same question (0)
  • Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    @rdantas - as a basic example, insert a Toggle control into your Gallery and the set the Default property of the Toggle control to:

     

    ThisItem.'ON/OFF'

     

    Add the below onto your Save Button:

     

    Patch(
     'Your List',
     ForAll(
     'Your Gallery Name'.AllItems As _gallery_items,
     {
     ID: _gallery_items.ID,
     'ON/OFF': _gallery_items.'Your Toggle Name'.Value
     }
     )
    )
    

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard