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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / The data include "", J...
Power Automate
Answered

The data include "", Json can't read it

(0) ShareShare
ReportReport
Posted on by 164

Hi Everyone,

 

When my data content includes "", for example below character:

"17":"A & M(C/K) \" SEE KB IN FORWARD \" SET 8 SS TO AB 1213145KK. SU"

Use it into the connector "apply to each": 

@{items('Apply_to_each')?['17']}

 

The error message display:

"error": {
"code": "BadRequest",
"message": "Unable to read JSON request payload. Please ensure Content-Type header is set and payload is of valid JSON format."

}

 

Do you have any idea to fixed it?

Regards,

ilu989

 

 

Categories:
I have the same question (0)
  • Verified answer
    yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hey @ilu989 

     

    Have you tried using parse json for this? 

     

    ww3.PNG

     

    ww4.PNG

     

    Schema: 

    Spoiler (Highlight to read)
    {
    "type": "array",
    "items": {
    "type": "object",
    "properties": {
    "17": {
    "type": "string"
    }
    },
    "required": [
    "17"
    ]
    }
    }
    { "type": "array", "items": { "type": "object", "properties": { "17": { "type": "string" } }, "required": [ "17" ] } }

     

    I just tested it on my side and it works as expected. 

     

    Hope this Helps!

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 233

#2
David_MA Profile Picture

David_MA 217 Super User 2026 Season 1

#3
Valantis Profile Picture

Valantis 190

Last 30 days Overall leaderboard