I am trying to open an Existing Survey123 form from the inbox using an existing feature sevice from the Field Map App. In Field Maps I have a popup with this: <a href="arcgis-survey123://?itemID=e6e7ff302fac44a5baf571989fbaf295&action=edit&folder=inbox&update=true&filter=FeatureGUID:{globalid}" rel="nofollow ugc">
I copy the link from the popup and paste into Word it returns this: arcgis-survey123://?itemID=e6e7ff302fac44a5baf571989fbaf295&action=edit&folder=inbox&update=true&filter=FeatureGUID:2040043c-e4ad-46d0-9f44-9831b6eab26c This is the result I want (FeatureGUID:2040043c-e4ad-46d0-9f44-9831b6eab26c)
But when I go from the FieldMap App and click the link the filter in the Survey123 app shows this: FeatureGUID:{2040043c-e4ad-46d0-9f44-9831b6eab26c} and because it has the {} around the FeatureGUID it does not return the survey I'm looking for. If I just delete the {} from the filter box in Survey123 app it shows my survey and works fine but I do not what to have to delete the {} everytime I'm looking for a survey from an existing feature from the feature service .
How do I remove the {} and why are they showing up in Survey123 when they are not in my initial filter ?