How to read/write/update/delete records from a JSON file in an ADLS container using power app and power automate

Gupta, Sayan Das 0 Reputation points
2023-09-07T05:55:54.79+00:00

I have a JSON file in my ADLS container with the below data in JSON. I want to create a power app with power flows that can read this data and show it in a power app gallery. And my user can insert/update/delete data from the power app as per the requirement from the Power app. Please suggest a way to do so.

[
 {
   "Id": 1,
   "Name": "Mac",
   "Email": "mac@amail.com",
   "Phone No": 356734567
 },
 {
   "Id": 2,
   "Name": "George",
   "Email": "g@amail.com",
   "Phone No": 345677643
 },
 {
   "Id": 3,
   "Name": "Haris",
   "Email": "h@amail.com",
   "Phone No": 456876678
 },
 {
   "Id": 4,
   "Name": "Ford",
   "Email": "f@amail.com",
   "Phone No": 363679887
 },
 {
   "Id": 5,
   "Name": "Ben",
   "Email": "b@amail.com",
   "Phone No": 678546789
 }
]
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,779 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 30,891 Reputation points Microsoft Employee
    2023-09-07T18:44:25.0833333+00:00

    Hello Gupta, Sayan Das,

    Power Apps is currently not supported in the Q&A forums.

    The supported products are listed here https://learn.microsoft.com/en-us/answers/products

    Power Apps is supported in their own forum.

    Please submit a new post here

    I hope this helps. Please let me know if you have any further questions.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.