@dougle03 Did you check the link that I posted earlier?
That is an example of how to do it.
Instead of using the global variable for the time (and having to set a repeating trigger inject), use the source of the global variable and use a link node that will then inject the time data into your Cron+ flow, every time it changes.
In fact here is a another quick example;
[{"id":"d52bdeb9.ecc12","type":"cronplus","z":"8ec88bd9c36c3f6b","name":"","outputField":"payload","timeZone":"","persistDynamic":true,"commandResponseMsgOutput":"output1","outputs":1,"options":[],"x":410,"y":945,"wires":[["1ea827af.902428"]]},{"id":"1ea827af.902428","type":"debug","z":"8ec88bd9c36c3f6b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":565,"y":943,"wires":[]},{"id":"afc4bee8.8cdf8","type":"inject","z":"8ec88bd9c36c3f6b","name":"add every10Min","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"command\":\"add\",\"name\":\"every10\",\"topic\":\"every10\",\"type\":\"default\",\"expressionType\":\"cron\",\"expression\":\"0 0/10 * * * *\"}","payloadType":"json","x":235,"y":925,"wires":[["d52bdeb9.ecc12"]]},{"id":"b559ba7d.205128","type":"inject","z":"8ec88bd9c36c3f6b","name":"Remove all dynamic schedules","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"command\":\"remove-all-dynamic\"}","payloadType":"json","x":190,"y":1005,"wires":[["d52bdeb9.ecc12"]]},{"id":"88836535ec67a0e9","type":"inject","z":"8ec88bd9c36c3f6b","name":"Show all dynamic schedules","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"command\":\"list-all-dynamic\"}","payloadType":"json","x":200,"y":965,"wires":[["d52bdeb9.ecc12"]]},{"id":"97a5a18015642e3a","type":"inject","z":"8ec88bd9c36c3f6b","name":"Midday","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"command\":\"add\",\"name\":\"midday\",\"topic\":\"midday\",\"type\":\"default\",\"expressionType\":\"cron\",\"expression\":\"0 0 12 * * *\"}","payloadType":"json","x":210,"y":890,"wires":[["d52bdeb9.ecc12"]]}]