laptop and a wrench

Bug

In ArcGIS Field Maps 25.2.x, the last edit summary does not display even though it is included in the pop-up configuration of the web map.

ArcGIS Field Maps
Bug ID Number BUG-000179946
SubmittedOctober 6, 2025
Last ModifiedOctober 10, 2025
Applies toArcGIS Field Maps
Version found25.2.0
Operating SystemApple iPadOS
Operating System Version15.x
StatusUnder Consideration

Workaround

1. Use an attribute expression in the pop-up with the following:

 

// Retrieve the editor and last edit date

var editor = $feature.Editor;

var editDate = $feature.EditDate;

 

// Format the date nicely

var formattedDate = Text(Date(editDate), "MMMM D, Y h:mm a");

 

// Return a combined string

return "Last edited by " + editor + " on " + formattedDate;

 

2. Add the expression to a text field and place it at the top of the pop-up.

Steps to Reproduce

Bug ID: BUG-000179946

Software:

  • ArcGIS Field Maps

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