CRON node templatable?

Greetings. Is the TIMER node’s CRON function templatable? Meaning, can I configure the CRON settings with stored fields somehow?
image
BTW, the http://corntab.com/ link on the Losant Docs seems to be broken:
image

Thanks, :red_circle:

Hey @Jose_Cruz,

The cron string cannot be templated. In fact, no field in any trigger can be templated. This is because the trigger is what creates the starting payload, so there’s no payload to evaluate a template against until the trigger fires. Kind of a chicken-egg situation.

Also, thanks for the note about the link. Looks like that website has since disappeared. We’ll update it to something appropriate.

123456789, Ok, thanks. :red_circle: