Is there a Mapping Action?
Status: Closed · Asked by sujoe on · 0 views
So I have this value that I got from Service A which is in Yes and No
But Service B only accepts true/false, does Pabbly Connect have an action that we can filter and do the mapping before passing it to Service B?
Hey @sujoe
Could you please elaborate on your query and if possible please share your use case with us so that we can assist you accordingly.
Thanks!
Hi,
the response from Sales.rocks email verifier for one field is "Yes" or "No"
But Encharge.io only will accept the values true and false.
How do I map "yes" to true and "no" to false
Hey @sujoe
For your concern, you can use the "Lookup Table" action step. For better understanding, you can refer to our tutorial video -
youtube.com/watch?v=0umsoycOlfo
Kindly try this at your end and let us know if that works for you.
Regards

thank you, this looks like exactly what i need.
i have another question.
What if Service A passed a JSON object over to Pabbly and I need Pabbly to extract the value from one particular key? any actions for this?
Thanks
Hey @sujoe
What if Service A passed a JSON object over to Pabbly and I need Pabbly to extract the value from one particular key? any actions for this?
You can use the JSON extractor to retrieve a particular value from the JSON.

For better understanding, you can check out our tutorial video -
thank you