Skip to main content

I am trying to get the value of an alias variable from a remote library and I can’t get the color value. While in alias variables of local libraries it works perfectly using the id that has the “VARIABLE_ALIAS”, but for remote libraries I can’t access that value.

Manifest is set with “permissions”: i“teamlibrary”],

Someone has any idea what could happen? Thanks in advance

You need to import the variable using

importVariableByKeyAsync(key) which will return the Variable and then you can get the value.

Remember to pass the key and not the id to the function above.


istill not working with the key of the variable dont knw why is not working . And also on the console looks like that all the variables that are remote appear as isRemote: false 😦




I have all the values as undefined , null or with the remote variables as false.


Reply