-
Extract the value inside an expression from a certain layer
Hi guys! I have the following expression within the Source Text of different layers:
a= comp(“Data”).layer(“spreadsheet.csv”)(“Data”)(“Outline”)(“ID”)(“ID 0”)
b= comp(“Data”).layer(“spreadsheet.csv”)(“Data”)(“Outline”)(“Name”)(“Name 0”)
a + b
I am needing to display in a text layer of another composition the “b” value of one of the layers based on its index.
That’s possible? thanks!