<?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: Survey123 with Workflow Server 11.2 in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/survey123-with-workflow-server-11-2/m-p/1373232#M2003</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/730900"&gt;@Nick6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm curious, do you need the lat/long fields in your survey for something other than defining the job location or did you add those for that purpose?&lt;/P&gt;&lt;P&gt;Based on the survey screenshot, we don't need them to define the job location. What we really need is the map above those fields. Since you have that, and you already have an extended properties table created, you simply need to insert the correct Arcade into the Geometry option of the Define Location step.&lt;/P&gt;&lt;P&gt;See Step 8 here&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/workflow/latest/help/define-location.htm#ESRI_SECTION1_D9B5BE73D8554DA6A0E4215AB9CA90F6" target="_blank"&gt;https://enterprise.arcgis.com/en/workflow/latest/help/define-location.htm#ESRI_SECTION1_D9B5BE73D8554DA6A0E4215AB9CA90F6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You want to use "&lt;SPAN&gt;JobExtendedProperty($Job, '&amp;lt;table_name&amp;gt;','shape')"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That should get you sorted but let me know if you still need assistance here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jonathan&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 22:45:33 GMT</pubDate>
    <dc:creator>JFarmer</dc:creator>
    <dc:date>2024-01-22T22:45:33Z</dc:date>
    <item>
      <title>Survey123 with Workflow Server 11.2</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/survey123-with-workflow-server-11-2/m-p/1372697#M2000</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a survey123 form which grabs the current location of where the survey is filled. I added also two other fields: Longitude and Latitude which are populated automatically from the map's current location.&lt;/P&gt;&lt;P&gt;I now need to include the survey123 as part of a workflow. I managed to have survey123 trigger a workflow job via a webhook but the problem is that although the job is created in workflow, yet the location is not added on the workflow map.&lt;/P&gt;&lt;P&gt;I tried to go around this by adding a 'define location' in workflow and specifying the webmap used for survey123 to show job location, but no luck. As a desperate attempt, I than added two other fields in Survey123 for the XY where they are populated automatically in Survey123. I than tried to use these 2 fields to define the job location in the 'Define Location' Geometry arcade box, but due to the fact that I am not knowledgeable in programming, I do not know how to make it work.&lt;/P&gt;&lt;P&gt;Any ideas please?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="extended properties.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92326i999E866AF2C7CF02/image-size/large?v=v2&amp;amp;px=999" role="button" title="extended properties.jpg" alt="extended properties.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="survey123.jpg" style="width: 954px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92328i4DC1E04E8EDE41FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="survey123.jpg" alt="survey123.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workflow diagram.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92327i58E1FF13552B9E17/image-size/large?v=v2&amp;amp;px=999" role="button" title="workflow diagram.jpg" alt="workflow diagram.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workflow Manage.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92329iA34ACA3849BB1CB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="workflow Manage.jpg" alt="workflow Manage.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 18:41:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/survey123-with-workflow-server-11-2/m-p/1372697#M2000</guid>
      <dc:creator>Nick6</dc:creator>
      <dc:date>2024-01-20T18:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 with Workflow Server 11.2</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/survey123-with-workflow-server-11-2/m-p/1373232#M2003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/730900"&gt;@Nick6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm curious, do you need the lat/long fields in your survey for something other than defining the job location or did you add those for that purpose?&lt;/P&gt;&lt;P&gt;Based on the survey screenshot, we don't need them to define the job location. What we really need is the map above those fields. Since you have that, and you already have an extended properties table created, you simply need to insert the correct Arcade into the Geometry option of the Define Location step.&lt;/P&gt;&lt;P&gt;See Step 8 here&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/workflow/latest/help/define-location.htm#ESRI_SECTION1_D9B5BE73D8554DA6A0E4215AB9CA90F6" target="_blank"&gt;https://enterprise.arcgis.com/en/workflow/latest/help/define-location.htm#ESRI_SECTION1_D9B5BE73D8554DA6A0E4215AB9CA90F6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You want to use "&lt;SPAN&gt;JobExtendedProperty($Job, '&amp;lt;table_name&amp;gt;','shape')"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That should get you sorted but let me know if you still need assistance here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jonathan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 22:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/survey123-with-workflow-server-11-2/m-p/1373232#M2003</guid>
      <dc:creator>JFarmer</dc:creator>
      <dc:date>2024-01-22T22:45:33Z</dc:date>
    </item>
  </channel>
</rss>

