Taplink country field not sending the right value
Status: Closed · Asked by Karim Mneimneh on · 0 views
Taplink values for the field country. Users choose their country from a dropdown on the taplink form.
However the value is appearing as a number in pabbly instead of appearing as the country name.
In my workflow, Data Records 3 Value should be Canada instead of 10
Can you please fix this?
Hey @karim
Since the Taplink trigger event is a webhook-based trigger event that only captures the webhook response once send by the application.
So, if Taplink is sending the Value for Canada in response as 10 then we can recommend you use the "Lookup Table" action step.
thank you for that solution