What problem are you observing?
When attempting to use a query parameter in workflows that contains a colon (:
) the workflow will fail with the following error message:
What is the correct behavior?
Workflows should allow colons to be used in the query parameters. This is important when specifying a filter that uses date/times, like 2024-01-01T00:00:00Z
).
What product feature is this related to?
Workflows
What are the steps to reproduce the issue?
Create a simple workflow that uses and HTTP action with a query parameter as follows:
Run a test on the workflow and you will see the error.
Do you have any other information about your environment that may help?
None