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 / Exec procedure with Ta...
Power Automate
Unanswered

Exec procedure with Table Parameter on Power Automate Desktop

(0) ShareShare
ReportReport
Posted on by

Hey yall,

 

I need to find a way to execute a procedure with a table-valued parameter on Power Automate

I am pulling data from a CSV file into a data table variable but SQL profiler showing the data is passing through as if they are text.

 

 

EXEC dbp_proc_name_here S10811110221, 182148037, , TOM MACK, 2018-07-05, 14124d2040, LPDSA3AC9

 

 

 I was able to archive this on UiPath showing this on SQL Profiler. Basically, they are creating an insert statement for each row into the temp table. Re-engineer this step on power automate might not be an ideal solution.

Now I know this isn't the best way but I am limited to this as direct access using bulk insert call is not an option at the moment.

 

 

declare @p1 dbo.test_test_test ##type table created prior

insert into @p1 values( values here )
insert into @p1 values( values here )
insert into @p1 values( values here )

exec dbp_proc_name_here _name=@p1

 

 

Does anyone have any advice or suggestion?

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 Automate

#1
11manish Profile Picture

11manish 273 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 235

#3
David_MA Profile Picture

David_MA 172 Super User 2026 Season 2

Last 30 days Overall leaderboard