Logic JavaScript. Alex?

Ok this works in Studio.

{dm} < 45 ? ‘02’ : ‘58’

This works in the app. Kind of… Doesn’t display the leading zero. Also doesn’t display correctly in app (it just shows what is typed) but kind of works when on the watch (doesn’t display the leading zero).

({dm} < 45) ? “02” : “58”

Is the plan going forward to just use Studio and not the app to create faces? Or is the functionality going to be incorporated into the app eventually?

i’ll get the leading zeros fixed next week

you can use studio or the app - some people prefer desktop and some like mobile

1 Like