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 Automate / Not able to insert a r...
Power Automate
Suggested Answer

Not able to insert a row using SQL Server Insert Row connector

(0) ShareShare
ReportReport
Posted on by 144
I am unable to insert a row using SQL Server Insert Row connector. It throws below error. May i know how to solve this?
 
Microsoft SQL: The target table 'dbo.XXXXXXX' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
inner exception: Microsoft SQL: The target table 'dbo.XXXXXXX' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
 
If we cannot use Insert Row in this scenario, any alternatives would be helpful. 
I have the same question (0)
  • Suggested answer
    MS.Ragavendar Profile Picture
    7,613 Super User 2026 Season 2 on at

    A limitation of the SQL Server connector is that it doesn't support tables with triggers.
     
     
    As the documentation here states, a workaround is to use a stored procedure instead.
     
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.
  • Suggested answer
    11manish Profile Picture
    3,849 Super User 2026 Season 2 on at
    The most reliable and commonly recommended solution is to move the insert logic into a SQL stored procedure and call it from Power Automate using Execute Stored Procedure (V2). This avoids the connector limitation while preserving your existing SQL triggers.
    this is a SQL Server limitation when using OUTPUT with tables that have enabled triggers, not a bug in Power Automate. A stored procedure is typically the best long-term solution.
  • MS.Ragavendar Profile Picture
    7,613 Super User 2026 Season 2 on at
     
    A quick follow-up to see, does the suggestion worked for you or still you were looking for any other approaches or assistance.
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 306 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 169 Super User 2026 Season 2

#3
Haque Profile Picture

Haque 131 Super User 2026 Season 2

Last 30 days Overall leaderboard