laptop and a wrench

Bug

Date format with pulldata (“@layer”) function is displayed incorrectly in ArcGIS Survey123 Web when read only is enabled.

ArcGIS Survey123
Bug ID Number BUG-000165572
SubmittedMarch 2, 2024
Last ModifiedNovember 5, 2024
Applies toArcGIS Survey123
Version foundN/A
Operating SystemN/A
Operating System VersionN/A
StatusAs Designed

Additional Information

When querying attributes from a date field in a feature layer, the values are returned as UNIX timestamps. However, ArcGIS Survey123 web app only supports decimal date and time which means the dates must be converted. It is recommended to use decimal date format, because then the XLSForm expressions works both in the field and web apps. The ArcGIS Survey123 web app ONLY supports decimal time. For example: date-time(int(${timestampqueried})div 86400000) Refer the documentation https://doc.arcgis.com/en/survey123/desktop/create-surveys/decimaldatetime.htm for more information.

Workaround

Convert dates queried from the feature layer (timestamps) to decimal date time.

e.g. date-time(int(${timestampqueried})div 86400000) 

Steps to Reproduce

Bug ID: BUG-000165572

Software:

  • ArcGIS Survey123

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options