How to exit the rule immediately if a rule input is null?
Discussion posts and replies are publicly visible
start withif(isnull(ri!input),
null,
rest of the rule)