Skip to content

Handle Placeholder with string properly #13

@RohitM-IN

Description

@RohitM-IN

Handle

CompanyID not like '{CustomerOrders.OrderID}

Where CustomerOrders.OrderID value is 76548

Expected Output:

[
  "CompanyID",
  "notcontains",
  "76548"
]

Received Output

[
  "CompanyID",
  "notcontains",
  76548
]

because the placeholder is inside single quotes so it should have a extra data type for placeholder if identified

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions