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 / Error when using PATCH...
Power Apps
Unanswered

Error when using PATCH against SQL Server record

(0) ShareShare
ReportReport
Posted on by 274

I'm trying to update an existing record in SQL Server, via an on-premise gateway. I'm able to read data just fine, but when executing a PATCH, I get the message: "Network error when using the Patch function: The requested operation is invalid".

Patch(xxxx,selUser,{MiddleName:TextInput1.Text})

Categories:
  • SebS Profile Picture
    4,867 Super User 2026 Season 2 on at

    @darylvogan 

     

     

    I think it's cause it can't find the record.

     

    Patch(xxxx,
    {ID:selUser.ID},
    {
    MiddleName:TextInput1.Text
    }
    )

     

    Or You will need to do Lookup to find ID

  • darylvogan Profile Picture
    274 on at

    I've found the root cause: there is a trigger on the table, which is causing the error:

    The target table 'xxxxxx' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.\r\ninner exception: Microsoft SQL: The target table 'xxxxxx' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.

     

    I'm going to look into a video i see about calling a SP instead of Patch.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard