I want to make a REST GET request where a parameter is optional. The parameter "recipient" is not always set, but the REST web service does not allow it to be empty. So far I have had no success in not submitting this parameter when the text field is empty.
When I dynamically compose the entire query string in {{...}}, the & and = characters are unfortunately escaped.
Does anyone know the problem and has found a solution?
Thank you!