<?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 Enabling Data Visualization and Updates: Integrating Power Automate and Power Apps in ArcGIS Connectors for Power Automate Questions</title>
    <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/enabling-data-visualization-and-updates/m-p/1300595#M246</link>
    <description>&lt;P&gt;In Power Automate, I successfully retrieved the data table from a feature layer (image below).&lt;/P&gt;&lt;P&gt;Now, I want to display that data in Microsoft Power Apps (or another tool) where users can update an existing record in the feature layer.&lt;/P&gt;&lt;P&gt;Desired workflow:&lt;BR /&gt;1. The data table from the feature layer is retrieved in Power Automate.&lt;BR /&gt;2. The data is passed to Microsoft Power Apps (or another tool) for visualization.&lt;BR /&gt;3. Users can view and interact with the data, including editing and updating records.&lt;BR /&gt;4. Any changes made in Power Apps are reflected in the feature layer, ensuring data synchronization.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielarc_0-1687145729705.png" style="width: 549px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73569iB7504990762BE9DA/image-dimensions/549x214?v=v2" width="549" height="214" role="button" title="danielarc_0-1687145729705.png" alt="danielarc_0-1687145729705.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2023 03:40:04 GMT</pubDate>
    <dc:creator>CORFOPYM_Ingenieria</dc:creator>
    <dc:date>2023-06-19T03:40:04Z</dc:date>
    <item>
      <title>Enabling Data Visualization and Updates: Integrating Power Automate and Power Apps</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/enabling-data-visualization-and-updates/m-p/1300595#M246</link>
      <description>&lt;P&gt;In Power Automate, I successfully retrieved the data table from a feature layer (image below).&lt;/P&gt;&lt;P&gt;Now, I want to display that data in Microsoft Power Apps (or another tool) where users can update an existing record in the feature layer.&lt;/P&gt;&lt;P&gt;Desired workflow:&lt;BR /&gt;1. The data table from the feature layer is retrieved in Power Automate.&lt;BR /&gt;2. The data is passed to Microsoft Power Apps (or another tool) for visualization.&lt;BR /&gt;3. Users can view and interact with the data, including editing and updating records.&lt;BR /&gt;4. Any changes made in Power Apps are reflected in the feature layer, ensuring data synchronization.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielarc_0-1687145729705.png" style="width: 549px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73569iB7504990762BE9DA/image-dimensions/549x214?v=v2" width="549" height="214" role="button" title="danielarc_0-1687145729705.png" alt="danielarc_0-1687145729705.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 03:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/enabling-data-visualization-and-updates/m-p/1300595#M246</guid>
      <dc:creator>CORFOPYM_Ingenieria</dc:creator>
      <dc:date>2023-06-19T03:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling Data Visualization and Updates: Integrating Power Automate and Power Apps</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/enabling-data-visualization-and-updates/m-p/1301365#M255</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447322"&gt;@CORFOPYM_Ingenieria&lt;/a&gt;&amp;nbsp;- we are currently working on building an ArcGIS for Power Apps map component that will help meet your needs. We are working through some authentication/authorization issues with Microsoft before we release the component into a private beta.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 00:22:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/enabling-data-visualization-and-updates/m-p/1301365#M255</guid>
      <dc:creator>SeanKMcGinnis</dc:creator>
      <dc:date>2023-06-21T00:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling Data Visualization and Updates: Integrating Power Automate and Power Apps</title>
      <link>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/enabling-data-visualization-and-updates/m-p/1301379#M256</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/305712"&gt;@SeanKMcGinnis&lt;/a&gt;&amp;nbsp; That would be fantastic, very helpful, and we would greatly appreciate it.&lt;/P&gt;&lt;P&gt;But for now, what would be the solution ?&lt;/P&gt;&lt;P&gt;I have used Power Automate with the ArcGIS Connector to fetch data from ArcGIS (successfully), then used HTTP Response (I think the Response Body JSON Schema is misconfigured), but the flow test is still successful. (see image)&lt;/P&gt;&lt;P&gt;In PowerApps, I have created a Collect function on a button to display the data in a gallery. The column headers are visible, but the data is not appearing. (see image)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielarc_0-1687317954583.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73773i758CE1771C1D93BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danielarc_0-1687317954583.png" alt="danielarc_0-1687317954583.png" /&gt;&lt;/span&gt;&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="danielarc_1-1687318004350.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73774iFB1D125F213053B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danielarc_1-1687318004350.png" alt="danielarc_1-1687318004350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help Please...&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-connectors-for-power-automate-questions/enabling-data-visualization-and-updates/m-p/1301379#M256</guid>
      <dc:creator>CORFOPYM_Ingenieria</dc:creator>
      <dc:date>2023-06-21T13:46:30Z</dc:date>
    </item>
  </channel>
</rss>

