So im basically trying to set up a part of the webpage to display the current time of day in text form and change throughout the day (Morning, Afternoon, Evening etc…)
This is a snippet of what im trying to achieve
So im basically trying to set up a part of the webpage to display the current time of day in text form and change throughout the day (Morning, Afternoon, Evening etc…)
This is a snippet of what im trying to achieve
You can set the current date into a custom state every second, then refer to that custom state in a text element.

Still getting used to bubble could you show me a example of the workflow behind that?
Also is the time custom state set as date?