
Announcements
Hello. I have a timezone field that I set in a model-driven app. In the model-driven app I can see the name of the timezone but when I view it in a Canvas app or in Flow or in CDS, the value is just a number. Right now the number is 10 but in the model-driven app it is mountain time.
Here it is in the model-driven app:
Here it is in cds, it's data type is Timezone.
And then this is the value in Flow:
Does anyone know how I can turn that 10 so it shows the name of the timezone?
Hi @Mgodby
Time Zone Definitions is the entity you want. If you want to filter then use timezonecode. Please see below.
Here is my test result
Thanks