You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I read the variable card in the variable card box directly? Assuming the variable card ID is 21, should I use idContext.ops.uniquely_namedUniqueName(21)?
How do I execute my function? I tried the Display panel and the delayer. I can't execute my function to get the log output
The text was updated successfully, but these errors were encountered:
How do I read the variable card in the variable card box directly? Assuming the variable card ID is 21, should I use idContext.ops.uniquely_namedUniqueName(21)?
That is not possible. You need to pass variables to the function when invoking it.
How do I execute my function? I tried the Display panel and the delayer. I can't execute my function to get the log output
Operators such as apply and apply_n can be used. Or you can insert the function's variable card inside a predicate-based aspect such as those in Integrated Tunnels.
Issue type:
Question:
The text was updated successfully, but these errors were encountered: