This didn't work for me, when I added my code in the 'CONDITION', the rule didn't fire at all. My code checks if a button is clicked and sets the corresponding member in the xdm object. document.querySelector('#buy').addEventListener('click', function () { MyObject["clickAction"] = "set";}) I do...