cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Vkas
Helper I
Helper I

Data extraction from send an http request to sharepoint

Hi,

I am trying to extract data from "send an http request.." action in flow so that I use that data in other actions.

Below is my Flow:

Vkas_0-1599647773550.png

 

The data I am getting from my "Send http request.." is:

{
"statusCode": 200,
"headers": {
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Persistent-Auth": "true",
"X-SharePointHealthScore": "0",
"SPClientServiceRequestDuration": "69",
"SPRequestGuid": "6849789f-77b5-10d3-be6f-7d2242a35d85",
"request-id": "6849789f-77b5-10d3-be6f-7d2242a35d85",
"MicrosoftSharePointTeamServices": "15.0.0.5189",
"X-Content-Type-Options": "nosniff,nosniff",
"X-MS-InvokeApp": "1; RequireReadOnly",
"Access-Control-Allow-Origin": "http://xxxxxxx-test",
"Access-Control-Request-Headers": "Content-Type,Authorization",
"Access-Control-Request-Method": "GET,POST,HEAD,OPTIONS",
"x-ms-request-id": "6849789f-77b5-10d3-be6f-7d2242a35d85",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"Cache-Control": "no-store, max-age=0, private",
"Date": "Wed, 09 Sep 2020 10:29:23 GMT",
"ETag": "\"1\"",
"Set-Cookie": "ARRAffinity=c0c0e2cbf160983fb14d8f38467064b10673a9e32c4b8ae701adc9d95cb6deba;Path=/;HttpOnly;Domain=sharepointonline-ase.azconn-ase.p.azurewebsites.net",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"Content-Type": "application/json; odata=verbose; charset=utf-8",
"Expires": "Tue, 25 Aug 2020 10:29:23 GMT",
"Last-Modified": "Wed, 09 Sep 2020 10:29:23 GMT",
"Content-Length": "2477"
},
"body": {
"d": {
"__metadata": {
"id": "Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)",
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)",
"etag": "\"1\"",
"type": "SP.Data.MyList2ListItem"
},
"FirstUniqueAncestorSecurableObject": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FirstUniqueAncestorSecurableObject"
}
},
"RoleAssignments": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/RoleAssignments"
}
},
"AttachmentFiles": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/AttachmentFiles"
}
},
"ContentType": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/ContentType"
}
},
"FieldValuesAsHtml": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesAsHtml"
}
},
"FieldValuesAsText": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesAsText"
}
},
"FieldValuesForEdit": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesForEdit"
}
},
"File": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/File"
}
},
"Folder": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/Folder"
}
},
"ParentList": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/ParentList"
}
},
"AssignedUsers": {
"results": [
{
"__metadata": {
"id": "4c549296-breb-4864-928b-48b801a0dd48",
"type": "SP.Data.UserInfoItem"
},
"Title": "O365 Test 1"
},
{
"__metadata": {
"id": "b99b2e5a-12d8-4564-8c39-7b0f15995db2",
"type": "SP.Data.UserInfoItem"
},
"Title": "O365 Test 2"
}
]
},
"FileSystemObjectType": 0,
"Id": 3,
"ContentTypeId": "0x0100914647D9908C82468F42F1DFBFD09FF4",
"Title": "testItem",
"AssignedUsersId": {
"__metadata": {
"type": "Collection(Edm.Int32)"
},
"results": [
35,
36
]
},
"ID": 3,
"Modified": "2020-09-09T10:24:15Z",
"Created": "2020-09-09T10:24:15Z",
"AuthorId": 9,
"EditorId": 9,
"OData__UIVersionString": "1.0",
"Attachments": false,
"GUID": "93dd228b-7b34-4baa-99c5-ed62aa9d1324"
}
}
}

 

 

Now the data which I want to extract is users only O365 Test 1 and O365 Test 2.

I tried few options using parse JSON, but the output is coming same as from "send http request.."

 

Any idea how we can get the required information.

 

Thanks

Vkas

1 ACCEPTED SOLUTION

Accepted Solutions
Jcook
Most Valuable Professional
Most Valuable Professional

Hi @Vkas 

 

Okay so I think I have figured it out. The output has multiple values of the same name for example there is 2 values for Title, and 2 values for results. one is an array and the other is a string.

 

I have cleaned up the schema and removed the string versions of these values.

 

In my new solution, I only need to use 1 Parse JSON.

 

Please use this schema in the Parse JSON so we dont have multiple values for Title, and results.

 

