09-06-2019 12:48 PM
Hello All,
Can anyone suggest me how to pass a parameter which has spaces in it?
An example I want to pass Aug 2019 as a parameter. It causing an error if I pass the parameter with space.
Thankyou
09-06-2019 12:58 PM
Can you give more information about how you’re passing the parameter? Are you trying to trigger a task and passing a parameter that way? Or something else…
09-06-2019 12:59 PM
Trying to trigger a pipeline and passing the parameters in the URL.
09-06-2019 01:31 PM
It resolved when we try to replace the space with %20 in the parameter.
09-06-2019 01:39 PM
Make sure to URL encode any parameters you pass. This might be some helpful documentation as well.