Check if there was no collected input

Can someone please help me. In the switch part of the flow, I need to check whether the collected input is null, IsNotSetOrEmpty(Task.Input)=="" is not working. In case of no entry, it should continue with the flow, so that's why I need the expression to work. Thanks

Try simplifying the expression to IsNotSetOrEmpty(Task.Input)

--Jason

Thank you so much for your answer. I realized I actually had a different problem, and found another solution. In collect Input part of the flow, failure path is what solves the issue by default, so IsNotSetOrEmpty() method was not needed.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.