I’m trying to create a tag with the value equal to the hour of the day.
I tried creating an expression tag with the Expression:
1 system.date.getHour24(system.date.now())
This function returns the correct value in the script console, but will not work as an Expression Tag, Expression.
Any other ideas?