I have four global variables that are formatted as DateTime (but only populate a time value). The variables will be updated daily. Ideally, Iād like to use the stored variable times in Rule Machine as the trigger event āwhen time is [global variable DateTime 1] -> run actions1ā
As best I can tell, RM doesnāt allow me to reference a variable when setting up the āwhen time isā trigger event. Is that right?
Thanks! Odd, trigger event of āSchedule Days of Weekā allows me to select a variable time but āAt a certain timeā trigger event does not allow variables.
Now to figure out how to use MakerAPI to update the global variables
Edit: Think i got makerapi going with a datetime connector, getting close to this working!