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