Hi, i want to create a simple component that displays the current date/time in a textfield.
I have the following in my app but there is an error when i try to use UpdateContext in components.
Timer OnStart and OnEnd:
UpdateContext({_datetime: Text( Now(), "dd/mm/yyyy hh:mm AM/PM" )});
Duration: 10s