Variable

Variable automation line can contain every type of object: Number, Text, Layer, Item, Property, Boolean, project, collection, file and folder.

The Variable purpose is to save custom value of any kind of object for later use.

Some properties can be accessed only inside a loop so if you want to use this value outside of the loop you have to save it inside a variable.

For accessing Layer/Item properties that is essentially another Layer/Item object for example parent(layer),this layer(layer),source(item),containing comp(item),this item(item) you will have to save them in new variable then this variable will get their actions and properties.

Variables enable the automations to be more readable and manageable.

Variables have the option to get custom value from the user for automations that needs different value every time.

Last updated