Question
2 expressions in source text?
Hello, I use this expression in the Expression Source text
thisComp.layer("script.csv")("Data")("Outline")("filaa")("filaa 0");
It works great, but when I add this other expression
thisComp.layer("Other Layer Name").text.sourceText.style;
The first one stops working. There is any way that I can execute 2 expressions in the source text?
Thank you

