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

That's OK too.  But just so you know, within the iLogic system, there is also another set of tools for sharing data between rules (and even VBA macros).  You may have noticed that some of the lines of code for running another rule include 'arguments' as a NameValueMap.  You can use that to send data to the rule that that line is calling to run.  Then in the rule that is being called to run, it would need to include a bit of special code at the beginning to retrieve the data being sent to it.  The object use there is called "RuleArguments".  You can use that to check for and retrieve any data you may be expecting when that rule starts.  Here is a link to a contribution posts I created about this process of sending and receiving data between rules, if you are interested.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)