<?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 Power Automate Trigger Issues in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206481#M44477</link>
    <description>&lt;P&gt;I'm also experiencing the same issue. I have a collector app with points that links to a Survey123 form for inspections. Once the survey is complete, its supposed to trigger a PowerAutomate workflow to push a few key fields from the related inspection back to the point, including the inspection date, which is used to change point colours so field workers can quickly see a visual of what's been recently inspected vs needs to be re-visited. The inspection date is key for the field workers workflow and this error on our date field has completely broken our app.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/165412"&gt;@BarbaraWebster1&lt;/a&gt;&amp;nbsp;how quickly will this be resolved. Note our inspectors are using the Survey123 mobile app, not the web version.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 18:44:10 GMT</pubDate>
    <dc:creator>Coles_Brendan</dc:creator>
    <dc:date>2022-08-25T18:44:10Z</dc:date>
    <item>
      <title>Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1119638#M38821</link>
      <description>&lt;P&gt;I've been using Automate for a handful of surveys my organization uses, last week I went to create a webhook for a new survey that follows the same basic structure as previous ones.&amp;nbsp;&lt;/P&gt;&lt;P&gt;First issue I had was it wouldn't display any dynamic content, I fixed this by adding labels to every group/repeat, a bit annoying and cluttered but hey, it worked. I also want to point out I have webhooks/surveys that currently work and would allow me to work without this being the case.&lt;/P&gt;&lt;P&gt;This second issue I'm struggling with more. I get this error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ResponseSwaggerSchemaValidationFailure&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp;The API 'survey123' returned an invalid response for workflow operation 'When_a_survey_response_is_submitted' of type 'OpenApiConnectionWebhook'. Error details: 'The API operation 'AddData' requires the property 'body/feature/repeats/employee_repeat/0/attributes/addEmployees' to be of type 'String' but is of type 'Integer'.'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It's referring to a question on the survey that is a select_one using employee IDs as the data it passes. These have always passed as a string because it's a select_one question. However NOW it seems to be passing it as an integer, but because the field is a string it sees a mismatch and it breaks it. If I remove that field from the actions in the webhook it let's it run, but it's a fairly important attribute to include.&lt;/P&gt;&lt;P&gt;Anyone have any ideas what's causing this? Is there an issue with updates to Survey123 recently?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 18:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1119638#M38821</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2021-11-23T18:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1119756#M38832</link>
      <description>&lt;P&gt;Hi Robert,&lt;BR /&gt;&lt;BR /&gt;The error you're seeing with the select_one field type is caused by a change starting in 3.12. We have an internal bug logged for this and are looking at ways to fix the issue.&lt;/P&gt;&lt;P&gt;A workaround in the meantime would be to create a calculate question in your survey, name it something like "employeeID_text", and populate it with the responses from the select_one question. You could then use that question in Power Automate instead of the select_one question.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Barbara&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 00:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1119756#M38832</guid>
      <dc:creator>BarbaraWebster1</dc:creator>
      <dc:date>2021-11-24T00:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1119858#M38838</link>
      <description>&lt;P&gt;Hi Barbara,&lt;/P&gt;&lt;P&gt;Thank you for the info!&lt;/P&gt;&lt;P&gt;Yes, I'll work with the hidden calculate question to get it up and running, I'm glad you guys are aware of it and working on it.&lt;/P&gt;&lt;P&gt;EDIT: I tried using a hidden &lt;STRONG&gt;note&amp;nbsp;&lt;/STRONG&gt;field first and it encountered the same issue. Starting a brand new&amp;nbsp;&lt;STRONG&gt;text&lt;/STRONG&gt; field and setting a hidden appearance did work though.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 13:37:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1119858#M38838</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2021-11-24T13:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1161712#M41914</link>
      <description>&lt;P&gt;So... is this fixed?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 17:25:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1161712#M41914</guid>
      <dc:creator>StanislausCounty</dc:creator>
      <dc:date>2022-04-06T17:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1198656#M44060</link>
      <description>&lt;P&gt;It doesn't appear to have been fixed as of today.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/165412"&gt;@BarbaraWebster1&lt;/a&gt;&amp;nbsp;do you have any guidance on when this issue will be resolved?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1198656#M44060</guid>
      <dc:creator>DavidCriswell</dc:creator>
      <dc:date>2022-08-02T17:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1199553#M44120</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/531983"&gt;@DavidCriswell&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169433"&gt;@RobertAnderson3&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/475387"&gt;@StanislausCounty&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;The fix for this was included in the July 2022 Survey123 release.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/531983"&gt;@DavidCriswell&lt;/a&gt;&amp;nbsp;Are you still seeing the value being passed as an integer instead of a string for a select_one question?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 18:39:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1199553#M44120</guid>
      <dc:creator>BarbaraWebster1</dc:creator>
      <dc:date>2022-08-04T18:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1199561#M44123</link>
      <description>&lt;P&gt;It only took 7 months, but at least it is fixed. We haven't changed anything on our side because we implemented the kluge that was originally suggested since that worked for us and at this point since things are working there is no reason for us to make changes.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 18:46:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1199561#M44123</guid>
      <dc:creator>StanislausCounty</dc:creator>
      <dc:date>2022-08-04T18:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206297#M44464</link>
      <description>&lt;P&gt;Barbara,&lt;/P&gt;&lt;P&gt;I am currently experiencing this same problem with power automate. My field that is triggering the error is a dateTime field. I tried to format it as a date instead to see if that would fix the problem, however it is still triggering the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This survey is a built from a Host Survey and a different survey that I have that is also built off of a Host Survey with a similar dateTime field is not experiencing this same error. Do you have any suggestions or work arounds for this instance? I tried the above solution as a work around but it didn't work unfortunately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that the select_one issue was resolved in the release, but not dateTime?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 12:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206297#M44464</guid>
      <dc:creator>KelseyFournier</dc:creator>
      <dc:date>2022-08-25T12:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206481#M44477</link>
      <description>&lt;P&gt;I'm also experiencing the same issue. I have a collector app with points that links to a Survey123 form for inspections. Once the survey is complete, its supposed to trigger a PowerAutomate workflow to push a few key fields from the related inspection back to the point, including the inspection date, which is used to change point colours so field workers can quickly see a visual of what's been recently inspected vs needs to be re-visited. The inspection date is key for the field workers workflow and this error on our date field has completely broken our app.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/165412"&gt;@BarbaraWebster1&lt;/a&gt;&amp;nbsp;how quickly will this be resolved. Note our inspectors are using the Survey123 mobile app, not the web version.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 18:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206481#M44477</guid>
      <dc:creator>Coles_Brendan</dc:creator>
      <dc:date>2022-08-25T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206497#M44479</link>
      <description>&lt;P&gt;Given the speed of the last bug fix I wouldn't count on having this fixed any time soon. You probably are going to need to kluge a workaround similar to the select one where you create a text question, use the calculate to populate it in such a way that you can then parse it in power automate to send back the data you want.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 19:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206497#M44479</guid>
      <dc:creator>StanislausCounty</dc:creator>
      <dc:date>2022-08-25T19:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206504#M44480</link>
      <description>&lt;P&gt;If you know the version of Survey 123 Connect you published your previous surveys with you can use that to version to publish the problem child survey. Otherwise you are going to have to create a text question and use the calculate column to populate it with values from your date-time question and then parse that to reform the datetime object within power automate.&lt;/P&gt;&lt;P&gt;I wrote a python script to query and grab older software versions since Esri doesn't list them publicly. I'll attach it here; if you know the version that works just change the parameters to look for those so you don't slam the server.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 20:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1206504#M44480</guid>
      <dc:creator>StanislausCounty</dc:creator>
      <dc:date>2022-08-25T20:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1208886#M44610</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/165412"&gt;@BarbaraWebster1&lt;/a&gt;&amp;nbsp;Im still seeing this error. Is there any more documentation on the workaround you mentioned above? Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 20:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1208886#M44610</guid>
      <dc:creator>KaliLegg</dc:creator>
      <dc:date>2022-09-01T20:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1211300#M44763</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/467400"&gt;@KelseyFournier&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/196330"&gt;@Coles_Brendan&lt;/a&gt;&amp;nbsp;After a closer look, the fix for July 2022 was specific to Power Automate field types respecting any field types that were set in the bind::esri:fieldType &amp;nbsp;column. The select_one issue is logged as BUG-000151353.&lt;BR /&gt;&lt;BR /&gt;I was able to reproduce the date and dateTime issue and logged a separate internal bug issue for it.&lt;BR /&gt;&lt;BR /&gt;Currently there are no additional workarounds besides the original one provided.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 22:10:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1211300#M44763</guid>
      <dc:creator>BarbaraWebster1</dc:creator>
      <dc:date>2022-09-09T22:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1211302#M44764</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/549448"&gt;@KaliLegg&lt;/a&gt;&amp;nbsp;There is no specific documentation for this workaround, but I attached an example XLSForm.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 22:11:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1211302#M44764</guid>
      <dc:creator>BarbaraWebster1</dc:creator>
      <dc:date>2022-09-09T22:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1217050#M45038</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/467400"&gt;@KelseyFournier&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/196330"&gt;@Coles_Brendan&lt;/a&gt;&amp;nbsp;A fix for the date and dateTime error was applied to the Survey123 website yesterday. Can you try your flows out and see if you are still running into the same error?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 18:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1217050#M45038</guid>
      <dc:creator>BarbaraWebster1</dc:creator>
      <dc:date>2022-09-28T18:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1232478#M46090</link>
      <description>&lt;P&gt;I was having a similar dateTime issue and was able to resolve it within Power Automate by replacing any references to the date field with the following expression (replace 'DueDate' with the name of your date field):&lt;/P&gt;&lt;P&gt;formatDateTime(addSeconds('1970-1-1', Div(triggerOutputs()?['body/feature/attributes/DueDate'],1000)), 'MMMM dd, yyyy')&lt;/P&gt;&lt;P&gt;Apparently something in the way S123 interfaces with Power Automate was causing date fields to be interpreted as per the &lt;A href="https://en.wikipedia.org/wiki/Unix_time" target="_self"&gt;Unix Epoch&lt;/A&gt;. I found the above calculation to convert it into the expected format and this resolved the issue for me.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 21:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1232478#M46090</guid>
      <dc:creator>colelwhite</dc:creator>
      <dc:date>2022-11-16T21:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1566814#M60433</link>
      <description>&lt;P&gt;I'm suddenly encountering this issue as well, but instead for a&amp;nbsp;select_one_from_file question. Is it possible this bug has been reintroduced?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 16:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1566814#M60433</guid>
      <dc:creator>RHammers</dc:creator>
      <dc:date>2024-12-10T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Power Automate Trigger Issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1571803#M60647</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/637688"&gt;@RHammers&lt;/a&gt;&amp;nbsp;I tested on my end and I'm able to submit a survey with a select_one_from_file question with integer choices without any errors from Power Automate. Perhaps you could double check to make sure you have an up to date version of the field app?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 23:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p/1571803#M60647</guid>
      <dc:creator>BarbaraWebster1</dc:creator>
      <dc:date>2024-12-30T23:46:41Z</dc:date>
    </item>
  </channel>
</rss>

