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
Frequent Visitor

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

MihirL_0-1709211013884.png

 

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages