Select to view content in your preferred language

error by FeatureSetByPortalItem in data expression?

320
0
02-14-2024 02:29 AM
Labels (1)
MaryamRojhan
New Contributor

I dont know why i get failed to fetch error when I use FeatureSetByPortalItem in data expression in Dashboard. 

MaryamRojhan_1-1707904582991.png

I get another error when I remove www from the portal url

MaryamRojhan_2-1707905267995.png

var p = Portal('https://arcgis.qed.de');

var fs = FeatureSetByPortalItem (
p,
'56370e2e39b54872a7fa83783db301d3',
0,
["status_text"],
false
);

I would be very greatful if ayone can help me in this case.

 

 

 

0 Kudos
0 Replies