Is it possible to apply logics like IF, ELSE or SWITCH for text values inside pabbly fields.
Status: Closed · Asked by deep_blue on · 0 views
In integromat, we can apply a range of IF, ELSE, SWITCH, REPLACE and a lot more transformations to text (string, number, date etc.). Is it possible to do the same in Pabbly?
This is what I mean, please check the video below:
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.
@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. :(
Whenever there are multiple conditions are involved you can use Routers -
youtube.com/watch v=6XDASZVv3tw
Router executes for all the true conditions.