I'm trying to edit past data by using hyper link to the form using an ID. And I'm pulling Global ID using pulldata() from feature service in AGOL. Then using the Global ID to create a hyperlink to the past data for editing.
I have several problems I need to solve.
1. Global ID doesn't work in the hyperlink for edit. Object ID works. I found the v3.9 supports Global ID, is this mean the Survey123 web I'm using is not v3.9? How may I upgrade Survey123 web to v3.9? The newer version won't support Object ID, so I would like to use the long term support ID to pull data.
2. Hyperlink doesn't work in the webform. <a href="URL">text<a/> generate hyperlink in connect, but not in webform

I made the hard copy of the hyperlink (second note), and it works on both connect and webform, but the one I made using concat - $(OpenForm) doesn't work in the webform.

In the image, the URL is not complete (no object ID) but even I get the object ID, the link is just a text, so I can't click. But in the connect, it becomes a hyperlink, so I can click it to jump to the form with the data.
Thanks