x + 3
< 2
1
Decision table |
A JSON document that is used as input context when evluation the decision table.
{
"rate": 5,
"amount": 100
}
A JSON document that is used to resolve variables in the expression.
{
"x": 5
}
A FEEL context that is used to resolve variables in the expression.
{
"add": function (a, b) a + b
}