Hello,
let's say I have
- MyObject.labels["myLabel"]
as a flexscript label.
If I call
- Color.fromPalette(MyObject.labels["myLabel"], myPalette);
the command creates a new entry
If I call
- Color.fromPalette(MyObject.labels["myLabel"].value, myPalette);
the command also creates a new entry
None of them evaluates the node flexscript.
Is there a correct syntax?
Thank you.