Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

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

(0) ShareShare
ReportReport
Posted on 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?

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1