web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / PowerApps Button click...
Power Apps
Answered

PowerApps Button click move the item in to next row

(0) ShareShare
ReportReport
Posted on by 17

List ID.PNG

I have data in Powerapps CDS table like my screenshot.I want to get the next item once I submit the button my current "IN progress" Item will change into "completed" . Then I have to move the status to in progress in to Next item in the table. 

 

Please anyone having idea share it here.

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @gowtham1907,

    Based on the issue that you mentioned, do you want to update the Status column clicking the button?

    Could you please share a bit more about the scenario, what is the data type of the CompletionStatusID column?

    Not sure about the data type of the CompletionStatusID column, I assume that it is a Text.

    1). Add a Gallery and populate it with your Dataverse table

    2). Insert a button within the Gallery and set the OnSelect as below:

    Patch(
     EmailLists, // This is my Dataverse table, please replace it with yours
     ThisItem,
     {CompletionStatusID: "Completed"} 
    );
    Patch(
     EmailLists,
     LookUp(
     EmailLists,
     CompletionStatusID = "Pending"
     ),
     {CompletionStatusID: "InProgress"}
    )

    vqiaqimsft_0-1624589947027.png

    Regards,

    Qi

     

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard