Select to view content in your preferred language

Using Expression in Embed Widet in Experience Builder (enterprise edition)

5942
12
Jump to solution
11-18-2020 03:46 PM
AzinSharaf
Frequent Contributor

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.

AzinSharaf_0-1605743018134.png

 

 

12 Replies
BrunoSousa1
Regular Contributor

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. 

DavidMurray_ODWC
Regular Contributor

That works??!

Edit April 2021: No, not in Firefox browser, at least.

0 Kudos
BrunoSousa1
Regular Contributor

I believe your expression should look like this:

"https://www.myurl.com/"+{GlobalID}

With quotes and plus sign


0 Kudos