Refresh element

How to refresh only one field on the form?
I have a form that have a multiple fields and I would like to refresh only field with datatype “time”
This form is part of a dashboard.

If you are just refreshing the current time, then I would use JS and insert it directly into the field. You can add that by writing the JS and inserting it into the ‘Form’ JS event in the SC form.

Hi @rperrett
If you don’t mind could you tell me how to do it? On this moment I can make it happened on the labels but not on the field.