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 / Error Power Automate Flow
Power Automate
Suggested Answer

Error Power Automate Flow

(1) ShareShare
ReportReport
Posted on by 2
Hello Power Users

Unable to process template language expressions in action 'Parse_JSON' inputs at line '0' and column '0': 'Required property 'content' expects a value but got null. Path ''.'.

Even thought I had used "null",giving me the same error . Please help me on this issue 
 
Categories:
I have the same question (0)
  • DJ_Jamba Profile Picture
    2,837 Moderator on at
    The problem is that you've initialised the FIleName variable, but it's empty when you pass that variable to your Parse JSON action.
    Additionally, you need to pass a variable of type Object to the Parse JSON function and not a variable of type String.

    The object to pass to the Parse JSON action needs to look something like this
     
    {
    	"properties": {
    		"scheduled_reports[queue_desc]": "A string"
    	}
    }

    OR
     
    {
        "properties": {
            "scheduled_reports[queue_desc]": variables('FileName')
        }
    }
     
  • CU27030508-0 Profile Picture
    2 on at
    Hello @DJ_Jamba,
     
    Thank You for your reply . I am a newbee to this Power Automate and trying to learn rectify the issue . below is my flow . Can you please help me in detail what I should be doing here ?

  • Suggested answer
    w.p Profile Picture
    8,345 Super User 2026 Season 1 on at

    Have you tried adding a condition to check if the FileName is empty?

  • developerAJ Profile Picture
    4,763 on at

    I would recommend avoiding the use of ParseJSON. You can use it initially to select the values, but after that, replace the ParseJSON body with the actual values to prevent such errors.

     

    In this case, there might be a required property in the JSON. Try removing this property from required property array in parse json to resolve the issue.

  • Suggested answer
    John39 Profile Picture
    3 on at
    I have also encountered this problem when using Parse JSON.
    I solved it by removing the type property entirely so that it doesn't return an error if it is null.
    
    	"properties": {
    		"scheduled_reports[queue_desc]": {}
        }
     
     
    However it may not be the best solution. If your variable is just a text string then there would be no need to use Parse JSON unless you are trying to extract a filename from an unmapped object, if that is what you are trying then the Content field of the Parse JSON action should be the JSON object and not the variable unless the variable is initialised with the correct object in its Value field. Did you use the actual JSON object to generate that schema?

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 816

#2
Valantis Profile Picture

Valantis 603

#3
Haque Profile Picture

Haque 566

Last 30 days Overall leaderboard