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

Is it possible to apply logics like IF, ELSE or SWITCH for text values inside pabbly fields.

Fagun Shah

Well-known member
Yes, pabbly has those functions.

For Conditionals you can use Filter or Router

Then there are other things like Text Formatter, Number Formatter, Date/Time Formatter etc.

And all other above mentioned will not consume any tasks in your account. Bcoz they all are counted as internal free tasks.
 

deep_blue

Member
@Fagun Shah How would I do this in Pabbly: -

If the value of a key received using Pabbly webhook is empty (null), then I want to assign the value as "one".

But if the value if key is "red" then I want to assign value as "two".

Sorry but this is a bit confusing coming from a different platform. :(
 

Fagun Shah

Well-known member
Whenever there are multiple conditions are involved you can use Routers -

Router executes for all the true conditions.
 
Top