Needs more than that but thanks!
After some searching I started playing around with this this but it doesn’t work
start = thisComp.layer(“MAIN_PATH”).content(“Group1”).content(“Trim Paths 1”).end;
t1 = key(1).time;
t2 = key(2).time;
if (start = 27) t = linear(time,t1,t2) else t = 0;
valueAtTime(t)
there are some elements here that I’m sure are necessary like the variables but not sure where to take it.