Darby you brilliant man, it worked!
I ended up with the below expression….
If you’re ever in LA/or based in LA I’ve got to buy you a beer for that one.
Cheers!
POI = value;
tarActive = thisComp.layer("Controls").effect("Target Active")("Checkbox");
tOffset = thisComp.layer("Controls").effect("Time Delay")("Slider");
t = time + tOffset;
try{
L = thisComp.layer("Controls").effect("Target")("Layer");
POI = L.toWorld(L.anchorPoint, t);
}catch(err){
target = value;
}
if (tarActive==1) {POI} else {value}