{
    "type": "object",
    "properties": {
        "d": {
            "type": "object",
            "properties": {
                "__metadata": {
                    "type": "object",
                    "properties": {
                        "id": {
                            "type": "string"
                        },
                        "uri": {
                            "type": "string"
                        },
                        "etag": {
                            "type": "string"
                        },
                        "type": {
                            "type": "string"
                        }
                    }
                },
                "FirstUniqueAncestorSecurableObject": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "RoleAssignments": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "AttachmentFiles": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "ContentType": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "FieldValuesAsHtml": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "FieldValuesAsText": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "FieldValuesForEdit": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "File": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "Folder": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "ParentList": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "AssignedUsers": {
                    "type": "object",
                    "properties": {
                        "results": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "__metadata": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "type": "string"
                                            },
                                            "type": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "Title": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "__metadata",
                                    "Title"
                                ]
                            }
                        }
                    }
                },
                "FileSystemObjectType": {
                    "type": "integer"
                },
                "Id": {
                    "type": "integer"
                },
                "ContentTypeId": {
                    "type": "string"
                },
                "AssignedUsersId": {
                    "type": "object",
                    "properties": {
                        "__metadata": {
                            "type": "object",
                            "properties": {
                                "type": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "ID": {
                    "type": "integer"
                },
                "Modified": {
                    "type": "string"
                },
                "Created": {
                    "type": "string"
                },
                "AuthorId": {
                    "type": "integer"
                },
                "EditorId": {
                    "type": "integer"
                },
                "OData__UIVersionString": {
                    "type": "string"
                },
                "Attachments": {
                    "type": "boolean"
                },
                "GUID": {
                    "type": "string"
                }
            }
        }
    }
}

 

Jcook_0-1599711531988.png

 

If you encounter any errors, let me know

 


Did I answer your question? Mark my post as a solution!

If you like my post please hit the Thumbs Up


Proud to be a Flownaut!


Check out my blog for Power Automate tips,
tricks, and guides
FlowAltDelete





View solution in original post

14 REPLIES 14
Jcook
Most Valuable Professional
Most Valuable Professional

Hello @Vkas 

 

In your first Parse JSON action use this schema:

{
    "type": "object",
    "properties": {
        "statusCode": {
            "type": "integer"
        },
        "headers": {
            "type": "object",
            "properties": {
                "Transfer-Encoding": {
                    "type": "string"
                },
                "Vary": {
                    "type": "string"
                },
                "Persistent-Auth": {
                    "type": "string"
                },
                "X-SharePointHealthScore": {
                    "type": "string"
                },
                "SPClientServiceRequestDuration": {
                    "type": "string"
                },
                "SPRequestGuid": {
                    "type": "string"
                },
                "request-id": {
                    "type": "string"
                },
                "MicrosoftSharePointTeamServices": {
                    "type": "string"
                },
                "X-Content-Type-Options": {
                    "type": "string"
                },
                "X-MS-InvokeApp": {
                    "type": "string"
                },
                "Access-Control-Allow-Origin": {
                    "type": "string"
                },
                "Access-Control-Request-Headers": {
                    "type": "string"
                },
                "Access-Control-Request-Method": {
                    "type": "string"
                },
                "x-ms-request-id": {
                    "type": "string"
                },
                "Strict-Transport-Security": {
                    "type": "string"
                },
                "X-Frame-Options": {
                    "type": "string"
                },
                "Timing-Allow-Origin": {
                    "type": "string"
                },
                "x-ms-apihub-cached-response": {
                    "type": "string"
                },
                "Cache-Control": {
                    "type": "string"
                },
                "Date": {
                    "type": "string"
                },
                "ETag": {
                    "type": "string"
                },
                "Set-Cookie": {
                    "type": "string"
                },
                "X-AspNet-Version": {
                    "type": "string"
                },
                "X-Powered-By": {
                    "type": "string"
                },
                "Content-Type": {
                    "type": "string"
                },
                "Expires": {
                    "type": "string"
                },
                "Last-Modified": {
                    "type": "string"
                },
                "Content-Length": {
                    "type": "string"
                }
            }
        },
        "body": {
            "type": "object",
            "properties": {
                "d": {
                    "type": "object",
                    "properties": {
                        "__metadata": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "uri": {
                                    "type": "string"
                                },
                                "etag": {
                                    "type": "string"
                                },
                                "type": {
                                    "type": "string"
                                }
                            }
                        },
                        "FirstUniqueAncestorSecurableObject": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "RoleAssignments": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "AttachmentFiles": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "ContentType": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "FieldValuesAsHtml": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "FieldValuesAsText": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "FieldValuesForEdit": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "File": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "Folder": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "ParentList": {
                            "type": "object",
                            "properties": {
                                "__deferred": {
                                    "type": "object",
                                    "properties": {
                                        "uri": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        },
                        "AssignedUsers": {
                            "type": "object",
                            "properties": {
                                "results": {
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "__metadata": {
                                                "type": "object",
                                                "properties": {
                                                    "id": {
                                                        "type": "string"
                                                    },
                                                    "type": {
                                                        "type": "string"
                                                    }
                                                }
                                            },
                                            "Title": {
                                                "type": "string"
                                            }
                                        },
                                        "required": [
                                            "__metadata",
                                            "Title"
                                        ]
                                    }
                                }
                            }
                        },
                        "FileSystemObjectType": {
                            "type": "integer"
                        },
                        "Id": {
                            "type": "integer"
                        },
                        "ContentTypeId": {
                            "type": "string"
                        },
                        "Title": {
                            "type": "string"
                        },
                        "AssignedUsersId": {
                            "type": "object",
                            "properties": {
                                "__metadata": {
                                    "type": "object",
                                    "properties": {
                                        "type": {
                                            "type": "string"
                                        }
                                    }
                                },
                                "results": {
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                }
                            }
                        },
                        "ID": {
                            "type": "integer"
                        },
                        "Modified": {
                            "type": "string"
                        },
                        "Created": {
                            "type": "string"
                        },
                        "AuthorId": {
                            "type": "integer"
                        },
                        "EditorId": {
                            "type": "integer"
                        },
                        "OData__UIVersionString": {
                            "type": "string"
                        },
                        "Attachments": {
                            "type": "boolean"
                        },
                        "GUID": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}

 

Than add a second Parse JSON with the following values:

Content: AssignedUsers  (Dynamic Content from first Parse JSON)

Schema:

{
    "type": "object",
    "properties": {
        "results": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "__metadata": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "type": {
                                "type": "string"
                            }
                        }
                    },
                    "Title": {
                        "type": "string"
                    }
                },
                "required": [
                    "__metadata",
                    "Title"
                ]
            }
        }
    }
}

 

