Hi Zapier Community,
I’m trying to hide a URL parameter in my API request. See example below:
www.example.com/orders?team={{team}}&api-key={{apikey}}
The team parameter is optional and should be empty for most users. However if I make an API request with the team team parameter empty i.e.
www.example.com/orders?team=&api-key=123
Then my API request fails. How can I configure Zapier to hide the team parameter if it’s empty?
Thanks