Every X minutes Pull from queue

I just want to know if I did delay for piece correctly.
here’s my flow:

  1. push items to Queue
  2. Delay for: X minutes
  3. Pull 1 item from Queue
  4. Do something.

Would this work if total items in queue are 15 and I want all of them to be published X minutes after each other?

Hello @Synovve , Welcome to the community :wave:,

You can use the Loop piece to iterate over all 15 items and add a delay step inside the loop, as shown in the image.