Use a Compose action and choose the dynamic content Title. This will put your compose inside an apply to each look because there is more than 1.

 

Here is my example:

Jcook_0-1599683802568.png

 

And here is the run:

loop 1,

Jcook_1-1599683901639.png

 

Loop2:

Jcook_2-1599683915217.png

 

 

 


Did I answer your question? Mark my post as a solution!

If you like my post please hit the Thumbs Up


Proud to be a Flownaut!


Check out my blog for Power Automate tips,
tricks, and guides
FlowAltDelete





 Hi @Jcook 

 

I tried the steps suggested by you but getting below error on Parse JSON 2

 

Vkas_0-1599695147536.png

 

Below are my flow steps:

Vkas_1-1599695214716.png

 

Vkas_2-1599695235821.png

 

Below is the result from first Parse JSON

{
"body": {
"d": {
"__metadata": {
"id": "Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)",
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)",
"etag": "\"1\"",
"type": "SP.Data.MyList2ListItem"
},
"FirstUniqueAncestorSecurableObject": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FirstUniqueAncestorSecurableObject"
}
},
"RoleAssignments": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/RoleAssignments"
}
},
"AttachmentFiles": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/AttachmentFiles"
}
},
"ContentType": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/ContentType"
}
},
"FieldValuesAsHtml": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesAsHtml"
}
},
"FieldValuesAsText": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesAsText"
}
},
"FieldValuesForEdit": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesForEdit"
}
},
"File": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/File"
}
},
"Folder": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/Folder"
}
},
"ParentList": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/ParentList"
}
},
"AssignedUsers": {
"results": [
{
"__metadata": {
"id": "ce7c65b1-e7c7-4afa-839f-0d3aa82f1af7",
"type": "SP.Data.UserInfoItem"
},
"Title": "O365 Test 1"
},
{
"__metadata": {
"id": "0232e9b9-4ee9-4936-ab0d-346649574f95",
"type": "SP.Data.UserInfoItem"
},
"Title": "O365 Test 2"
}
]
},
"FileSystemObjectType": 0,
"Id": 3,
"ContentTypeId": "0x0100914647D9908C82468F42F1DFBFD09FF4",
"Title": "testItem",
"AssignedUsersId": {
"__metadata": {
"type": "Collection(Edm.Int32)"
},
"results": [
35,
36
]
},
"ID": 3,
"Modified": "2020-09-09T10:24:15Z",
"Created": "2020-09-09T10:24:15Z",
"AuthorId": 9,
"EditorId": 9,
"OData__UIVersionString": "1.0",
"Attachments": false,
"GUID": "93dd228b-7b34-4baa-99c5-ed62aa9d1324"
}
}
}

 

Am I missing something?

 

Thanks

Vkas

Jcook
Most Valuable Professional
Most Valuable Professional

Hi @Vkas 

 

Change your First Parse JSON actions schema to this:

{
  "type": "object",
  "properties": {
    "body": {
      "type": "object",
      "properties": {
        "d": {
          "type": "object",
          "properties": {
            "__metadata": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string"
                },
                "uri": {
                  "type": "string"
                },
                "etag": {
                  "type": "string"
                },
                "type": {
                  "type": "string"
                }
              }
            },
            "FirstUniqueAncestorSecurableObject": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "RoleAssignments": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "AttachmentFiles": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "ContentType": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "FieldValuesAsHtml": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "FieldValuesAsText": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "FieldValuesForEdit": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "File": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "Folder": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "ParentList": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "AssignedUsers": {
              "type": "object",
              "properties": {
                "results": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "__metadata": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      },
                      "Title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "__metadata",
                      "Title"
                    ]
                  }
                }
              }
            },
            "FileSystemObjectType": {
              "type": "integer"
            },
            "Id": {
              "type": "integer"
            },
            "ContentTypeId": {
              "type": "string"
            },
            "Title": {
              "type": "string"
            },
            "AssignedUsersId": {
              "type": "object",
              "properties": {
                "__metadata": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "results": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                }
              }
            },
            "ID": {
              "type": "integer"
            },
            "Modified": {
              "type": "string"
            },
            "Created": {
              "type": "string"
            },
            "AuthorId": {
              "type": "integer"
            },
            "EditorId": {
              "type": "integer"
            },
            "OData__UIVersionString": {
              "type": "string"
            },
            "Attachments": {
              "type": "boolean"
            },
            "GUID": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}

 

