How can I limit the number of tasks per day in a workflow?

Status: Open · Asked by Gerardo on · 0 views

Gerardo — Question ·

I need to limit my workflows to only two tasks per day. How can I add a filter to limit this, or what is the best way to do it?

Fagun Shah — Reply ·

You can't add limit task limit at workflow level. You can turn on and off workflow using pabbly connect manager app in an other workflow though.

Preeti Paryani — Reply ·

Hello @Gerardo,

You can achieve this use case using Pabbly Connect Manager by setting up a workflow as shown in the attached screenshot.

To learn how to use Pabbly Connect Manager, please refer to the attached tutorial for a step-by-step guide.

youtube.com/watch?v=Kl1iy26wxZY

Arshil Ahmad — Reply ·

It's not possible to trigger the workflow only for the latest feed. Your workflow will trigger for all the feeds published during the 24-hour span.

Gerardo — Reply ·

Any way or hack that allows me to do it?

Preeti Paryani — Reply ·

Hello @Gerardo,

While the RSS (Pabbly) Trigger doesn’t natively fetch only the latest item every 24 hours, you can achieve this using a workaround:

Workaround steps:

  1. Use "Schedule by Pabbly" – Set it to trigger every 24 hours.
  2. Fetch RSS Feed Items – Use the RSS trigger to retrieve the latest feed items.
  3. Check the Order of Items – The latest item might be at the beginning or end of the array. Check the order first:
    • If the latest item is already the first one, proceed.
    • If it's at the end, use "Array Reverse" to bring it to the top.
  4. Use "Iterator by Pabbly" – This will break the list into individual items.
  5. Use "Counter by Pabbly" – Set it to process only the first (0 or 1) item to ensure only one post is published.
  6. Post to Facebook Fanpage – Use the Facebook Pages: Create Post action to publish the latest item.

This ensures that only one new item is posted daily instead of all accumulated items. Let me know if you need further clarification!

Gerardo — Reply ·

Thank you very much for your response.

It sounds like a good solution, but I can't find the Counter by Pabbly app. Could it be under a different name?

Back to all forum threads · Log in to reply