Hi,
i do the same thing that this post About Callback by @DavidHood_USFS and @DougBrowning
i work online with field maps and i use the featurelayer that i want update in the callback in my map.
i can call this featurelayer in browser with the same user that use for fieldmap
but each time after field maps is calling i have a field maps message : "the specified layer is unvalaible"
i use field maps on Android 13 and Windows 11 : i can catch the featurelayer url and it's running...
var callback = {
callback: url_callback + "&itemID=" + webmap_itemid + "&featureSourceURL=" + feature_url
}
var callbackid = "featureID=" + fglobalid;
var callbackattributes = "featureAttributes={'myfield':" + $feature["myfield"] + "'}";
return url_source + UrlEncode(params) + "&" + UrlEncode(callback) + "%26" + UrlEncode(callbackid) + "%26" + UrlEncode(callbackattributes);
have you an idea to get the issue ?
thanks for you help
Rémy