I would like to open my survey to a specific record in the inbox from a URL constructed with an attribute expression in a popup in a webmap. The online help provides this example: q:where=waterbodytype='Lake' for doing this. However, I cannot get this to work. My code is below.
var urlsource ='arcgis-survey123://?';
var params = {
itemID:'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
folder:'inbox',
'q:where=MapBlockLot=':$feature.MapBlockLot,
//'q:where=MapBlockLot':$feature.MapBlockLot,
//'q:MapBlockLot':$feature.MapBlockLot,
//'q:globalId':$feature.GlobalID,
action:'edit',
update:'true'
};
What am I missing? Thanks.
Solved! Go to Solution.