• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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