Conditional logic
Status: Closed · Asked by hericjr on · 0 views
Hello!
I receive information from a form through the webhook. In the form I have a selection field with 4 options (1,2,3 and 4).
I need to make a logical condition in Pabbly Connect to return a value (title) depending on the number selected in the form.
Ex:
If the received value is "1", set the value to "one"...
If the received value is "2", set the value to "two"... and so on.
The text formatter doesn't work for me, because I have to do one for each, but I need it to return the value in just one task, because I'm going to use the result in another task.
So in just one task it has to return me a dynamic result depending on the received value.
How can I be doing this function with Pabbly Connect?
Hey @hericjr
Regarding your concern to assign the option or the fields certain values dynamically, you can use the "Lookup Table" action step.
Olá @hericjrEm relação à sua preocupação em atribuir a opção ou os campos determinados valores dinamicamente, você pode usar a etapa de ação "Tabela de consulta".
Hello
Perfect! This what I needed.
Thanks