In Power Automate, I successfully retrieved the data table from a feature layer (image below).
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.
Desired workflow:
1. The data table from the feature layer is retrieved in Power Automate.
2. The data is passed to Microsoft Power Apps (or another tool) for visualization.
3. Users can view and interact with the data, including editing and updating records.
4. Any changes made in Power Apps are reflected in the feature layer, ensuring data synchronization.

Help please