Specifying NULL values in the Debugger

Specifying NULL values in the Debugger

Comments

  • I have a simple flow with an InputString that shows the value in a Popup.

    Running the debugger without specifying anything gives a value of NULL in the popup. How can I go about specifying an empty string instead?

    The InputString is specified with "Can be null" set to false, but the debugger defaults it to null?

  • The behavior in the debugger is such that unless an input is specified, it will be NULL. Currently there is no way to DEBUG a flow with an empty string as input.

    Id encourage you to use Merge Text in your Popup Text Input and only include the InputString. Even if the InputString is NULL the Popup will display an empty string.

Sign In or Register to comment.