thanks for the hint, filip!
I was able to get it to work using this expression on the action and now I can control the mogrt from premiere to go off anytime on the timeline
d=thisComp.layer(“Null 2”).effect(“Slider Control”)(“Slider”);
text.animator(“Animator 1”).property.scale.valueAtTime(time-d);
hopefully this expression helps anyone else that might need it