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 / Using Flow variables i...
Power Automate
Unanswered

Using Flow variables inside an Execute SQL Statement

(0) ShareShare
ReportReport
Posted on by 2

Hi

 

I have a flow variable, lets call it A, which is a table consisting of 1 column and multiple rows.

 

Then i am opening an SQL connection, where i try to create a table in my SQL Server which has the content of variable A.

However, i am not able to refer to a Flow variable inside the SQL statement.

 

I was able to refer to a single value from variable A if i first used the following:

 

DECLARE @SQLVariable  varchar(20)

set @SQLVariable@= %A%

insert into [Database].[schema].[table]
select @SQLVariable

 

However, whenever A exceeds a single value i get an error.

 

Do you have any suggestions on how i can load the flow variable %A% into the SQL instance, and create the table in my SQL database, based on my flow variable with multiple values?

 

Thanks in advance!

I have the same question (0)
  • lbendlin Profile Picture
    8,726 Super User 2026 Season 1 on at

    As I understand it you can only supply scalar values as input to a SQL SP call.

     

    lbendlin_0-1677972593841.png

     

  • MathiasAmby Profile Picture
    2 on at

    Can you do something similar on desktop version?

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 241 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 179

#3
Haque Profile Picture

Haque 159

Last 30 days Overall leaderboard