Hi Thanks for the suggestion, I tried to use time but I couldn’t get it to work, possibly just a syntax error but no luck so far.
I also tried to use a slider to control the Column and Row and the Row counting up but again it’s not working, it could be a simple error in my code,
X = thisComp.layer(“Expression”).effect(“Time”)(“Slider”)
Y = thisComp.layer(“Expression”).effect(“Time 2”)(“Slider”)
Value = footage(“Dinjector out0001 DATA001.csv”).dataValue([X,Y])
my hunt continues!