• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Pabbly connect

Archange16

Member
Consent to Access & Modify
I don't authorize Pabbly Support to log in to my account.
Bonjour,

Je vous contacte concernant un problème que je rencontre avec Pabbly Connect.

Je souhaite configurer une automatisation qui s'exécute uniquement le dernier vendredi de chaque mois.

Cependant, les modules disponibles dans Pabbly (en particulier Format Date Only et Modify Current Date) ne permettent pas l'utilisation d'une expression comme :

"le dernier vendredi de ce mois",
ce qui serait nécessaire pour retrouver la date du dernier vendredi.

Pourriez-vous me dire :

Existe-t-il une méthode simple dans Pabbly pour identifier le dernier vendredi du mois ?

Ou bien une mise à jour est-elle prévue pour permettre ce type de calcul directement dans les modules de formatage de date/heure ?

Cela me permettrait de finaliser l'automatisation demandée.
 

Preeti Paryani

Well-known member
Staff member
Hello @Archange16,

Thanks for reaching out. At the moment, Pabbly Connect does not support calculating dates like “the last Friday of the month” directly through the Date/Time modules. You can schedule a workflow to run on specific weekdays, but selecting occurrences such as the 2nd or last Friday is not yet available.

If you would like this feature added, you may submit it to our public roadmap.

For now, you can still achieve this by:

  1. Setting the trigger to Schedule → Day of Week → Friday.
  2. Using Date/Time Formatter to fetch the current date.
  3. Adding a Code by Pabbly step (JavaScript or Python) to check if the current Friday is the last Friday of the month and return true/false.
  4. Applying a Filter so the workflow proceeds only when the code returns true.
This will allow the automation to run only on the last Friday of each month.
 
Top