For the future, to generate a schema all you need to do is pass in sample JSON into the Parse JSON using the Generate from sample button, This is what I just did with the JSON message you sent.

 

 

Let me know if the above Schema does not work.


Did I answer your question? Mark my post as a solution!

If you like my post please hit the Thumbs Up


Proud to be a Flownaut!


Check out my blog for Power Automate tips,
tricks, and guides
FlowAltDelete





Hi @Jcook 

 

I tried from both directly pasting the JSON to action and by generating JSON but still the same result.

Even with the new schema, it is giving same error. Just fyi, this is my on-prem site.

Below is complete structure:

List item:

Vkas_0-1599706183308.png

 

Workflow:

Vkas_1-1599706226277.png

 

Action details:

Vkas_2-1599706308006.png

Vkas_3-1599706353924.png

Run Output:

Vkas_4-1599706417772.png

 

The latest output from Parse JSON action (Sorry I replaces the web application with XXXXXX): 

{
"body": {
"d": {
"__metadata": {
"id": "Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)",
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)",
"etag": "\"1\"",
"type": "SP.Data.MyList2ListItem"
},
"FirstUniqueAncestorSecurableObject": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FirstUniqueAncestorSecurableObject"
}
},
"RoleAssignments": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/RoleAssignments"
}
},
"AttachmentFiles": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/AttachmentFiles"
}
},
"ContentType": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/ContentType"
}
},
"FieldValuesAsHtml": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesAsHtml"
}
},
"FieldValuesAsText": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesAsText"
}
},
"FieldValuesForEdit": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesForEdit"
}
},
"File": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/File"
}
},
"Folder": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/Folder"
}
},
"ParentList": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/ParentList"
}
},
"AssignedUsers": {
"results": [
{
"__metadata": {
"id": "87ac5508-8e85-4860-bf42-e8dee8d61fdf",
"type": "SP.Data.UserInfoItem"
},
"Title": "O365 Test 1"
},
{
"__metadata": {
"id": "23d5e8a5-3235-47bc-bf93-e7ed7d7b37ab",
"type": "SP.Data.UserInfoItem"
},
"Title": "O365 Test 2"
}
]
},
"FileSystemObjectType": 0,
"Id": 3,
"ContentTypeId": "0x0100914647D9908C82468F42F1DFBFD09FF4",
"Title": "testItem",
"AssignedUsersId": {
"__metadata": {
"type": "Collection(Edm.Int32)"
},
"results": [
35,
36
]
},
"ID": 3,
"Modified": "2020-09-09T10:24:15Z",
"Created": "2020-09-09T10:24:15Z",
"AuthorId": 9,
"EditorId": 9,
"OData__UIVersionString": "1.0",
"Attachments": false,
"GUID": "93dd228b-7b34-4baa-99c5-ed62aa9d1324"
}
}
}

 

I hope I am not missing anything. Let me know if any specific information you required.

 

Thanks,

Vkas

Jcook
Most Valuable Professional
Most Valuable Professional

Hi @Vkas 

 

So my Parse JSON 2 schema is:

