Enterprise 10.9.1 Multiple Photos in Pop-up

225
1
05-11-2023 05:43 AM
ShaneHertzog10
New Contributor

Hello, 

Does anyone know of an arcade expression that will allow multiple photos to display vertically in a pop-up window? I'm able to display one photo using this expression:

var Part1 = layer URL

var ObjectID = $feature.OBJECTID

var Part2 = "/attachments/"

var AttachID = $feature.attachID

 

return Part1 + ObjectID + Part2 + AttachID

The end result looks like this:

ShaneHertzog10_0-1683808880122.png

 

Your help is greatly appreciated.

0 Kudos
1 Reply
LS-SD
by
New Contributor

@ShaneHertzog10  Did you ever figure this out?  I'm also using Enterprise 10.9.1 and have the same question.

0 Kudos