Hello all!
I'm newbie on Power apps and in my app I need to edit a single row on sharepoint.
For example, i have the list and app below:
App:
List:
When i click on "APROVAR" on my app, i need to add "OK" on colunm "STATUS".
I really don't know how to do it and i search all google and don't found anything useful 😞
Thanks
Solved! Go to Solution.
hi @Anonymous ,
Try this:
I am assuming your status column is a choice filed in SharePoint list.
Patch(SpListName,Defaults(SpListName),{status:{Value:"OK"}})
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
hi @Anonymous ,
Try this:
I am assuming your status column is a choice filed in SharePoint list.
Patch(SpListName,Defaults(SpListName),{status:{Value:"OK"}})
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
199 | |
71 | |
49 | |
42 | |
30 |
User | Count |
---|---|
263 | |
122 | |
92 | |
89 | |
85 |