Syntax MINUS(number, number)Examples Example 1Input{ "my_action": { "message": 4 } }FormulaMINUS(my_action.message, 2)Output2Example 2Input{ "my_action": { "message": 67.28 } }FormulaMINUS(my_action.message, 12)Output55.28