-
Link Master Properties to CSV file
Hello,
I’m trying to build an expression on my Master Properties Text control that links to a CSV file.
I want to update the text in multiple instances of my TEMPLATE using a CSV file. How would I get the number in the [“TEXT 01”] part of the expression below to update dynamically every time I duplicate the TEMPLATE? I suppose I would somehow link it to the layer index but because it’s a text string I’m not sure how that would work. Any ideas? Many thanks`
thisComp.layer(“CSV TEST.csv”)(“Data”)(“Outline”)(“TEXT”)(“TEXT 01”).toUpperCase()