
Announcements
Hi!
Goal:
To have 4 pages in SharePoint. All of them with a button for the user to push, once they have read the content of the page, in order to show that the have read the page.
What I want to happen:
I want all of the information to go to the same list. Each button should create a new listobject, based on which page the button is pressed, where I can see who created the object, when and from which page... The next time the user read the text and press the button I want the existing object, for the corresponding page, to be updated with a new date...
I´m new to Power Apps so speak to me like I´m 5 years old! 😉
You'll want to read up on the Patch function. 90% of what you're looking for is just Patching. You would have your Patch formula in a button nested inside an If statement that determines if the checkbox is checked.
Patch function - Power Apps | Microsoft Docs
If and Switch functions - Power Apps | Microsoft Docs
Your button OnSelect property would look something like