
This patch function on a slider seem to be working fine on a Sharepoint list, but I have not tested with a large list.
OnChange = Patch(Timeforing, First(Filter(Timeforing, ID=ThisItem.ID )), {Innsendt:true} )
- "Timeforing" is the Sharepoint list
- "Innsendt" is the boolean field that is set to true
(I have not been able to let the slider show the actual value of the field, but the "Send Inn" slider removes the item from the list intentionally by filtering, so it is not a problem.)
Filter for the browsegallery that only shows records for the logged on user where Innsendt=false:
Filter(Timeforing, Author.Email = 'Office365-brukere'.MyProfile().Mail && Innsendt=false)