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 / Perform SQL into data ...
Power Automate
Unanswered

Perform SQL into data table

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi

I need to perform insert [] select from Power Automate data table to Access db. (+1mi rows)

I´ve been trying a lot of SQL syntax, but everything goes wrong.

How can I do It?

 

I have the same question (0)
  • VJR Profile Picture
    7,635 on at

    Hi @Anonymous 

     

    If you have an issue with SQL syntax as you say then it looks like the connection string does not have a problem.

    If not, then correct that first (Access connection strings - ConnectionStrings.com)

     

    If it's a SQL syntax issue then, can you share the syntax and how you are accessing the datatable to see what's going wrong.

  • momlo Profile Picture
    1,527 Super User 2024 Season 1 on at

    Hey @Anonymous 

    As @VJR said - can you share your code? What exact errors you get and where? Opening connection or executing the query?

     

    Are you able to do simple select like this?

    SELECT * FROM [SheetName$]

     

    Also, are you sure you use correct insert statement like one below?

    Insert into [SheetName$] ([Column1],[Columns2]) Values ("Data1","Data2")

    Remember to close SQL connection to actually save the changes.

     

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 248 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 160 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 142 Super User 2026 Season 2

Last 30 days Overall leaderboard