<?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: Unable to access attachments from AGOL hosted feature layer in ArcGIS Connectors for Power Automate Questions</title>
    <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1418328#M589</link>
    <description>&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;Are there any tutorials on how to include Get Attachment into a "When A Record Is Created" email flow? Every time I try to add this action it creates another "for each" loop and doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2024 19:40:00 GMT</pubDate>
    <dc:creator>LeviCecil</dc:creator>
    <dc:date>2024-05-02T19:40:00Z</dc:date>
    <item>
      <title>Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1288245#M211</link>
      <description>&lt;P&gt;I am trying to author a flow where when a record is added to an AGOL hosted feature layer, I pull the attribute information and the attachment (photo) and email them to someone. Right now I use the &lt;STRONG&gt;When a record is created in a feature layer &lt;/STRONG&gt;trigger then use the &lt;STRONG&gt;Fetch updates, changes, or deletions from feature layer&amp;nbsp;&lt;/STRONG&gt;action. This grabs all the attribute information, but will not return any attachments. The response shows an empty array:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FetchResult.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70439iDEB2BE78553AB526/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FetchResult.png" alt="FetchResult.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I use the REST endpoint of the service, I can see the attachment:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RestResult.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70440iA1256816D73A8100/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RestResult.png" alt="RestResult.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried using the &lt;STRONG&gt;Get attachment&lt;/STRONG&gt; action and it's greyed out since there's no data getting passed:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GetAttachment.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70441i5AA643F5B3330047/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GetAttachment.png" alt="GetAttachment.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Lastly, I tried the &lt;STRONG&gt;Get data from feature layer&lt;/STRONG&gt; action and still get nothing for attachments.&lt;/P&gt;&lt;P&gt;Am I missing something here?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 16:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1288245#M211</guid>
      <dc:creator>GIS_Admin</dc:creator>
      <dc:date>2023-05-11T16:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1288248#M212</link>
      <description>&lt;P&gt;We use Make (formerly Integromat), and I'm not sure how different it is from Power Automate, but we just have our flow make a HTTP request to get attachments. Are you able to do something like that?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 16:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1288248#M212</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2023-05-11T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1288251#M213</link>
      <description>&lt;P&gt;Quick response Josh! I can do the HTTP get to get the data, but was trying not to build it. I was hoping that the &lt;STRONG&gt;Get attachments&lt;/STRONG&gt; action would &lt;EM&gt;get attachments&lt;/EM&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 16:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1288251#M213</guid>
      <dc:creator>GIS_Admin</dc:creator>
      <dc:date>2023-05-11T16:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1301677#M260</link>
      <description>&lt;P&gt;I'm having the same issue, the fetch action is grabbing all of the expected attribute values but the attachments are empty. I had the same issue using the get attachment from URL&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 17:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1301677#M260</guid>
      <dc:creator>ILoveMap</dc:creator>
      <dc:date>2023-06-21T17:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1301992#M263</link>
      <description>&lt;P&gt;Good Day All,&lt;/P&gt;&lt;P&gt;When it comes to the webhook handling, there is a bit of a difference in application than what I think the group is expecting. When using the '&lt;STRONG&gt;When a record is created&lt;/STRONG&gt;' webhook, it is only returning the details about the feature service where the record was created. It is unaware of the other derivative components that might have been created in the record creation workflow.&lt;/P&gt;&lt;P&gt;If you are looking to get the attachments in a flow that is triggered by the feature service webhook, you can use the '&lt;STRONG&gt;Get attachment&lt;/STRONG&gt;' action and pass the record's ObjectID.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeanKMcGinnis_0-1687442371700.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73930iB176ED5C04AD8E0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeanKMcGinnis_0-1687442371700.png" alt="SeanKMcGinnis_0-1687442371700.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1301992#M263</guid>
      <dc:creator>SeanKMcGinnis</dc:creator>
      <dc:date>2023-06-22T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1418328#M589</link>
      <description>&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;Are there any tutorials on how to include Get Attachment into a "When A Record Is Created" email flow? Every time I try to add this action it creates another "for each" loop and doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 19:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1418328#M589</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2024-05-02T19:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1418703#M590</link>
      <description>&lt;P&gt;Thank you for raising this get attachment action.&lt;/P&gt;&lt;P&gt;What about the attachment parameter which is mandatory?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Oussama&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 14:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1418703#M590</guid>
      <dc:creator>OussamaMerhi</dc:creator>
      <dc:date>2024-05-03T14:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1478339#M619</link>
      <description>&lt;P&gt;I have the same issue with the attachment parameter, can't get it to work properly.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 12:43:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1478339#M619</guid>
      <dc:creator>DanielArsenault</dc:creator>
      <dc:date>2024-05-24T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1559410#M818</link>
      <description>&lt;P&gt;Wondering if there is any further information on this &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/305712"&gt;@SeanKMcGinnis&lt;/a&gt;.&amp;nbsp;Article/blog. What is the attachment parameter?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1559410#M818</guid>
      <dc:creator>TimLohnes1</dc:creator>
      <dc:date>2024-11-15T22:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1590417#M899</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured out what the "Attachment" should be.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dchan_GFCGIS_0-1740697711683.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/126593iB04C3971C68AE95E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dchan_GFCGIS_0-1740697711683.png" alt="dchan_GFCGIS_0-1740697711683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hard-coded the Object ID (14) in this step.&lt;/P&gt;&lt;P&gt;Then, the attachment field will automatically give me the files associated with this item.&lt;/P&gt;&lt;P&gt;This is good, but if I were to use a variable in the Object ID field (such as within a loop), then, the Attachment field cannot find the files associated with the Object ID.&amp;nbsp; Thus, this "get attachment" is not that useful at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan Chan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 23:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1590417#M899</guid>
      <dc:creator>dchan_GFCGIS</dc:creator>
      <dc:date>2025-02-27T23:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1590427#M900</link>
      <description>&lt;P&gt;Good find. So close, then denied. So seems like this doesn't work. Hoping this can get fixed, ESRI, or more specific documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 23:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1590427#M900</guid>
      <dc:creator>TimLohnes1</dc:creator>
      <dc:date>2025-02-27T23:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1671818#M1234</link>
      <description>&lt;P&gt;We ran into this same issue and were never able to figure out how to query attachments from either an ArcGIS when a feature updated or created trigger.&amp;nbsp; Hopefully Esri considers this for an enhancement to work similar to the Survey123 triggers which make it easy to get attachments in Power Automate.&lt;/P&gt;&lt;P&gt;Our workaround was inspired by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;'s post in this thread to use an http call to AGOL REST service to get the list of attachments for the record, then get the attachments themselves.&amp;nbsp; This was fairly easy to implement:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PA_Get_Attachments_from_Record_Update_EXAMPLE.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145149i11B38C40759F257F/image-size/large?v=v2&amp;amp;px=999" role="button" title="PA_Get_Attachments_from_Record_Update_EXAMPLE.jpg" alt="PA_Get_Attachments_from_Record_Update_EXAMPLE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 00:26:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1671818#M1234</guid>
      <dc:creator>ArthurSmith2</dc:creator>
      <dc:date>2025-12-10T00:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1673822#M1241</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/935317"&gt;@ArthurSmith2&lt;/a&gt;&amp;nbsp;are you using ArcGIS Enterprise or online?&lt;/P&gt;&lt;P&gt;In Enterprise you can try something like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AkshayHarshe_0-1766015384648.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145794i80C9F5E718ED6413/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AkshayHarshe_0-1766015384648.png" alt="AkshayHarshe_0-1766015384648.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In Online you can try something like this:&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Online.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145796iF5EAEE7021027207/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Online.png" alt="Online.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;That said we do have this enhancement on our backlog and we will look into this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 23:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1673822#M1241</guid>
      <dc:creator>AkshayHarshe</dc:creator>
      <dc:date>2025-12-17T23:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1673824#M1242</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/74758"&gt;@AkshayHarshe&lt;/a&gt;&amp;nbsp;thanks for the input!&amp;nbsp; We are using ArcGIS Online.&lt;/P&gt;&lt;P&gt;We will try using the Query Attachments action... we missed this and were trying to use the Get Attachment action.&amp;nbsp; That simplifies things a ton.&amp;nbsp; Appreciate it!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 00:16:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1673824#M1242</guid>
      <dc:creator>ArthurSmith2</dc:creator>
      <dc:date>2025-12-18T00:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1674051#M1243</link>
      <description>&lt;P&gt;Yeah, In online we do have an enhancement to return the attachments form Extract changes endpoint. It is possible at the Enterprise connector at the moment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if that works.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 18:56:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1674051#M1243</guid>
      <dc:creator>AkshayHarshe</dc:creator>
      <dc:date>2025-12-18T18:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1674514#M1251</link>
      <description>&lt;P&gt;Great, that will be a useful enhancement!&lt;/P&gt;&lt;P&gt;We are now using your suggested workaround, and it works well.&amp;nbsp; Look forward to simplifying even more when the enhancement is implemented.&amp;nbsp; Thanks for your response!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArthurSmith2_0-1766416285288.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145971iB0EA76DBA5A5D0FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArthurSmith2_0-1766416285288.png" alt="ArthurSmith2_0-1766416285288.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 15:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1674514#M1251</guid>
      <dc:creator>ArthurSmith2</dc:creator>
      <dc:date>2025-12-22T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access attachments from AGOL hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1674573#M1252</link>
      <description>&lt;P&gt;That is great to hear that you were able to make it work.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 18:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/unable-to-access-attachments-from-agol-hosted/m-p/1674573#M1252</guid>
      <dc:creator>AkshayHarshe</dc:creator>
      <dc:date>2025-12-22T18:52:14Z</dc:date>
    </item>
  </channel>
</rss>

