I want to create a hyperlink to picture which is returned by a php-Site with parameter.
The arcade expression works fine
var params =
hstnr: $feature.haltestellen_hstnr,
mastnr: mast,
position: 0,
type: 0
;
return urlsource + UrlEncode(params);
The idea is to create link which also works with php-paramters (&=xxx)