Legacy Dev Forum Posts

 View Only

Sign Up

Check if there was no collected input

  • 1.  Check if there was no collected input

    Posted 06-05-2025 19:20

    minco | 2019-09-11 21:39:11 UTC | #1

    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


    Jason_Mathison | 2019-09-12 10:56:22 UTC | #2

    Try simplifying the expression to IsNotSetOrEmpty(Task.Input)

    --Jason


    minco | 2019-09-13 14:12:10 UTC | #3

    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.


    system | 2019-10-14 14:12:11 UTC | #4

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


    This post was migrated from the old Developer Forum.

    ref: 6008