Can I do ternary in the postlude(s) the same way that I do them int he prelude? In other words have it fire off different calls depending on the say something was evaluated in the prelude?
相关问题
- ternary in postlude?
- Assigning actions to a variable
- KRL RSS parser: Handle encoding issues?
- Using jsonPath looking for a string
- Kynetx app not working when installed via KBX exte
Yes. You can include a guard condition on a postlude expression. This works for both explicit event raising and persistant variable modification. The expression following
if
can be any valid expression, including functions.Example: