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
Handle
CompanyID not like '{CustomerOrders.OrderID}Where
CustomerOrders.OrderIDvalue is76548Expected Output:
Received Output
because the placeholder is inside single quotes so it should have a extra data type for placeholder if identified