Dynamic query parameters (the transformer is adding an extra = on the genereted string)

Hi!

I need to dynamic add a query parameter to my rest call on my app.

I'm using this transformer:

But when I add the value on the search, the query that is generated is this one:

It is adding an extra = on my string and I don't find a way of removing it.

I'm doing something wrong?

I need to just add the email parameter if the search input has a value

Hey @ronaiza!

Have you tried setting the URL parameter using the query UI as follows?

You can also conditionally include the parameter with something like this:

Let me know if that works for you?

2 Likes