<?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 Repeats and Multiline Image Questions and Integromat in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004236#M31282</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Is there or should there be functionality in the webhook to use HTTP get a file in integromat to download photos from a survey that are from a repeat or multiline question?&amp;nbsp; At the moment we can only download a single image from a multiline question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2020 09:30:52 GMT</pubDate>
    <dc:creator>RoryBennison</dc:creator>
    <dc:date>2020-11-24T09:30:52Z</dc:date>
    <item>
      <title>Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004236#M31282</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Is there or should there be functionality in the webhook to use HTTP get a file in integromat to download photos from a survey that are from a repeat or multiline question?&amp;nbsp; At the moment we can only download a single image from a multiline question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 09:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004236#M31282</guid>
      <dc:creator>RoryBennison</dc:creator>
      <dc:date>2020-11-24T09:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004368#M31288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/97748"&gt;@RoryBennison&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can access the attachments of a submission from the feature.attachments properties - each attachment is separated by question name and have the URL to then download the attachment with.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 19:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004368#M31288</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-11-24T19:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004397#M31297</link>
      <description>&lt;P&gt;To add a bit more to this, here is a screenshot of an Integromat flow hat uploads all attachments submitted through an image question with multiline appearance. Note that an Iterator module is used to loop through all attachments sent, so they can be uploaded to OneDrive.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsmaelChivite_0-1606247729700.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/898i26B0C83C2924497E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IsmaelChivite_0-1606247729700.png" alt="IsmaelChivite_0-1606247729700.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The iterator is configured to target the Attachment URL array:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsmaelChivite_1-1606247834119.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/899iF9FE12F8B6C6A971/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IsmaelChivite_1-1606247834119.png" alt="IsmaelChivite_1-1606247834119.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When downloading the attachment using the HTTP Get a file operation, do not forget adding the token a the end of the URL if you are working with a private feature layer.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsmaelChivite_2-1606248017761.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/900iE75FEDC430D29FC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IsmaelChivite_2-1606248017761.png" alt="IsmaelChivite_2-1606248017761.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Another useful module in Integromat is the Array Aggregator. This blog describes how it works: &lt;A href="https://www.integromat.com/en/blog/how-to-use-iterator-array-aggregator-in-integromat-scenarios" target="_blank" rel="noopener"&gt;https://www.integromat.com/en/blog/how-to-use-iterator-array-aggregator-in-integromat-scenarios&lt;/A&gt;&amp;nbsp; The array aggregator is useful, for example, if you want to add all attachments into a ZIP file.&lt;/P&gt;&lt;P&gt;Generally speaking, I would avoid if at all possible adding a repeat just so people can send more than one image. The multiline appearance gives you much more control and results in data that can be more easily used from ArcGIS.&amp;nbsp; Additional details about this here: &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-photos/ba-p/897907" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-photos/ba-p/897907&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 20:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004397#M31297</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2020-11-24T20:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004524#M31302</link>
      <description>&lt;P&gt;Thanks for the quick reply, I will have a look into those solutions.&amp;nbsp; By private feature layer do you mean a survey that is not shared public or a survey that is is not shared to a group?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 00:11:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004524#M31302</guid>
      <dc:creator>RoryBennison</dc:creator>
      <dc:date>2020-11-25T00:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004602#M31305</link>
      <description>Thank you that solved our problem, much appreciated&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Nov 2020 09:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1004602#M31305</guid>
      <dc:creator>RoryBennison</dc:creator>
      <dc:date>2020-11-25T09:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1106802#M38000</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;It's possible to use iterator functionality to write repeats in differents rows in google sheets?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 18:41:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1106802#M38000</guid>
      <dc:creator>HaroldHerrera1</dc:creator>
      <dc:date>2021-10-12T18:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1106804#M38002</link>
      <description>Hi There,&lt;BR /&gt;Not sure of Google Sheets but definitely possible in Excel.&lt;BR /&gt;[cid:image001.png@01D7C006.20530F10]&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2021 18:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1106804#M38002</guid>
      <dc:creator>RoryBennison</dc:creator>
      <dc:date>2021-10-12T18:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1174453#M42764</link>
      <description>&lt;P&gt;Hi There,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This sounds exactly like what I am needing help with. Do you have any screenshots of the intergromat flow or a bit more info on how you did it?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 06:35:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1174453#M42764</guid>
      <dc:creator>TerraRosaGISAdmin</dc:creator>
      <dc:date>2022-05-17T06:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1174798#M42780</link>
      <description>&lt;P&gt;Hopefully these screenshots help, this is what we use for multiline images in our surveys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoryBennison_0-1652818743198.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41533i46928F7BE85BAA5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoryBennison_0-1652818743198.png" alt="RoryBennison_0-1652818743198.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoryBennison_1-1652818770731.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41534i5CBB7A074D738172/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoryBennison_1-1652818770731.png" alt="RoryBennison_1-1652818770731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoryBennison_2-1652818790042.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41535iA8225C125FEE4361/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoryBennison_2-1652818790042.png" alt="RoryBennison_2-1652818790042.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoryBennison_3-1652818854613.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41536iFB8F834BB64D3889/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoryBennison_3-1652818854613.png" alt="RoryBennison_3-1652818854613.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 20:21:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1174798#M42780</guid>
      <dc:creator>RoryBennison</dc:creator>
      <dc:date>2022-05-17T20:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1175852#M42842</link>
      <description>&lt;P&gt;Thanks for that. That helps a lot. You mentioned that you were able to insert the pictures into the excel doc? Is it possible for you to share the flow involving that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 07:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1175852#M42842</guid>
      <dc:creator>TerraRosaGISAdmin</dc:creator>
      <dc:date>2022-05-20T07:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Repeats and Multiline Image Questions and Integromat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1304486#M50367</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have the same issue, and can't get to solve it.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 15:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeats-and-multiline-image-questions-and/m-p/1304486#M50367</guid>
      <dc:creator>FedericoRiet_Sapriza</dc:creator>
      <dc:date>2023-06-29T15:05:33Z</dc:date>
    </item>
  </channel>
</rss>

