Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
sergio_duran
in reply to: sergio_duran

I solved the iLogic code. Basically I needed to declare (Dim As) all objects because I didn't know which one was failing and it worked. I had this issue before with another iLogic rule. In theory, when you use API objects in an iLogic rule, there is no need to declare them, but there are some objects (I don't know which ones) that will fail if the object is not declared before using methods and properties.