Enum day of week
-
Hello community,
I want to build a condition: current day = selected weekday.
The weekday will be selected with ENUM_DAY_OF_WEEK from a drop down list.
Unfortunately it does not work.
Has anybody an idea to do this?Greetings
Tommihttps://fxdreema.com/shared/VBJDs1Ejc

-
Constant should be an int, and call the full function in code input:

-
Thank you @jstap ! I will try it.
Have a good weekend! -
You could also create an enum and select it that way, have a good weekend:
