<?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: Workarounds for sending multiple polygons to Survey123 through Experience Builder in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1570108#M16610</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/109662"&gt;@ZhifangWang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have a similar issue where I want the user to be able to select multiple items in a list and then the IDs from those selected items get passed on to a multi-select question in Survey123. I tried to see if I can do this via url parameters but can't get it to work and as Haleigh mentions below, when you select multiple items in a list only the first is passed to the survey. Are there any ways to achieve this functionality at present?&lt;/P&gt;&lt;P&gt;Thanks, Anthony&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 10:04:07 GMT</pubDate>
    <dc:creator>AnthonyJonesRSK</dc:creator>
    <dc:date>2024-12-19T10:04:07Z</dc:date>
    <item>
      <title>Workarounds for sending multiple polygons to Survey123 through Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1416592#M12354</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Experience Builder and still somewhat new to Survey123. I am trying to build a workflow where users can easily select multiple polygons to submit to Survey123 through Experience Builder. I understand Survey123 does not support multiple geometries, but I'm curious if someone could help me figure out a workaround.&lt;/P&gt;&lt;P&gt;The polygons (watersheds) will always be touching each other, so if there is a way to merge selected polygons into one polygon and then send that to Survey123, this would be the ideal solution. I know there is an edit widget, but I need the original polygons to stay as they are for other users, and I also need users to take the survey without signing in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another alternative might be to extract attributes (watershed numbers) in a list, then send that to Survey123 as a string for processing on the backend with a Python code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't know Experience Builder well enough to know if either of these workarounds is possible or how to do either one. I would appreciate any suggestions or advice!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Haleigh&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:05:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1416592#M12354</guid>
      <dc:creator>hsummers_scf</dc:creator>
      <dc:date>2024-04-29T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Workarounds for sending multiple polygons to Survey123 through Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1420291#M12484</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/688098"&gt;@hsummers_scf&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Survey123 supports "&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrepeats.htm" target="_blank" rel="noopener"&gt;repeat question&lt;/A&gt;", in which you can collect multiple answers (including geometries) to a related layer for one survey response. That being said, I assume you are only interested in the combined geometry (e.g. overall area of interest), I don't see the repeat question can help your workflow.&lt;/P&gt;&lt;P&gt;Also, the Survey widget does not support combining multiple geometries.&lt;/P&gt;&lt;P&gt;Therefore, the alternative approach you mentioned could be a potential workaround: you can submit object IDs or global IDs of those selected features to the survey, and utilize &lt;A href="https://doc.arcgis.com/en/survey123/browser/create-surveys/webhooks.htm" target="_blank" rel="noopener"&gt;a webhook&lt;/A&gt; in the behind to combine those geometries and update the geometry of the submitted record automatically.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 08:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1420291#M12484</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2024-05-08T08:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Workarounds for sending multiple polygons to Survey123 through Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1420620#M12500</link>
      <description>&lt;P&gt;Thanks for the advice. Do you know how to send a list of IDs from Expereince Builder to Survey123? I have tried doing this as a single line text or multiline text, but it only sends the ID of the feature that is selected first, not a list of the features. Any advice?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 18:36:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1420620#M12500</guid>
      <dc:creator>hsummers_scf</dc:creator>
      <dc:date>2024-05-08T18:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Workarounds for sending multiple polygons to Survey123 through Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1570108#M16610</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/109662"&gt;@ZhifangWang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have a similar issue where I want the user to be able to select multiple items in a list and then the IDs from those selected items get passed on to a multi-select question in Survey123. I tried to see if I can do this via url parameters but can't get it to work and as Haleigh mentions below, when you select multiple items in a list only the first is passed to the survey. Are there any ways to achieve this functionality at present?&lt;/P&gt;&lt;P&gt;Thanks, Anthony&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 10:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/workarounds-for-sending-multiple-polygons-to/m-p/1570108#M16610</guid>
      <dc:creator>AnthonyJonesRSK</dc:creator>
      <dc:date>2024-12-19T10:04:07Z</dc:date>
    </item>
  </channel>
</rss>

