I am using Experience Builder in ArcGIS Enterprise 10.8.1. In Embed Widget, how can I use the expression?
I need to concat my url with GlobalID field. I can't make it work.
Solved! Go to Solution.
Btw, a friend of mine found a workaround for pasting strings into the expression. He just opened developer tools on the browser and found the html for the expression box and pasted the URL there. The pasted text shows up in the UI and you can save it from there.
That works??!
Edit April 2021: No, not in Firefox browser, at least.
I believe your expression should look like this:
"https://www.myurl.com/"+{GlobalID}
With quotes and plus sign