Build dynamic URL path for calling an API

Gotcha! Thank you for sending that over!

You are correct, there is some encoding going on after the transformer value was concatenated with the base URL. I managed to get this working with a slight change to the syntax:

Is this more so what you were expecting? Another option could be return to values from the transformer in an array and then piece them together using the form.

1 Like