<?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 Survey123-Integromat Extract email value in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-integromat-extract-email-value/m-p/828159#M17676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to connect Survey123 and Outlook via Integromat and I can successfully send an email when I enter the email address manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my survey, I have built it so the user can select from a pre-defined select_one list the email address he wants to forward the survey to.However, Integromat does not read the value/label (i.e the email address) but reads the "name" of the choice(i.e. approvalpersonA). As such it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on what am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2020 14:40:13 GMT</pubDate>
    <dc:creator>GeorgeFloros1</dc:creator>
    <dc:date>2020-02-10T14:40:13Z</dc:date>
    <item>
      <title>Survey123-Integromat Extract email value</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-integromat-extract-email-value/m-p/828159#M17676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to connect Survey123 and Outlook via Integromat and I can successfully send an email when I enter the email address manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my survey, I have built it so the user can select from a pre-defined select_one list the email address he wants to forward the survey to.However, Integromat does not read the value/label (i.e the email address) but reads the "name" of the choice(i.e. approvalpersonA). As such it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on what am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2020 14:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-integromat-extract-email-value/m-p/828159#M17676</guid>
      <dc:creator>GeorgeFloros1</dc:creator>
      <dc:date>2020-02-10T14:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123-Integromat Extract email value</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-integromat-extract-email-value/m-p/828160#M17677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you've discovered, a survey's webhook payload will only&amp;nbsp;contain the name (domain value) for a selected choice, not its label. This is by design (the underlying data in the feature service is sent by the webhook).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A workaround for this is to use the &lt;STRONG&gt;jr:choice-name&lt;/STRONG&gt; function to write the label of the selected choice to a (hidden) text question. You can then access the answer&amp;nbsp;text question in Integromat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, for a select_one question called "email" you could use a calculation like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;jr:choice-name(${email}, '${email}')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More on this function here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_276FB773E7E2442EB81831714B08660D" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_276FB773E7E2442EB81831714B08660D"&gt;Formulas—Survey123 for ArcGIS | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_63B0F9AA1A05458BB4B86F2A1A05AA78" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_63B0F9AA1A05458BB4B86F2A1A05AA78"&gt;XLSForm essentials—Survey123 for ArcGIS | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformcascadingselects.htm" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformcascadingselects.htm"&gt;Cascading and external selects—Survey123 for ArcGIS | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2020 05:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-integromat-extract-email-value/m-p/828160#M17677</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2020-02-12T05:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123-Integromat Extract email value</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-integromat-extract-email-value/m-p/828161#M17678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jim! Exactly what I was looking for!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 09:50:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-integromat-extract-email-value/m-p/828161#M17678</guid>
      <dc:creator>GeorgeFloros1</dc:creator>
      <dc:date>2020-04-16T09:50:40Z</dc:date>
    </item>
  </channel>
</rss>