{
  "type": "object",
  "properties": {
    "body": {
      "type": "object",
      "properties": {
        "d": {
          "type": "object",
          "properties": {
            "__metadata": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string"
                },
                "uri": {
                  "type": "string"
                },
                "etag": {
                  "type": "string"
                },
                "type": {
                  "type": "string"
                }
              }
            },
            "FirstUniqueAncestorSecurableObject": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "RoleAssignments": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "AttachmentFiles": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "ContentType": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "FieldValuesAsHtml": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "FieldValuesAsText": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "FieldValuesForEdit": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "File": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "Folder": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "ParentList": {
              "type": "object",
              "properties": {
                "__deferred": {
                  "type": "object",
                  "properties": {
                    "uri": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "AssignedUsers": {
              "type": "object",
              "properties": {
                "results": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "__metadata": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      },
                      "Title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "__metadata",
                      "Title"
                    ]
                  }
                }
              }
            },
            "FileSystemObjectType": {
              "type": "integer"
            },
            "Id": {
              "type": "integer"
            },
            "ContentTypeId": {
              "type": "string"
            },
            "Title": {
              "type": "string"
            },
            "AssignedUsersId": {
              "type": "object",
              "properties": {
                "__metadata": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "results": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                }
              }
            },
            "ID": {
              "type": "integer"
            },
            "Modified": {
              "type": "string"
            },
            "Created": {
              "type": "string"
            },
            "AuthorId": {
              "type": "integer"
            },
            "EditorId": {
              "type": "integer"
            },
            "OData__UIVersionString": {
              "type": "string"
            },
            "Attachments": {
              "type": "boolean"
            },
            "GUID": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}

 

This works for me, and I am building my Flow based on the JSON messages you're giving me.

 

If the above still does not work. Please give me the exact JSON body from your flow run for your HTTP request to SharePoint action.

 

Thanks


Did I answer your question? Mark my post as a solution!

If you like my post please hit the Thumbs Up


Proud to be a Flownaut!


Check out my blog for Power Automate tips,
tricks, and guides
FlowAltDelete





Hi @Jcook 

 

It still failed:

Vkas_0-1599708762991.png

 

Below is the input in "Send http request" action:

 

{
"host": {
"apiId": "subscriptions/c44298d0-c055-4569-9fb2-6ab8693eb98a/providers/Microsoft.Web/locations/australiasoutheast/runtimes/Australia-001/apis/sharepointonline",
"connectionReferenceName": "shared_sharepointonline",
"operationId": "HttpRequest"
},
"parameters": {
"dataset": "http://xxxxxx/sites/mstest",
"parameters/method": "GET",
"parameters/uri": "_api/web/lists/GetByTitle('MyList2')/items(3)?$select=*,AssignedUsers/Title&$expand=AssignedUsers",
"parameters/headers": {
"Accept": "application/json;odata=verbose"
}
}
}

 

The body output from "send http request.." action. 

 

{
"d": {
"__metadata": {
"id": "Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)",
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)",
"etag": "\"1\"",
"type": "SP.Data.MyList2ListItem"
},
"FirstUniqueAncestorSecurableObject": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FirstUniqueAncestorSecurableObject"
}
},
"RoleAssignments": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/RoleAssignments"
}
},
"AttachmentFiles": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/AttachmentFiles"
}
},
"ContentType": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/ContentType"
}
},
"FieldValuesAsHtml": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesAsHtml"
}
},
"FieldValuesAsText": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesAsText"
}
},
"FieldValuesForEdit": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/FieldValuesForEdit"
}
},
"File": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/File"
}
},
"Folder": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/Folder"
}
},
"ParentList": {
"__deferred": {
"uri": "http://xxxxxx/sites/mstest/_api/Web/Lists(guid'e62ca59e-7dce-4291-9b83-770511584888')/Items(3)/ParentList"
}
},
"AssignedUsers": {
"results": [
{
"__metadata": {
"id": "c2bd520a-b095-4a44-9517-b4dd2aba3e02",
"type": "SP.Data.UserInfoItem"
},
"Title": "O365 Test 1"
},
{
"__metadata": {
"id": "b1ccd202-fc68-4a98-bcb5-37cf07fb600c",
"type": "SP.Data.UserInfoItem"
},
"Title": "O365 Test 2"
}
]
},
"FileSystemObjectType": 0,
"Id": 3,
"ContentTypeId": "0x0100914647D9908C82468F42F1DFBFD09FF4",
"Title": "testItem",
"AssignedUsersId": {
"__metadata": {
"type": "Collection(Edm.Int32)"
},
"results": [
35,
36
]
},
"ID": 3,
"Modified": "2020-09-09T10:24:15Z",
"Created": "2020-09-09T10:24:15Z",
"AuthorId": 9,
"EditorId": 9,
"OData__UIVersionString": "1.0",
"Attachments": false,
"GUID": "93dd228b-7b34-4baa-99c5-ed62aa9d1324"
}
}

 

Send http request action:

Vkas_1-1599709272738.png

 

Jcook
Most Valuable Professional
Most Valuable Professional

Hi @Vkas 

 

Okay so I think I have figured it out. The output has multiple values of the same name for example there is 2 values for Title, and 2 values for results. one is an array and the other is a string.

 

I have cleaned up the schema and removed the string versions of these values.

 

In my new solution, I only need to use 1 Parse JSON.

 

Please use this schema in the Parse JSON so we dont have multiple values for Title, and results.

 

