I'm getting a weird error from Flow inside a condition. I'd appreciate any insight people can give me.
The left side of my condition, which is set as a boolean variable, is being evaluated by Flow as a string value. Before the variable, I was checking for empty() on the left side of the condition with the same result. I've used similar syntax successfully in other Flows.
empty(variables('ContactId'))
