Skip to content

Failing to parse nulls in Lists in Flow Style #71

@tapankavasthi

Description

@tapankavasthi

Steps to reproduce

Below format works fine:

- ~
- null

Below format doesn't work:

[~, null]

In both cases, expected list is [null, null]

Note: The issue is only with null handling. It works fine for other data types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions