Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

Using patch to update table in dataverse but it is not updating

(0) ShareShare
ReportReport
Posted on by 33

Hi!

 

i am using Dataverse Table to add data to table and in canvas app i am using the patch function but when i save the data it is adding a new row instead of updateing the data please help!

Categories:
  • Verified answer
    Michael E. Gernaey Profile Picture
    42,456 Super User 2025 Season 1 on at
    Re: Using patch to update table in dataverse but it is not updating

    @Gjoni23 

     

    The answer is your code is only good for creating new records really.

     

    You need to change the Defaults(Table) to be a lookup to the Row to update.

    If The Gallery is the row then put GalleryName.Selected instead. If not find a column to match on in  a  lookup

     

    New
    
    Patch(Table, Defaults(Table)
    
    Update
    Patch(Table, LookUp(Table, Column = "", {})


    If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others

    Cheers

    Thank You
    Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
    https://gernaeysoftware.com
    LinkedIn: https://www.linkedin.com/in/michaelgernaey

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics