
Announcements
Hi,
I have a scenario in Powerapps where I want to assign priorities to certain items. so Item 1 will be priority 1 and item 2 will be priority 2 and so on. What I want to happen is when the user changes the priority of item 1 to 2 I want the app to change the priority value of item 2 to 1.
How can I achieve this?
Thanks
Abdullah
You can use a form and submit form or you can use the patch function. Instead of creating a new item you will be editing a new item
https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-patch
https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-forms
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
My website!
My blog!