• 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.

Temporary variables and sequential routing

bandelero

Member
Dear Pabbly Team,

I finally had a chance to look at the custom variables feature you've recently added. I realized that your implementation of custom variables is "global" as opposed to temporary - e.g. live within one execution of a workflow.

I think this misses a huge use case, specifically when temporary variables are used with sequential workflow routing.

I'm sure you know that in Make you can set your variables to be "live" for just one workflow run (cycle). And when you use them with routers (which are sequential in Make), you can use these temporary variables to pass information between branches of a router.

For example, say I have an automation that uses an LLM to summarise a piece of text. I in Make I could build a router with three branches:
(1) If the text is shorter than 10k words, send it to GPT-3.5-16k for processing and deposit the GPT output into a temporary variable (e.g. "summary_text")
(2) If the text is longer than 10k words, send it to Claude 2 vis OpenRouter for processing, and deposit the output into "summary_text"
(3) Unconditional router (runs after (1) or (2) have run) gets the "summary_text" variable and uses its value to write an email

Being able to use temporary variables, sequential router processing and unconditional branching makes it a lot easier and more intuitive to develop complex automations.

Would you consider adding these features?

Evgeny
 

bandelero

Member
Added!

There already is a request to enable sequential processing of router branches (and to give us a way to reorder the execution sequence). I added the request for temporary (workflow) variables.
 
Top