Problem with Arcade: now() works online, but not offline

197
0
12-01-2022 02:15 PM
TamT
by
New Contributor III

For a text field in Forms I use Calculated Expression with very simple code - I need the year (and also month and day) as text. While it works fine when I'm online with the Field Maps App, there seems to be a problem with this code when I'm offline. Could anybody help?

var THISYEAR = Year(Now())
Return THISYEAR

0 Kudos
0 Replies