<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to prepopulate a question from a layer by clicking on the map in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713421#M66576</link>
    <description>&lt;P&gt;I can't tell if you text is being changed in the window here adding the amp; stuff but you may be missing the :&lt;/P&gt;&lt;P&gt;Should look like&amp;nbsp;arcgis-survey123://?itemID=b02fc3613d344ee1&amp;amp;field:PointID={PointID}&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2026 22:15:35 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2026-07-08T22:15:35Z</dc:date>
    <item>
      <title>how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713390#M66569</link>
      <description>&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;I'm wondering if it's possible to click on a map either from Field Maps or a map in Survey123 that would then prepopulate certain questions? I have done some research and tried this: pulldata("@layer", "getValueAt", "attributes.NEW_MH_ID", "&lt;A href="https://services7.arcgis.com/nZUcF2JydS8L5n3y/arcgis/rest/services/FSDMH/FeatureServer/2" target="_blank"&gt;https://services7.arcgis.com/nZUcF2JydS8L5n3y/arcgis/rest/services/FSDMH/FeatureServer/2&lt;/A&gt;",${location}) but it's not functioning for me the way I would like. And not sure if this can only be used for polygon layers as the layer I'm wanting is a point layer. I had also tried creating a url that goes into the pop-up so when they click on the manhole it then should take them to survey123, but when I test it out it doesn't open the survey. If someone could tell me what i might be doing wrong that would be great!&lt;/P&gt;&lt;P&gt;Here is the code for the popup url which was generated through GitHub:&amp;nbsp; &amp;lt;a href="arcgis-survey123://?itemID=0f782ed1a0de433b97092951c1038447&amp;amp;amp;field:manhole_id={NEW_MH_ID}&amp;amp;amp;field:manhole_depth={Z}"&amp;gt;&amp;lt;img src="&lt;A href="https://dabuttonfactory.com/button.png?t=MH+Survey&amp;amp;amp;f=Roboto-Bold&amp;amp;amp;ts=24&amp;amp;amp;tc=fff&amp;amp;amp;tshs=1&amp;amp;amp;tshc=000&amp;amp;amp;hp=20&amp;amp;amp;vp=8&amp;amp;amp;c=5&amp;amp;amp;bgt=gradient&amp;amp;amp;bgc=6aa84f&amp;amp;amp;ebgc=274e13&amp;amp;amp;shs=1&amp;amp;amp;shc=444&amp;amp;amp;sho=s" target="_blank"&gt;https://dabuttonfactory.com/button.png?t=MH+Survey&amp;amp;amp;f=Roboto-Bold&amp;amp;amp;ts=24&amp;amp;amp;tc=fff&amp;amp;amp;tshs=1&amp;amp;amp;tshc=000&amp;amp;amp;hp=20&amp;amp;amp;vp=8&amp;amp;amp;c=5&amp;amp;amp;bgt=gradient&amp;amp;amp;bgc=6aa84f&amp;amp;amp;ebgc=274e13&amp;amp;amp;shs=1&amp;amp;amp;shc=444&amp;amp;amp;sho=s&lt;/A&gt;" alt="MH Survey"&amp;gt;&amp;lt;/a&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 20:17:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713390#M66569</guid>
      <dc:creator>FSD_Main</dc:creator>
      <dc:date>2026-07-08T20:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713407#M66570</link>
      <description>&lt;P&gt;This page walks you though it&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/get-started/integratewithotherapps.htm" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/survey123/get-started/integratewithotherapps.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This one is good too&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/survey123/get-started/integrate-launchfieldapp.htm" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/survey123/get-started/integrate-launchfieldapp.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 21:30:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713407#M66570</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2026-07-08T21:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713410#M66571</link>
      <description>&lt;P&gt;&amp;nbsp;This was the document I had originally referred to:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-s-custom-url-scheme/ba-p/900291" target="_self"&gt;https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-s-custom-url-scheme/ba-p/900291&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But when I followed these steps and click the link in the pop up I get an untitled/about blank web page. Nothing opens up. This was the original URL:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"arcgis-survey123://?itemID=0f782ed1a0de433b97092951c1038447&amp;amp;amp;field:manhole_id={NEW_MH_ID}&amp;amp;amp;field:manhole_depth={Z}" before I found this blog:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/announcing-a-handy-tool-to-generate-survey123-urls/td-p/782658" target="_self"&gt;https://community.esri.com/t5/arcgis-survey123-questions/announcing-a-handy-tool-to-generate-survey123-urls/td-p/782658&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The documents you sent me pretty much state similar things and this where I'm struggling getting it to actually function as these documents state.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 21:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713410#M66571</guid>
      <dc:creator>FSD_Main</dc:creator>
      <dc:date>2026-07-08T21:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713413#M66572</link>
      <description>&lt;P&gt;Are you wanting a web browser or app to open?&amp;nbsp; Is this on a tablet or windows?&amp;nbsp; Opening the windows app does not usually work but someone posted it recently they got it to go.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713413#M66572</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2026-07-08T22:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713416#M66573</link>
      <description>&lt;P&gt;Well I'm building this out on a web browser but in the end it will be used on an ipad.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713416#M66573</guid>
      <dc:creator>FSD_Main</dc:creator>
      <dc:date>2026-07-08T22:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713417#M66574</link>
      <description>&lt;P&gt;So it did work on the ipad except the questions that i wanted pre populated didn't fill in.... i'll keep playing with this i guess.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713417#M66574</guid>
      <dc:creator>FSD_Main</dc:creator>
      <dc:date>2026-07-08T22:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713418#M66575</link>
      <description>&lt;P&gt;Ok the&amp;nbsp;&lt;SPAN&gt;arcgis-survey123://? part says launch an app so its not going to work in Windows.&amp;nbsp; To open web browser it has to start with the http way (&lt;SPAN class=""&gt;&lt;A href="https://survey123.arcgis.app" target="_blank" rel="noopener"&gt;https://survey123.arcgis.app&lt;/A&gt;)&lt;/SPAN&gt;.&amp;nbsp; &amp;nbsp;Best thing is to test on a tablet really.&amp;nbsp; Otherwise change to the http to test but it does not tell you as much.&amp;nbsp; Basically you are telling windows to launch an app you don't have.&amp;nbsp; I know the directions sound like it may work but it does not.&amp;nbsp; You can try getting the windows app but I have had no luck with that.&amp;nbsp; (note NOT connect but just the 123 app for windows).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope that makes sense&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713418#M66575</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2026-07-08T22:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713421#M66576</link>
      <description>&lt;P&gt;I can't tell if you text is being changed in the window here adding the amp; stuff but you may be missing the :&lt;/P&gt;&lt;P&gt;Should look like&amp;nbsp;arcgis-survey123://?itemID=b02fc3613d344ee1&amp;amp;field:PointID={PointID}&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:15:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713421#M66576</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2026-07-08T22:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713423#M66577</link>
      <description>&lt;P&gt;it did have those "amp;" in them. I did remove them but still not prepopulating those questions in survey123. I am using survey123 connect to make any edits to the survery. Yeah i did see that it said for app, so i am now testing it through the ipad.&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;This is what it calls out in the pop up:&amp;nbsp;arcgis-survey123://?itemID=0f782ed1a0de433b97092951c1038447&amp;amp;field:manhole_id={NEW_MH_ID}&amp;amp;field:manhole_depth={Z}&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i select a MH in field maps this url does replace the {PointID}s with the associated attributes, but when i click it and it takes me to the survey it does not show them in questions i called out. Maybe I have the type or something set incorrectly in the form that's preventing this?&amp;nbsp; (I'm still pretty green to building surveys)&lt;/P&gt;&lt;TABLE width="6976px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="173px"&gt;type&lt;/TD&gt;&lt;TD width="173px"&gt;name&lt;/TD&gt;&lt;TD width="194px"&gt;label&lt;/TD&gt;&lt;TD width="159px"&gt;hint&lt;/TD&gt;&lt;TD width="159px"&gt;guidance_hint&lt;/TD&gt;&lt;TD width="159px"&gt;appearance&lt;/TD&gt;&lt;TD width="159px"&gt;required&lt;/TD&gt;&lt;TD width="159px"&gt;required_message&lt;/TD&gt;&lt;TD width="159px"&gt;readonly&lt;/TD&gt;&lt;TD width="159px"&gt;default&lt;/TD&gt;&lt;TD width="159px"&gt;calculation&lt;/TD&gt;&lt;TD width="159px"&gt;constraint&lt;/TD&gt;&lt;TD width="159px"&gt;constraint_message&lt;/TD&gt;&lt;TD width="159px"&gt;relevant&lt;/TD&gt;&lt;TD width="159px"&gt;choice_filter&lt;/TD&gt;&lt;TD width="159px"&gt;repeat_count&lt;/TD&gt;&lt;TD width="159px"&gt;media::audio&lt;/TD&gt;&lt;TD width="159px"&gt;media::image&lt;/TD&gt;&lt;TD width="159px"&gt;bind::type&lt;/TD&gt;&lt;TD width="159px"&gt;bind::esri:fieldType&lt;/TD&gt;&lt;TD width="180px"&gt;bind::esri:fieldLength&lt;/TD&gt;&lt;TD width="159px"&gt;bind::esri:fieldAlias&lt;/TD&gt;&lt;TD width="159px"&gt;body::esri:style&lt;/TD&gt;&lt;TD width="180px"&gt;bind::esri:parameters&lt;/TD&gt;&lt;TD width="159px"&gt;parameters&lt;/TD&gt;&lt;TD width="159px"&gt;body::accept&lt;/TD&gt;&lt;TD width="159px"&gt;body::esri:visible&lt;/TD&gt;&lt;TD width="173px"&gt;body::esri:inputMask&lt;/TD&gt;&lt;TD width="159px"&gt;label::language (xy)&lt;/TD&gt;&lt;TD width="159px"&gt;hint::language (xy)&lt;/TD&gt;&lt;TD width="229px"&gt;guidance_hint::language (xy)&lt;/TD&gt;&lt;TD width="243px"&gt;required_message::language (xy)&lt;/TD&gt;&lt;TD width="250px"&gt;constraint_message::language (xy)&lt;/TD&gt;&lt;TD width="229px"&gt;media::audio::language (xy)&lt;/TD&gt;&lt;TD width="229px"&gt;media::image::language (xy)&lt;/TD&gt;&lt;TD width="194px"&gt;body::accuracyThreshold&lt;/TD&gt;&lt;TD width="159px"&gt;bind::esri:warning&lt;/TD&gt;&lt;TD width="215px"&gt;bind::esri:warning_message&lt;/TD&gt;&lt;TD width="180px"&gt;bind::saveIncomplete&lt;/TD&gt;&lt;TD width="159px"&gt;bind::esri:workflow&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="173px"&gt;text&lt;/TD&gt;&lt;TD width="173px"&gt;manhole_id&lt;/TD&gt;&lt;TD width="194px"&gt;Manhole ID&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;autocomplete&lt;/TD&gt;&lt;TD width="159px"&gt;yes&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="180px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="180px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="173px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="229px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="243px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="250px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="229px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="229px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="194px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="215px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="180px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="173px"&gt;integer&lt;/TD&gt;&lt;TD width="173px"&gt;manhole_depth&lt;/TD&gt;&lt;TD width="194px"&gt;Manhole Depth&lt;/TD&gt;&lt;TD width="159px"&gt;in feet&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="180px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="180px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="173px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="229px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="243px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="250px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="229px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="229px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="194px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="215px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="180px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713423#M66577</guid>
      <dc:creator>FSD_Main</dc:creator>
      <dc:date>2026-07-08T22:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713429#M66578</link>
      <description>&lt;P&gt;Not sure what this means?&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;in field maps this url does replace the {PointID}s with the associated attributes,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;are any of the fields arcade expressions or anything like that?&amp;nbsp; I have not tried to access a Z value before is that a real field that has values?&lt;/P&gt;&lt;P&gt;This looks correct to me on the formatting.&amp;nbsp; When it fails it tends to be the wrong type, or too long for the field, or trying to pass into a repeat which you cannot do.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713429#M66578</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2026-07-08T22:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713432#M66579</link>
      <description>&lt;P&gt;No none of the fields have arcade expressions and I have a field in the attributes table that lists the Z values the field name is Z. What i meant in regards to that sentence was that within the pop up for the MH layer the url calls out those attributes i'm trying to obtain. not sure you can see this screen shot well but i can't extend the pop out anymore than it already is.&lt;/P&gt;&lt;P&gt;But if the formatting looks correct and i know those fields are a text and integer field and those aren't being sent through a repeat.... so I'll keep digging. otherwise I'll just default to a .csv file i guess.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help and insight!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FSD_Main_0-1783551277424.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/155144i40F29BE83E4899DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FSD_Main_0-1783551277424.png" alt="FSD_Main_0-1783551277424.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:58:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713432#M66579</guid>
      <dc:creator>FSD_Main</dc:creator>
      <dc:date>2026-07-08T22:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713578#M66586</link>
      <description>&lt;P&gt;Here's the info you need on integrating using a web form. There are some very distinct differences in formatting a link to open a web form vs launching the app, specifically where/how you insert the item id for the form.&amp;nbsp;&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/get-started/integrate-launchwebapp.htm" target="_blank" rel="noopener"&gt;Launch the web app—ArcGIS Survey123 | Documentation&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;a href="arcgis-survey123://?itemID=0f782ed1a0de433b97092951c1038447&amp;amp;amp;field:manhole_id={NEW_MH_ID}&amp;amp;amp;field:manhole_depth={Z}"&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A href="https://dabuttonfactory.com/button.png?t=MH+Survey&amp;amp;amp;f=Roboto-Bold&amp;amp;amp;ts=24&amp;amp;amp;tc=fff&amp;amp;amp;tshs=1&amp;amp;amp;tshc=000&amp;amp;amp;hp=20&amp;amp;amp;vp=8&amp;amp;amp;c=5&amp;amp;amp;bgt=gradient&amp;amp;amp;bgc=6aa84f&amp;amp;amp;ebgc=274e13&amp;amp;amp;shs=1&amp;amp;amp;shc=444&amp;amp;amp;sho=s" target="_blank" rel="nofollow noopener noreferrer"&gt;https://dabuttonfactory.com/button.png?t=MH+Survey&amp;amp;amp;f=Roboto-Bold&amp;amp;amp;ts=24&amp;amp;amp;tc=fff&amp;amp;amp;tshs=1...&lt;/A&gt;&lt;SPAN&gt;" alt="MH Survey"&amp;gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is this the extent of building the link for the arcade pop-up? If so, it won't work in my experience. I've found that I need to call variables outside of the link text, encode it, and then concatenate the full html for the link.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Starting simple and leaving out the image button for now, what I would do to launch the web form from a pop-up is put in some arcade that looks like this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;var sourceURL = '&lt;SPAN&gt;&lt;A href="https://survey123.arcgis.com/share/" target="_blank" rel="noopener"&gt;https://survey123.arcgis.com/share/&lt;/A&gt;';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;var itemID = '&lt;SPAN&gt;0f782ed1a0de433b97092951c1038447';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var qmark = "?";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var manholeID =&amp;nbsp;$feature["NEW_MH_ID"];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var manholeDepth =&amp;nbsp;$feature["Z"];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//To launch a web form the link format is&amp;nbsp;&lt;A target="_blank" rel="noopener"&gt;https://survey123.arcgis.com/share/&amp;lt;itemID&amp;gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//To launch the app instead your item id is passed in as a parameter&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://survey123.arcgis.app?itemID=" target="_blank" rel="noopener"&gt;https://survey123.arcgis.app?itemID=&lt;/A&gt;&amp;lt;itemID&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var linkTXT = Text("MH Survey");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var params = {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//Add all your url parameters to format the link in here so they get properly encoded&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//set open to web for web form&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;open: 'web',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//calling a field to pass on has to be done as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//"field:&amp;lt;outputfieldname&amp;gt;": $feature["inputfieldname"]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//otherwise there is an issue where one of the : won't get encoded properly and it won't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"field:manhole_id": manholeID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"field:manhole_depth":&amp;nbsp;manholeDepth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var fullURL = Concatenate([sourceURL, itemID, qmark, UrlEncode(params)]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;var not_zelda = `&amp;lt;div style="text-align:center;"&amp;gt;&lt;BR /&gt;&amp;lt;a href="${fullURL}" target="_blank"&amp;gt;${linkTXT}&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;`&lt;BR /&gt;//creates the full dynamic url&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;return{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;type: 'text',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;text: not_zelda&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;//This property supports html tags&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 09 Jul 2026 14:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713578#M66586</guid>
      <dc:creator>TylerGraham2</dc:creator>
      <dc:date>2026-07-09T14:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to prepopulate a question from a layer by clicking on the map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713587#M66587</link>
      <description>&lt;P&gt;This all looks good to me.&amp;nbsp; Could be some other thing in your form.&amp;nbsp; Any green error marks on any fields?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 14:57:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-prepopulate-a-question-from-a-layer-by/m-p/1713587#M66587</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2026-07-09T14:57:21Z</dc:date>
    </item>
  </channel>
</rss>

