Skip to content

Variable reference with optional variables do not work #2114

@siddhantk232

Description

@siddhantk232
-- string name: siddhant

-- string x: $name

-- ftd.text: $x

The output for the above code is:

Image

When x is an optional string:

-- string name: siddhant

-- optional string x: $name ;; This has changed!

-- ftd.text: $x

The output become:

Image

The expected output should have been "siddhant".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Critical-IssueThis label applied only when it's high priority and required on urgent basis to finish some task

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions