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