We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flow output case:
run flow from CLI - it prints only those flow outputs that have non null values - I would expect to see that I have outputs with null values
The text was updated successfully, but these errors were encountered:
@Bonczidai It would be more intuitive to have the outputs that have none null values separated from the rest that are null:
Something like:
That way, in case you are expecting a value for a certain output, but the value returned in null, it will be easier to debug.
Sorry, something went wrong.
No branches or pull requests
flow output case:
run flow from CLI - it prints only those flow outputs that have non null values - I would expect to see that I have outputs with null values
The text was updated successfully, but these errors were encountered: