<?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: Get Coded Domain Values From Survey123 in ArcGIS Connectors for Power Automate Questions</title>
    <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614641#M944</link>
    <description>&lt;P&gt;OK. I set the field type to text, hidden with a label "Day Name". The bind::esri:field type is set to null. I'm able to successfully republish but it's still not showing up as a dynamic variable in Power Automate&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s123_3.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132221i8D8CD10AF152B809/image-size/large?v=v2&amp;amp;px=999" role="button" title="s123_3.PNG" alt="s123_3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 May 2025 17:08:23 GMT</pubDate>
    <dc:creator>LeviCecil</dc:creator>
    <dc:date>2025-05-14T17:08:23Z</dc:date>
    <item>
      <title>Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614337#M939</link>
      <description>&lt;P&gt;I set up a custom Enterprise 11.3 connector to use Survey123 triggers in Power Automate. I'm running into what seems to be a perennial issue: coded domain values. I'm writing new S123 submissions to Google Sheets, and the domain codes are transferring over, not the values. For instance the Site ID instead of the Site Name. I know there's a get coded domain values connector for Enterprise, but there isn't one for S123. Is there a calculation I can do on the field to get the domain value?&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 23:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614337#M939</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2025-05-13T23:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614530#M941</link>
      <description>&lt;P&gt;&lt;STRONG&gt;jr:choice-name()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Used for select_one questions. It returns the label associated with the name of the choice in the given question. Be aware that the question must be defined inside quotes.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;jr:choice-name(${select_one}, '${select_one}')&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Used for select_multiple questions. It returns the label associated with the name of the choice in the given question. The selected-at() function must be used to extract the label for individual answers. Be aware that the question must be defined inside quotes.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;jr:choice-name(selected-at(${select_multiple}, 3), '${select_multiple}')&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 13:40:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614530#M941</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2025-05-14T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614622#M942</link>
      <description>&lt;P&gt;OK, thanks. I added a calculate field called "Dayname." Now I need to figure out how to bring in this field to the Power Automate flow. It's not listed in the dynamic variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s123.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132216i718648646734B48B/image-size/large?v=v2&amp;amp;px=999" role="button" title="s123.PNG" alt="s123.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="s123_2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132217i94D38942C1D9C585/image-size/large?v=v2&amp;amp;px=999" role="button" title="s123_2.PNG" alt="s123_2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 16:11:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614622#M942</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2025-05-14T16:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614634#M943</link>
      <description>&lt;P&gt;You are using a calculate question type without a label value, so that value is not being retained or stored in your data. I would make it a text field with a hidden appearance.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 16:54:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614634#M943</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2025-05-14T16:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614641#M944</link>
      <description>&lt;P&gt;OK. I set the field type to text, hidden with a label "Day Name". The bind::esri:field type is set to null. I'm able to successfully republish but it's still not showing up as a dynamic variable in Power Automate&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s123_3.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132221i8D8CD10AF152B809/image-size/large?v=v2&amp;amp;px=999" role="button" title="s123_3.PNG" alt="s123_3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 17:08:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614641#M944</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2025-05-14T17:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614643#M945</link>
      <description>&lt;P&gt;Setting the field type to null is just the same problem. You are not storing the value anywhere, so it ONLY exists in that survey and once it is submitted that value disappears.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 17:11:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614643#M945</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2025-05-14T17:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614647#M946</link>
      <description>&lt;P&gt;OK. If I set it off null, it tells me that there is no field called Day Name in the feature service and won't publish.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s123_4.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132223i92D3F258A3C0EAD6/image-size/large?v=v2&amp;amp;px=999" role="button" title="s123_4.PNG" alt="s123_4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 17:14:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614647#M946</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2025-05-14T17:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614648#M947</link>
      <description>&lt;P&gt;You are using your survey with an existing feature service, so you need to add the Dayname field to the layer first and then republish your survey.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 17:20:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614648#M947</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2025-05-14T17:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614650#M948</link>
      <description>&lt;P&gt;That seems pretty redundant&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 17:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614650#M948</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2025-05-14T17:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614674#M949</link>
      <description>&lt;P&gt;I added the field &lt;STRONG&gt;dayname&lt;/STRONG&gt; to the feature service and added this variable in Power automate. It's coming in blank in Google Sheets. My calculation is&amp;nbsp;&lt;STRONG&gt;jr:choice-name(selected-at(${dayofweek}, 3), '${dayofweek}')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The raw outputs of the S123 connector all have the domain codes. In this case dayofweek is 3, but dayname is null&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="pa.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132235i402460363989A5CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pa.PNG" alt="pa.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 18:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614674#M949</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2025-05-14T18:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614677#M950</link>
      <description>&lt;P&gt;That would grab the 4th option picked in a mutli-select question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 18:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614677#M950</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2025-05-14T18:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614687#M951</link>
      <description>&lt;P&gt;Ah gotcha, the 3rd index. I just went with&amp;nbsp;jr:choice-name(${dayofweek}, '${dayofweek}')&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 18:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614687#M951</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2025-05-14T18:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get Coded Domain Values From Survey123</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614691#M952</link>
      <description>&lt;P&gt;It is grabbing the value, but the user has to have selected 4 options before that value will be grabbed. The order is based on the order the user selects values, not on the display order of the options. It only grabs the 4th choice selected, not all choices up to the 4th value..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 18:17:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/get-coded-domain-values-from-survey123/m-p/1614691#M952</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2025-05-14T18:17:15Z</dc:date>
    </item>
  </channel>
</rss>

