| Número de ID del error |
BUG-000157529 |
| Enviado | April 14, 2023 |
| Última modificación | October 8, 2025 |
| Relacionado con | ArcGIS Field Maps |
| Versión encontrada | 22.4.2 |
| Sistema operativo | Android |
| Versión de sistema operativo | 12.x |
| Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
This is a known limitation when working with Arcade and global IDs within pop-ups in ArcGIS Field Maps. The StandardizeGuid Arcade function is introduced to provide more options when working with global IDs in this manner, and can be used to return the GlobalID field in different formats, including with or without the brackets. The StandardizeGuid function is supported in ArcGIS Online Map Viewer and is to be supported in a future ArcGIS Field Maps release. As there is a workaround and the upcoming support of the StandardizeGuid function in ArcGIS Field Maps, this issue is not to be addressed further.
Solución alternativa
Use Replace() to remove the brackets, and the URL launches to add a new related record from within ArcGIS Field Maps.
Refer to the following example: var gid = Replace(Replace($feature.GlobalID, '{', '', True), '}', '', True);
Pasos para reproducir