What is the best way for date and time compare ?
Hello
The first ask:
I would like know the best way for compare actual date and time with variable for trigger a tasks program.
The second ask:
How to check if value is including between x and y
Best regards

Hi,
Can you provide a bit more info about what you try to achieve for the 1st item ?
For the second one, you need to write a program to be retriggered every time the given value is changing and above X (in your trigger) and "if" below Y, do ..... (in your program). Alternatively, you can do "if" above X and "if" below Y, do.... (in your program) and simply task the program to be retriggered every time the given value is changing.
Hope this helps,