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 / Add Work Queue Item ac...
Power Automate
Suggested Answer

Add Work Queue Item action is Very Slow

(0) ShareShare
ReportReport
Posted on by 99
Hi Experts,
 
I recently started working with Work Queues and I noticed that adding items to queue is terribly slow.
The SQL part was completed in 5 secs and the queue loading took 4 minutes to complete.
That speed is ridiculous to deal with. Any idea what could be the reason? Or is it a limitation of queue as of now? If so, how can we deal with 10k or 1 Lakh transactions?
 
 
 
BR,
Arun K J
 
I have the same question (0)
  • Suggested answer
    SwatiSTW Profile Picture
    809 Super User 2026 Season 1 on at
    You have to optimize your logic,

    Below are some points you should do
     
    a. Add items to the queue in batches (e.g., 100-1,000 at a time) instead of one-by-one.
    b. Use the “Run Parallel” action to process queue additions concurrently.
    c. Adjust the queue's batch size setting for fewer roundtrips and faster processing.
    d. Insert data into a SQL staging table first, then bulk add items to the queue.
    e. Optimize SQL and Connections, Enable SQL connection pooling and use stored procedures for faster operations.

    Please mark it answered if works for you.

     
  • arun_kj Profile Picture
    99 on at
    Hi @SwatiSTW, I couldn't find the batch loading action for Work Queues. Could you please provide more details?
    Also, kindly guide me on adding items to queue in a bulk.
  • Suggested answer
    SwatiSTW Profile Picture
    809 Super User 2026 Season 1 on at
    Power Automate for Desktop does not have a direct "batch loading" action for Work Queues.
    You can do it by couple of ways.
    1. Go with Batch Processing using Loop, Add items to a temporary list in batches, then add them to the Work Queue when batch size is reached.
    2. Use Staging Table, Insert data into a SQL staging table first, then read and add to the Work Queue.
    3. Try Cloud Flows with API,  Use Power Automate Cloud Flows and Work Queue APIs for faster, bulk item addition.
    4. Try CSV/Excel Upload, Read data from a CSV/Excel file in chunks and add to the Work Queue sequentially.

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

#2
trice602 Profile Picture

trice602 198 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 136 Super User 2026 Season 2

Last 30 days Overall leaderboard