I have an issue with route. I have a workflow that needs to be filtered by condition, and the condition is to check if certain text is in(contains) another.
The problem I have is that an earlier step, which the condition uses, returns a value, but the condition returns an empty value. Sometimes, it returns values, while sometimes, it returns a blank value, causing a workflow error.
The dateTime value on the left is meant to be in the firstValue on right, but it’s blank routing to the wrong flow.
Basically, The datetime value from the HTTP step is showing as empty in the router condition, even though it’s not empty in the HTTP step.
Screenshots below