In Power Automate, with the ArcGIS Connector ( https://learn.microsoft.com/en-us/connectors/arcgis/ ) I successfully retrieved the data table from a feature layer from ArcGIS (image below)
Now, I want to display that data in Microsoft Power Apps where users can update an existing record in the feature layer.
Desired workflow:
- The data table from the feature layer is retrieved from ArcGIS to Power Automate.
- The data is passed to Microsoft Power Apps (or another tool) for visualization.
- Users can view and interact with the data, including editing and updating records.
- Any changes made in Power Apps are reflected in the feature layer, ensuring data synchronization.
As I showed in the image, I have successfully managed to fetch data from ArcGIS to Power Automate using the ArcGIS Connector. The remaining step is to display this data in PowerApps for viewing and/or updates and send the updated data back to the source.
Help please
