We're running into a situation where we basically want a rule to hit two
triggers before processing. I noticed if you look at the arguments
variable in a Custom Code function in the Conditions, you can get this
object from the first item in the array:{$rule: {id: "RULE_ID", name:
"RULE_NAME"}$type: "core.dom-ready"element: documentnativeEvent: Event
{isTrusted: true, type: "DOMContentLoaded", target: document,
currentTarget: document, eventPhase: 2, …}target: document}Which is
awesome - that's b...