Is there any way to convert this into some sort of argument or expression? (still learning the differences between the two, sorry for confusing terms if one doesn’t apply).
So instead of a bunch of “happens at” triggers…Like this…
Instead it would be something like…
If $time24 IN (
time(05:00),
$sunrise,
addMinutes($sunset, 30),
time(20:30),
time(22:00),
time(23:30)
)
I don’t know of any IN clauses in webCoRE or if this would even work.