Bug
Bug ID Number | BUG-000179946 |
---|---|
Submitted | October 6, 2025 |
Last Modified | October 10, 2025 |
Applies to | ArcGIS Field Maps |
Version found | 25.2.0 |
Operating System | Apple iPadOS |
Operating System Version | 15.x |
Status | Under Consideration |
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.
Bug ID: BUG-000179946
Software:
Get help from ArcGIS experts
Download the Esri Support App