web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : I5iLZcpI77O99mtui+CAAb
Power Automate - Building Flows
Unanswered

Error Parsing JSON Light feeds or entries in requests without entity set is not supported.

Like (0) ShareShare
ReportReport
Posted on 24 Jan 2024 12:24:44 by 41

 

https://www.youtube.com/watch?v=UD5piH5Bd20

 

Hello,

 

am writing simple power automate flow to pass JSON to hide lists in SP, it is from YT, but I am having this error in the code 

 

Parsing JSON Light feeds or entries in requests without entity set is not supported. Pass in the entity set as a parameter to ODataMessageReader.CreateODataEntryReader or ODataMessageReader.CreateODataFeedReader method.
clientRequestId: 832b9be0-700b-4cf5-acd2-cd7754077380

 

 

Error:

{
  "status"400,
  "message""Parsing JSON Light feeds or entries in requests without entity set is not supported. Pass in the entity set as a parameter to ODataMessageReader.CreateODataEntryReader or ODataMessageReader.CreateODataFeedReader method.\r\nclientRequestId: 832b9be0-700b-4cf5-acd2-cd7754077380\r\nserviceRequestId: 1ad904a1-a087-e000-38b7-6fb9fba7ed9b",
  "errors": [
    "-1",
    "Microsoft.Data.OData.ODataException"
  ]
}

 

 

The code is 

 

JakubN_0-1706098636276.png

 

 "inputs": {
        "host": {
            "connectionName""shared_sharepointonline",
            "operationId""HttpRequest",
            "apiId""/providers/Microsoft.PowerApps/apis/shared_sharepointonline"
        },
        "parameters": {
            "dataset""https://hp.sharepoint.com/XXXXXXXX",
            "parameters/method""PATCH",
            "parameters/uri""/_api/web/lists/getByTitle('SOX 20128 â€“ Dissapear')",
            "parameters/headers": {
                "X-HTTP-Method""MERGE",
                "Accept""application/json;odata=verbose",
                "Content-Type""application/json;data=verbose",
                "IF-MATCH""*"
            },
            "parameters/body""{'__metadata':\n{'type':'SP.list'},\n'Hidden': true,\n'NoCrawl': true\n} "
        },
        "authentication": {
            "type""Raw",
            "value""@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']"
        }
    },
    "metadata": {
        "operationMetadataId""d35dddc9-a850-40ad-a278-02595f8962dd"
    }
}


serviceRequestId: 1ad904a1-a087-e000-38b7-6fb9fba7ed9b

 

 

Do you know how to input the OData and where to find it?

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 655 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 371 Moderator

#3
chiaraalina Profile Picture

chiaraalina 276

Last 30 days Overall leaderboard
Loading complete