{
    "type": "object",
    "properties": {
        "d": {
            "type": "object",
            "properties": {
                "__metadata": {
                    "type": "object",
                    "properties": {
                        "id": {
                            "type": "string"
                        },
                        "uri": {
                            "type": "string"
                        },
                        "etag": {
                            "type": "string"
                        },
                        "type": {
                            "type": "string"
                        }
                    }
                },
                "FirstUniqueAncestorSecurableObject": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "RoleAssignments": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "AttachmentFiles": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "ContentType": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "FieldValuesAsHtml": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "FieldValuesAsText": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "FieldValuesForEdit": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "File": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "Folder": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "ParentList": {
                    "type": "object",
                    "properties": {
                        "__deferred": {
                            "type": "object",
                            "properties": {
                                "uri": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "AssignedUsers": {
                    "type": "object",
                    "properties": {
                        "results": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "__metadata": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "type": "string"
                                            },
                                            "type": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "Title": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "__metadata",
                                    "Title"
                                ]
                            }
                        }
                    }
                },
                "FileSystemObjectType": {
                    "type": "integer"
                },
                "Id": {
                    "type": "integer"
                },
                "ContentTypeId": {
                    "type": "string"
                },
                "AssignedUsersId": {
                    "type": "object",
                    "properties": {
                        "__metadata": {
                            "type": "object",
                            "properties": {
                                "type": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                },
                "ID": {
                    "type": "integer"
                },
                "Modified": {
                    "type": "string"
                },
                "Created": {
                    "type": "string"
                },
                "AuthorId": {
                    "type": "integer"
                },
                "EditorId": {
                    "type": "integer"
                },
                "OData__UIVersionString": {
                    "type": "string"
                },
                "Attachments": {
                    "type": "boolean"
                },
                "GUID": {
                    "type": "string"
                }
            }
        }
    }
}

 

Jcook_0-1599711531988.png

 

If you encounter any errors, let me know

 


Did I answer your question? Mark my post as a solution!

If you like my post please hit the Thumbs Up


Proud to be a Flownaut!


Check out my blog for Power Automate tips,
tricks, and guides
FlowAltDelete





Hi @Jcook ,

 

Yes it worked this time.

While testing and selecting "results" value, I have one doubt.

what if we will have multiple fields with collections like choice field with multiple selection and the multiple users selection (which we used earlier)

In that case how we can select the results from different fields from same schema.

Do we need to user separate send http request to sharepoint for both fields?

 

Thanks,

Vikas 

Jcook
Most Valuable Professional
Most Valuable Professional

Hi @Vkas 

 

This does work for multiple users, hence why we have a Apply to each loop.

 

If you meant something else please try and explain further.

 

Thanks


Did I answer your question? Mark my post as a solution!

If you like my post please hit the Thumbs Up


Proud to be a Flownaut!


Check out my blog for Power Automate tips,
tricks, and guides
FlowAltDelete





Hi @Jcook 

 

 

This is what I did with my test item. I created two more fields in the list one choice field (with multiple choice) another lookup field (again with multiple values). Below is an example:

 
 
 

Listitem.PNG

 

I modified schema for TestLookup field and I can get the results same like Assigned users. Now the normal choice field is only giving below output in "send to http request" action:

  "ChoiceColumn": {
                "__metadata": {
                    "type""Collection(Edm.String)"
                },
                "results": [
                    "Choice1",
                    "Choice2",
                    "Choice3"
                ]

 

 

I am using below api for this:

_api/web/lists/GetByTitle('MyList2')/items(5)?$select=*,TestLookup/Title,AssignedUsers/Title,ChoiceColumn/Value&$expand=TestLookup,AssignedUsers

 

The action in running successfully with above output for ChoiceColumn.

Do we need to update our api or schema/ or both?

Jcook
Most Valuable Professional
Most Valuable Professional

Hello @Vkas 

 

I am still confused in what you're asking.

 

You can use the outputs from your HTTP request action and generate sample schema in Parse JSON. Just make sure you select the correct value in dynamic content when trying to reference anything.

 

For context the error you were receiving before. Is saying the value was null. 


Did I answer your question? Mark my post as a solution!

If you like my post please hit the Thumbs Up


Proud to be a Flownaut!


Check out my blog for Power Automate tips,
tricks, and guides
FlowAltDelete





Hi @Jcook 

Never mind, I will check this later.

For now we are able to fetch multiple users information (which was my actual requirement)

Thanks for all your help. I will accept your last message (which worked for me) as solution for this question.

 

Flownaut @Jcook, a big THANKS to you.

😊

 

Thanks Vkas

 

Hi @Jcook 
I have the similar requirement. I want to get the ids of users where I can see the output is in below format from parse json

},

            "NotifiersStringId": {

                "__metadata": {

                    "type""Collection(Edm.String)"

                },

                "results": [

                    "13",

                    "38"

                ]

            },

            "Confidential"false,

Below is my json schema:

{

    "type""object",

    "properties": {

        "d": {

            "type""object",

            "properties": {

                "__metadata": {

                    "type""object",

                    "properties": {

                        "id": {

                            "type""string"

                        },

                        "uri": {

                            "type""string"

                        },

                        "etag": {

                            "type""string"

                        },

                        "type": {

                            "type""string"

                        }

                    }

                },

                "FirstUniqueAncestorSecurableObject": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "RoleAssignments": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "AttachmentFiles": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "ContentType": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "GetDlpPolicyTip": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "FieldValuesAsHtml": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "FieldValuesAsText": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "FieldValuesForEdit": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "File": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "Folder": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "LikedByInformation": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "ParentList": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "Properties": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "Versions": {

                    "type""object",

                    "properties": {

                        "__deferred": {

                            "type""object",

                            "properties": {

                                "uri": {

                                    "type""string"

                                }

                            }

                        }

                    }

                },

                "FileSystemObjectType": {

                    "type""integer"

                },

                "Id": {

                    "type""integer"

                },

                "ServerRedirectedEmbedUri": {},

                "ServerRedirectedEmbedUrl": {

                    "type""string"

                },

                "ContentTypeId": {

                    "type""string"

                },

                "Title": {

                    "type""string"

                },

                "ComplianceAssetId": {},

                "DeliverableID": {},

                "DV_ID": {},

                "DeliverableVersion": {},

                "VersionDescription": {},

                "BaseDeliverableVersion": {},

                "NotifiersId": {

                    "type""object",

                    "properties": {

                        "__metadata": {

                            "type""object",

                            "properties": {

                                "type": {

                                    "type""string"

                                }

                            }

                        },

                        "results": {

                            "type""array",

                            "items": {

                                "type""integer"

                            }

                        }

                    }

                },

                "NotifiersStringId": {

                    "type""object",

                    "properties": {

                        "__metadata": {

                            "type""object",

                            "properties": {

                                "type": {

                                    "type""string"

                                }

                            }

                        },

                        "results": {

                            "type""array",

                            "items": {

                                "type""string"

                            }

                        }

                    }

                },

                "Confidential": {

                    "type""boolean"

                },

                "ConfidentialAudienceId": {},

                "ConfidentialAudienceStringId": {},

                "Notified": {},

                "DV_Item_ID": {},

                "DV_List_ID": {},

                "BasedDV_Item_ID": {},

                "BasedDV_List_ID": {},

                "RT_List_ID": {},

                "IsLatest": {},

                "Status": {},

                "ReviewType": {},

                "ApprovalType": {},

                "EntityType": {},

                "ProjectId": {},

                "DepartmentId": {},

                "ReviewersId": {},

                "ReviewersStringId": {},

                "ID": {

                    "type""integer"

                },

                "Modified": {

                    "type""string"

                },

                "Created": {

                    "type""string"

                },

                "AuthorId": {

                    "type""integer"

                },

                "EditorId": {

                    "type""integer"

                },

                "OData__UIVersionString": {

                    "type""string"

                },

                "Attachments": {

                    "type""boolean"

                },

                "GUID": {

                    "type""string"

                }

            }

        }

    }

}

Here I am getting user ids in the results. So while am trying to use results in the formula its taking as below So how can I pass those ids to below query in proper format so that I can remove the permissions of that users and add read access to those ids.
Capture.PNG
Can you help me how to achieve this so that I can select those ids in this formula.

 

MihirL
Regular Visitor

i used the same logic where is says result from parse json is null

MihirL_0-1709211013884.png

 

Helpful resources

Announcements

Exclusive LIVE Community Event: Power Apps Copilot Coffee Chat with Copilot Studio Product Team

It's time for the SECOND Power Apps Copilot Coffee Chat featuring the Copilot Studio product team, which will be held LIVE on April 3, 2024 at 9:30 AM Pacific Daylight Time (PDT).     This is an incredible opportunity to connect with members of the Copilot Studio product team and ask them anything about Copilot Studio. We'll share our special guests with you shortly--but we want to encourage to mark your calendars now because you will not want to miss the conversation.   This live event will give you the unique opportunity to learn more about Copilot Studio plans, where we’ll focus, and get insight into upcoming features. We’re looking forward to hearing from the community, so bring your questions!   TO GET ACCESS TO THIS EXCLUSIVE AMA: Kudo this post to reserve your spot! Reserve your spot now by kudoing this post.  Reservations will be prioritized on when your kudo for the post comes through, so don't wait! Click that "kudo button" today.   Invitations will be sent on April 2nd.Users posting Kudos after April 2nd at 9AM PDT may not receive an invitation but will be able to view the session online after conclusion of the event. Give your "kudo" today and mark your calendars for April 3, 2024 at 9:30 AM PDT and join us for an engaging and informative session!

Tuesday Tip: Unlocking Community Achievements and Earning Badges

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!     THIS WEEK'S TIP: Unlocking Achievements and Earning BadgesAcross the Communities, you'll see badges on users profile that recognize and reward their engagement and contributions. These badges each signify a different achievement--and all of those achievements are available to any Community member! If you're a seasoned pro or just getting started, you too can earn badges for the great work you do. Check out some details on Community badges below--and find out more in the detailed link at the end of the article!       A Diverse Range of Badges to Collect The badges you can earn in the Community cover a wide array of activities, including: Kudos Received: Acknowledges the number of times a user’s post has been appreciated with a “Kudo.”Kudos Given: Highlights the user’s generosity in recognizing others’ contributions.Topics Created: Tracks the number of discussions initiated by a user.Solutions Provided: Celebrates the instances where a user’s response is marked as the correct solution.Reply: Counts the number of times a user has engaged with community discussions.Blog Contributor: Honors those who contribute valuable content and are invited to write for the community blog.       A Community Evolving Together Badges are not only a great way to recognize outstanding contributions of our amazing Community members--they are also a way to continue fostering a collaborative and supportive environment. As you continue to share your knowledge and assist each other these badges serve as a visual representation of your valuable contributions.   Find out more about badges in these Community Support pages in each Community: All About Community Badges - Power Apps CommunityAll About Community Badges - Power Automate CommunityAll About Community Badges - Copilot Studio CommunityAll About Community Badges - Power Pages Community

Tuesday Tips: Powering Up Your Community Profile

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!   This Week's Tip: Power Up Your Profile!  🚀 It's where every Community member gets their start, and it's essential that you keep it updated! Your Community User Profile is how you're able to get messages, post solutions, ask questions--and as you rank up, it's where your badges will appear and how you'll be known when you start blogging in the Community Blog. Your Community User Profile is how the Community knows you--so it's essential that it works the way you need it to! From changing your username to updating contact information, this Knowledge Base Article is your best resource for powering up your profile.     Password Puzzles? No Problem! Find out how to sync your Azure AD password with your community account, ensuring a seamless sign-in. No separate passwords to remember! Job Jumps & Email Swaps Changed jobs? Got a new email? Fear not! You'll find out how to link your shiny new email to your existing community account, keeping your contributions and connections intact. Username Uncertainties Unraveled Picking the perfect username is crucial--and sometimes the original choice you signed up with doesn't fit as well as you may have thought. There's a quick way to request an update here--but remember, your username is your community identity, so choose wisely. "Need Admin Approval" Warning Window? If you see this error message while using the community, don't worry. A simple process will help you get where you need to go. If you still need assistance, find out how to contact your Community Support team. Whatever you're looking for, when it comes to your profile, the Community Account Support Knowledge Base article is your treasure trove of tips as you navigate the nuances of your Community Profile. It’s the ultimate resource for keeping your digital identity in tip-top shape while engaging with the Power Platform Community. So, dive in and power up your profile today!  💪🚀   Community Account Support | Power Apps Community Account Support | Power AutomateCommunity Account Support | Copilot Studio  Community Account Support | Power Pages

Super User of the Month | Chris Piasecki

In our 2nd installment of this new ongoing feature in the Community, we're thrilled to announce that Chris Piasecki is our Super User of the Month for March 2024. If you've been in the Community for a while, we're sure you've seen a comment or marked one of Chris' helpful tips as a solution--he's been a Super User for SEVEN consecutive seasons!   Since authoring his first reply in April 2020 to his most recent achievement organizing the Canadian Power Platform Summit this month, Chris has helped countless Community members with his insights and expertise. In addition to being a Super User, Chris is also a User Group leader, Microsoft MVP, and a featured speaker at the Microsoft Power Platform Conference. His contributions to the new SUIT program, along with his joyous personality and willingness to jump in and help so many members has made Chris a fixture in the Power Platform Community.   When Chris isn't authoring solutions or organizing events, he's actively leading Piasecki Consulting, specializing in solution architecture, integration, DevOps, and more--helping clients discover how to strategize and implement Microsoft's technology platforms. We are grateful for Chris' insightful help in the Community and look forward to even more amazing milestones as he continues to assist so many with his great tips, solutions--always with a smile and a great sense of humor.You can find Chris in the Community and on LinkedIn. Thanks for being such a SUPER user, Chris! 💪 🌠  

Tuesday Tips: Community Ranks and YOU

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!This Week: Community Ranks--Moving from "Member" to "Community Champion"   Have you ever wondered how your fellow community members ascend the ranks within our community? What sets apart an Advocate from a Helper, or a Solution Sage from a Community Champion? In today’s #TuesdayTip, we’re unveiling the secrets and sharing tips to help YOU elevate your ranking—and why it matters to our vibrant communities. Community ranks serve as a window into a member’s role and activity. They celebrate your accomplishments and reveal whether someone has been actively contributing and assisting others. For instance, a Super User is someone who has been exceptionally helpful and engaged. Some ranks even come with special permissions, especially those related to community management. As you actively participate—whether by creating new topics, providing solutions, or earning kudos—your rank can climb. Each time you achieve a new rank, you’ll receive an email notification. Look out for the icon and rank name displayed next to your username—it’s a badge of honor! Fun fact: Your Community Engagement Team keeps an eye on these ranks, recognizing the most passionate and active community members. So shine brightly with valuable content, and you might just earn well-deserved recognition! Where can you see someone’s rank? When viewing a post, you’ll find a member’s rank to the left of their name.Click on a username to explore their profile, where their rank is prominently displayed. What about the ranks themselves? New members start as New Members, progressing to Regular Visitors, and then Frequent Visitors.Beyond that, we have a categorized system: Kudo Ranks: Earned through kudos (teal icons).Post Ranks: Based on your posts (purple icons).Solution Ranks: Reflecting your solutions (green icons).Combo Ranks: These orange icons combine kudos, solutions, and posts. The top ranks have unique names, making your journey even more exciting! So dive in, collect those kudos, share solutions, and let’s see how high you can rank!  🌟 🚀   Check out the Using the Community boards in each of the communities for more helpful information!  Power Apps, Power Automate, Copilot Studio & Power Pages

Find Out What Makes Super Users So Super

We know many of you visit the Power Platform Communities to ask questions and receive answers. But do you know that many of our best answers and solutions come from Community members who are super active, helping anyone who needs a little help getting unstuck with Business Applications products? We call these dedicated Community members Super Users because they are the real heroes in the Community, willing to jump in whenever they can to help! Maybe you've encountered them yourself and they've solved some of your biggest questions. Have you ever wondered, "Why?"We interviewed several of our Super Users to understand what drives them to help in the Community--and discover the difference it has made in their lives as well! Take a look in our gallery today: What Motivates a Super User? - Power Platform Community (microsoft.com)

Users online (4,633)