I am following the instructions in ESRI's Inspection Workflows YouTube video series. I am using ArcGIS Pro 2.9 and Enterprise Portal 10.9. My 'Join Features' layer is functioning correctly in the webmap, but will not load in Field Maps, with the following error:
Map: Hydrant Inspections Webmap
Layer: Recent_Hydrant_Inspections
Domain: ARCGIS_RUNTIME
Code: 3047
Description: Geodatabase duplicate field not allowed.
The issue is that both the feature layer (Hydrants) and related table (Inspections) contain a GlobalID field. When I perform a Join Features (so we can symbolize on most recent inspection), the resulting layer contains two GlobalID fields named 'globalid' and 'globalid_1649266887779'. I can't find any way to remove one of these fields or resolve the issue.
How is it possible to view a 'Join Features' layer in Field Maps? Why did it work in Eric's demo but not in my environment?
Thanks for the additional explanation. It really things clear and I was able to get fieldmaps working.