<?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 Create Report Action Failing in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350767#M52923</link>
    <description>&lt;P&gt;I believe I have. The update to Power Automate in the early summer seemed been the issue. I too have a reminder to refresh Survey123 under Connections. Though when starting to use the new designer instead of classic I noticed my flows in the new designer had broken connections for each Survey123 step even though I was updating Surveying in the Connections location. It has been only a few days but I hope that was my main issue.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 14:22:26 GMT</pubDate>
    <dc:creator>DanLissick</dc:creator>
    <dc:date>2023-11-17T14:22:26Z</dc:date>
    <item>
      <title>Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1300677#M50090</link>
      <description>&lt;P&gt;I've set up a bunch of Power Automate flows with the Create Report function and it's a beautiful tool for many workflows we have.&lt;/P&gt;&lt;P&gt;However, I am finding on an unfortunately regular basis that the report isn't returning any results?&lt;/P&gt;&lt;P&gt;The action Create Report itself marks as "Successful" but then the "Upload File from URL" action fails because "A value must be provided for source path" so when I look further into the "Create Report" I find it has returned an error, a few different ones 'Internal Server side error' (I think this was Esri server errors mid last week) or 'Error assembling data' or 'Error querying data'&lt;/P&gt;&lt;P&gt;But when I run them again, without making any changes to the data or webhook, they work without an issue.&lt;/P&gt;&lt;P&gt;I'm curious if there's something I'm missing (other than a try-catch to run it again if the output is an error) or why the Create Report action marks as successful when it has in fact failed.&lt;/P&gt;&lt;P&gt;Has anyone else been having similar issues?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 11:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1300677#M50090</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-06-19T11:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1300717#M50092</link>
      <description>&lt;P&gt;I have a large number of Power Automate flows generating reports for my surveys constantly. Errors are rare, but not unheard of. And as you pointed out, simply rerunning the flow will have it succeed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned that Create Report was successful, but then also mentioned that there was an error in that step. Are you using Esri's Power Automate Action, or is this a custom flow? If this is Esri's, I have never used it. If this is a custom one, what does your Do Until step look like? To generate a report, you will be waiting for the server to "finish" generating the report and will want the loop to look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1687182351855.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73604iB3DB028FBCD742ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1687182351855.png" alt="abureaux_0-1687182351855.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;@or(equals(variables('jobStatus'), 'esriJobSucceeded'), equals(variables('jobStatus'), 'esriJobPartialSucceeded'), equals(variables('jobStatus'), 'esriJobFailed'))&lt;/LI-CODE&gt;&lt;P&gt;This step failing is where I see 100% of these random errors.&amp;nbsp;In fact, I had a flow fail just this morning:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1687182531762.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73605i552DCAD482F30114/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1687182531762.png" alt="abureaux_1-1687182531762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(It automatically reran and was successful)&lt;/P&gt;&lt;P&gt;In my case, I have error handling set up in the flow. Basically, if there is an error, the flow will reset and run again. I have never seen one of these mystery errors happen more than once in a row, and only at a frequency of every (very rough guess) 1/50 to 1/100 submissions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Honestly, if you are experiencing the same thing as me, I don't think Esri support can help. The errors are far to transitory to analyze. I would suggest going the same route as me with the multi-stage report generation.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 13:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1300717#M50092</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-06-19T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1300733#M50093</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;I am using the Esri &lt;STRONG&gt;Create Report&lt;/STRONG&gt; action that they put out this year, so I just have that action in the flow itself. I do not have a "Do Until" in my flow at this point in time, but I think that will be the approach I take to avoid this issue, so I do really appreciate the example you included!&lt;/P&gt;&lt;P&gt;So basically the Action still runs and gives the little green checkmark saying it worked, it returns status code 200 either way at the end.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertAnderson3_0-1687185596599.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73607iAB0269029FDF21EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobertAnderson3_0-1687185596599.png" alt="RobertAnderson3_0-1687185596599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So it knows, it just powers through it and it's on me for not catching it. Can you set a delay on the do until to try again?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I wanted to bring it up too just in a "be aware" kinda way with how much more they've been popping up the past week or so as well.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Actually,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;could you share the whole Do Until set up? I tried putting it in and it just spun for forever so I didn't quite get the set up I guess.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Jun 2023 16:20:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1300733#M50093</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-06-19T16:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1300843#M50099</link>
      <description>&lt;P&gt;For sure. The Do Until step I am using should work with this Esri Action, based on what I am seeing in the JSON output. But there are things I do before this to set it up, so there will need to be tweaking one way or another to get this to work in your set-up.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;For context, I&amp;nbsp;&lt;EM&gt;believe&lt;/EM&gt; the Esri Create Report Action would be the equivalent of my "HTTP - Create Report" step:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1687202444840.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73634i61BC87D64E23DFF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1687202444840.png" alt="abureaux_1-1687202444840.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here are the components (starting at the first Parse JSON):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Parse JSON - Job ID + Job Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1687202530558.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73635iEA5B3EFA34D7324B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1687202530558.png" alt="abureaux_2-1687202530558.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Body =&lt;/STRONG&gt; The previous "HTTP - Create Report" in my first screen cap (so, probably your Esri Create Report Action?)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Schema =&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
    "type": "object",
    "properties": {
        "jobId": {
            "type": "string"
        },
        "jobStatus": {
            "type": "string"
        },
        "submitted": {
            "type": "integer"
        },
        "resultInfo": {
            "type": "object",
            "properties": {
                "title": {
                    "type": "string"
                }
            }
        },
        "inputInfo": {
            "type": "object",
            "properties": {
                "jobType": {
                    "type": "string"
                },
                "parameters": {
                    "type": "object",
                    "properties": {
                        "featureLayerUrl": {
                            "type": "string"
                        },
                        "queryParameters": {
                            "type": "object",
                            "properties": {
                                "objectIds": {
                                    "type": "string"
                                }
                            }
                        },
                        "templateItemId": {
                            "type": "string"
                        },
                        "portalUrl": {
                            "type": "string"
                        }
                    }
                }
            }
        },
        "success": {
            "type": "boolean"
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Set variable - jobId&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_3-1687202647096.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73636i77C4EC2669D67072/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_3-1687202647096.png" alt="abureaux_3-1687202647096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt; =&amp;nbsp;&lt;EM&gt;jobId&lt;/EM&gt; from the previous Parse JSON&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Do Until - Create Report Job Finished&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_4-1687202781152.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73637i1840B0FE5A15EF9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_4-1687202781152.png" alt="abureaux_4-1687202781152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3a. Do Until's&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;Logic.&amp;nbsp;&lt;/STRONG&gt;Must be entered in&amp;nbsp;&lt;EM&gt;Advanced&amp;nbsp;&lt;/EM&gt;mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;@or(equals(variables('jobStatus'), 'esriJobSucceeded'), equals(variables('jobStatus'), 'esriJobPartialSucceeded'), equals(variables('jobStatus'), 'esriJobFailed'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;3b.&amp;nbsp;Delay - 5 seconds (Get jobStatus)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_5-1687202892679.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73639iFBA4523C7D108A5B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_5-1687202892679.png" alt="abureaux_5-1687202892679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Simply a 5 second delay. This helps the Loop run smoothly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3c.&amp;nbsp;HTTP - Get jobStatus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_7-1687202992609.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73641iE19CE290F7FF648F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_7-1687202992609.png" alt="abureaux_7-1687202992609.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This one will be interesting... &lt;STRONG&gt;JobId&lt;/STRONG&gt; you already have from above. But&amp;nbsp;&lt;STRONG&gt;Token&lt;/STRONG&gt; I set previously. Not sure how to best accommodate that.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3d. Parse JSON - Result Info&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_8-1687203402710.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73642iE669A238BC64BBF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_8-1687203402710.png" alt="abureaux_8-1687203402710.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Body =&lt;/STRONG&gt; Previous HTTP step&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Schema =&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
    "type": "object",
    "properties": {
        "jobId": {
            "type": "string"
        },
        "jobStatus": {
            "type": "string"
        },
        "submitted": {
            "type": "integer"
        },
        "completed": {
            "type": "integer"
        },
        "resultInfo": {
            "type": "object",
            "properties": {
                "title": {
                    "type": "string"
                },
                "totalCount": {
                    "type": "integer"
                },
                "resultFiles": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "objectIds": {
                                "type": "array",
                                "items": {
                                    "type": [
                                        "integer",
                                        "string",
                                        "number"
                                    ]
                                }
                            },
                            "name": {
                                "type": "string"
                            },
                            "size": {
                                "type": "integer"
                            },
                            "url": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "objectIds",
                            "name",
                            "size",
                            "url"
                        ]
                    }
                },
                "succeededObjectIds": {
                    "type": "array",
                    "items": {
                        "type": "integer"
                    }
                },
                "failedObjectIds": {
                    "type": "array"
                },
                "details": {
                    "type": "array"
                }
            }
        },
        "inputInfo": {
            "type": "object",
            "properties": {
                "jobType": {
                    "type": "string"
                },
                "parameters": {
                    "type": "object",
                    "properties": {
                        "featureLayerUrl": {
                            "type": "string"
                        },
                        "queryParameters": {
                            "type": "object",
                            "properties": {
                                "objectIds": {
                                    "type": "string"
                                }
                            }
                        },
                        "templateItemId": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3e. Set variable - jobStatus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_9-1687203488117.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73643i302A8C33463370B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_9-1687203488117.png" alt="abureaux_9-1687203488117.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&amp;nbsp;= &lt;EM&gt;jobStatus&lt;/EM&gt; from previous Parse JSON step.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4.&amp;nbsp;Condition - Job Succeeded or Failed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_10-1687203746552.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73644i3E187E57C5915B1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_10-1687203746552.png" alt="abureaux_10-1687203746552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;&lt;STRONG&gt;Condition&lt;/STRONG&gt; is probably the most important part. If the report doesn't print, it goes to the &lt;STRONG&gt;If no&lt;/STRONG&gt; branch, which resets the flow. If the report does print, it hits the&amp;nbsp;&lt;STRONG&gt;If yes&lt;/STRONG&gt; branch, and does whatever the next steps are.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 19:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1300843#M50099</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-06-19T19:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1301969#M50172</link>
      <description>&lt;P&gt;Amazing, thank you for that&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;I did end up going another way with it for the Create Report action and I THINK this should work too? A little simpler because I can work with dynamic content instead of the whole JSON.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertAnderson3_0-1687439803691.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73924i51DDE2118DB4BD42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobertAnderson3_0-1687439803691.png" alt="RobertAnderson3_0-1687439803691.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I initialized a variable&amp;nbsp;&lt;EM&gt;reportSuccess&amp;nbsp;&lt;/EM&gt;and in a Scope (Try) I added a Do Until where the Create Report runs, and then updates the variable based on the jobStatus return, so it will run until it is&amp;nbsp;&lt;EM&gt;esriJobSucceeded&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I then included the rest of my actions in the Try, and the last step I have outside of the Try is&amp;nbsp;&lt;EM&gt;Send an Email&amp;nbsp;&lt;/EM&gt;with the Configure run after set to failed, skipped or timed out.&lt;/P&gt;&lt;P&gt;I also have the&amp;nbsp;&lt;EM&gt;reportError&amp;nbsp;&lt;/EM&gt;variable which just accepts the body of the return from Create Report and puts it in a text file attachment to my email. My only issue with that right now is it doesn't retain any structure so it's just a big block of text. I'd love to parse the return for the error messages themselves, but it looks like the return changes depending on what happened so I'm not sure how to do that with consistency.&lt;/P&gt;&lt;P&gt;I also added a direct link to the flow run that failed in my email so that's super handy, and maybe easier.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1301969#M50172</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-06-22T13:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1310044#M50732</link>
      <description>&lt;P&gt;Nice! This looks good.&lt;/P&gt;&lt;P&gt;I do have two things to consider though:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add esriJobPartialSucceeded. This does come up from time to time, and a report is still generated. You can monitor your flow to see if it's worth it for you.&lt;/LI&gt;&lt;LI&gt;Without esriJobFailed, all failures will take the full duration of the Do Until to timeout. Again, may not be a big deal for you, but I thought it was worth mentioning.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 20 Jul 2023 14:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1310044#M50732</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-07-20T14:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1310122#M50737</link>
      <description>&lt;P&gt;Thank you for the feedback!&lt;/P&gt;&lt;P&gt;I was curious about the esriJobPartialSucceeded, I have no idea what that result means, what would the break down be to make it partial?&lt;/P&gt;&lt;P&gt;And how do you mean with the esriJobFailed? I want it to re-try when I get the failure because I was finding a bunch of random no reason failures that worked if it tried again, I set a cap of like 10 re-tries to avoid problems on unsolvable problems (like the ever fun 14 day token timeout).&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 16:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1310122#M50737</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-07-20T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1310507#M50766</link>
      <description>&lt;P&gt;Honestly, that result may no longer exist! It's been a while since I've looked at &lt;A href="https://enterprise.arcgis.com/en/server/10.8/publish-services/windows/task-operation-submitjob.htm" target="_self"&gt;that documentation&lt;/A&gt;. You should be fine with just&amp;nbsp;&lt;SPAN&gt;esriJobSucceeded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, I didn't look at your Create Report step close enough, and I believe you are correct. It should do the thing until the other thing is done. Honestly, I haven't had the time to update my flow template to include Esri's new Create Report Action.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Your flow is looking good! Best of luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:04:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1310507#M50766</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-07-21T15:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1310526#M50769</link>
      <description>&lt;P&gt;All good haha, we all have our own stuff to focus on!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah it doesn't look like it's mentioned in that documentation now it must have been removed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if you have one working without the Create Report action I wouldn't worry too much about updating the flows right now, especially not until they have the 14 day token timeout improved at least!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1310526#M50769</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-07-21T15:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349231#M52833</link>
      <description>&lt;P&gt;Hey Robert,&lt;/P&gt;&lt;P&gt;By chance could you provide more information on your final Flow? I am having trouble replicating the final solution. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 16:10:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349231#M52833</guid>
      <dc:creator>DanLissick</dc:creator>
      <dc:date>2023-11-14T16:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349241#M52834</link>
      <description>&lt;P&gt;I assume you are Enterprise, but if you are AGO, it is &lt;EM&gt;slightly &lt;/EM&gt;different (and easier, since you can skip a step). Also, if you are Enterprise, but you have an &lt;EM&gt;old connection&lt;/EM&gt; (like I did), you will not see any of the new options unless you update your old connector (which is easy, but annoying).&lt;/P&gt;&lt;P&gt;If you are Enterprise and are making a connection to Power Automate for the first time, it's relatively straight forward:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Follow instructions &lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-create-an-arcgis-survey123-connector-for-microso-000025025" target="_self"&gt;here&lt;/A&gt;. Esri hasn't updated the graphics in a while, but it is still valid.&lt;/LI&gt;&lt;LI&gt;After you add that connection and test connections successfully, you are done! You will see all the new options when you create a flow.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1699979580585.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85937i1CF34D242EE3CB53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1699979580585.png" alt="abureaux_0-1699979580585.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Beyond that, it is really up to you for what you want&amp;nbsp; to do. Personally, I upload all generated reports to SharePoint for storage, then I use those files in all subsequent processes (mainly to avoid issues pulling a report at a later time).&lt;/P&gt;&lt;P&gt;Is there a specific thing that isn't working or place you are stuck?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 16:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349241#M52834</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-11-14T16:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349300#M52839</link>
      <description>&lt;P&gt;The flow suggested in the attachment seems to be the solution I am looking for. Though in the image I don't understand how "reportSuccess" or&amp;nbsp; "Set reportError" variables are created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 18:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349300#M52839</guid>
      <dc:creator>DanLissick</dc:creator>
      <dc:date>2023-11-14T18:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349310#M52840</link>
      <description>&lt;P&gt;Ahh. So it &lt;EM&gt;shouldn't &lt;/EM&gt;be necessary to do this inside an &lt;STRIKE&gt;Apply to Each&lt;/STRIKE&gt; Do Until. I only figured out my connection was outdated earlier this year, and have since updated that and modernized all my flows. As such, I've been using the new workflow for most of the last year, and haven't run into any issues yet.&lt;/P&gt;&lt;P&gt;Here is my (very simplified) process:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1699988229732.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85963i6E85FDA5E8B450E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1699988229732.png" alt="abureaux_1-1699988229732.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When adding the &lt;STRONG&gt;Value&lt;/STRONG&gt; to your &lt;STRONG&gt;Variable&lt;/STRONG&gt;, you need to select &lt;STRONG&gt;status of the first result&lt;/STRONG&gt; file. If you select the other "status", your Set Variable step will be tossed into an apply to each. That is because Esri's Create Report step is a self-contained Do Until. Esri set up all of the "... of the first result file" variables specifically for situations like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1699988269954.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85964iD05EB36802395E5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1699988269954.png" alt="abureaux_2-1699988269954.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;NOTE: I suppose you &lt;EM&gt;could&lt;/EM&gt; probably skip over the Variable entirely if you &lt;EM&gt;really&lt;/EM&gt; wanted. I just like variables.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 19:03:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349310#M52840</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-11-14T19:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349329#M52841</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 19:31:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1349329#M52841</guid>
      <dc:creator>DanLissick</dc:creator>
      <dc:date>2023-11-14T19:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350739#M52921</link>
      <description>&lt;P&gt;Did you end up getting it all sorted&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/94259"&gt;@DanLissick&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;have we heard anything more about the token timeout for the Survey123 report functions yet? I still have my 14 day reminder to sign back in lol&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 13:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350739#M52921</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-11-17T13:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350767#M52923</link>
      <description>&lt;P&gt;I believe I have. The update to Power Automate in the early summer seemed been the issue. I too have a reminder to refresh Survey123 under Connections. Though when starting to use the new designer instead of classic I noticed my flows in the new designer had broken connections for each Survey123 step even though I was updating Surveying in the Connections location. It has been only a few days but I hope that was my main issue.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 14:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350767#M52923</guid>
      <dc:creator>DanLissick</dc:creator>
      <dc:date>2023-11-17T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350785#M52924</link>
      <description>&lt;P&gt;Good to hear! Yeah an update earlier in the year broke surveys that were created from a template prior to then, surveys kept working but if you wanted to make changes things went awry.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 14:35:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350785#M52924</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-11-17T14:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350936#M52933</link>
      <description>&lt;P&gt;Nope &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We have to update our employee list CSV weekly anyways, so I added "refresh Power Automate connection" to my Monday Morning tasks for now.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 16:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1350936#M52933</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-11-17T16:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1351475#M52967</link>
      <description>&lt;P&gt;Darn, yeah it's on my calendar to refresh when needed. The CSVs I have I update as I get the info. (That said, I'm still waiting for them to fix the issue with CSVs not refreshing if you use a URL scheme to open the survey too)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 15:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1351475#M52967</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-11-20T15:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Create Report Action Failing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1351499#M52970</link>
      <description>&lt;P&gt;"I'm still waiting for them to fix the issue with CSVs not refreshing if you use a URL scheme to open the survey too"&lt;/P&gt;&lt;P&gt;I can't express in words how much I need this... (Same with the survey itself not updating when launched via a URL)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 15:38:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-create-report-action-failing/m-p/1351499#M52970</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-11-20T15:38:36Z</dc:date>
    </item>
  </channel>
</rss>

