I have a field that calculates the number of photos/attachments a point has in Field Maps. I was just notified of an error that is showing up, preventing users from recording data. My latitude and longitude arcade expressions however, seem to be working just fine? This only seems to be impacting offline maps.
The field is calculated and read only and the arcade script is
Count(Attachments($feature))


