I'm trying to accomplish something that I assume is impossible at this point. But here goes, let's see what ideas come.
I'm trying to sort out a way to callback to whatever offline map a given layer is on.
Background: I have a survey layer people will work off of, I have put together a callback link (adapted from someones previous question) using Arcade which pushes users into Survey123, then after submission of the survey, it calls back into Field Maps and edits the selected point, so all the user needs to do is tap on "Submit." That code works online and offline as long as a specific map is in use. All good.
What I'm trying to do is "wildcard," or auto-populate the itemID in the callback script/URL so the user does not need to have that specific map; instead whatever map the user has with the survey layer included will get called back.
I hope the brains in here can help. Thank you in advance, even if the answer is "you can't do that"
Current callback link code I adapted from a different question:
Solved! Go to Solution.
What I do is just use &callback=https://fieldmaps.arcgis.app then it will just flip back to field maps with whatever they had open when they clicked the link to 123.
What I do is just use &callback=https://fieldmaps.arcgis.app then it will just flip back to field maps with whatever they had open when they clicked the link to 123.
Really! Well that's a simple fix. I'll give it a shot! Thank you Doug!