Notifications
Announcements
I was wondering if its possible to register inside a list on sharepoint if a button is clicked on power apps(also without using forms if possible and if it is please show me the coding) thank you.
hey @Ibersul
what exactly do you want to register?
Just that the button has been clicked so the name of the button shows up on the list if it has been clicked
yes you can. example below -
SharePoint List with Name = Single Line of Text
TextInput1 = enter anything
Button = Patch(SP List,Defaults(SP List),{Name:TextInput1.Text})
well actually there is not text input, maybe i explained it wrong but basically the button opens a screen that has a file etc and we want on the list to show up that he has open that screen/ clicked the button
Hey @Ibersul ,
Use This:
Patch(TableName,Defaults(TableName),{Clicked: yes,User:User().EMail})
you can also replace it by FullName if that suits better.
Just having this problem, but table name is the name of the sharepoint or the column its going to (in the sharepoint ofc)?
@Ibersul ,
Yes TableName is the Nam of the Table in Sharepoint. and Of course you also need to create the Columns Clicked and user first in Sharepoint to be able to save to them. For the Clicked Column you can either use a text column, there you need to put in power apps "yes" with the brackets or as Yes/No column, Then you would replace "Yes" by true (without brackets)The User Column can be a string Column.
What about the error in the screenshot i sent what should i do?
You should create the Columns first refresh the Table in Power apps and try again.
they were already created, and up to date so that cant be it
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 796 Most Valuable Professional
Michael E. Gernaey 327 Super User 2025 Season 2
Power Platform 1919 268