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 / Set Values is Null and...
Power Automate
Unanswered

Set Values is Null and set to json Value

(0) ShareShare
ReportReport
Posted on by 2

I have a Initialize a for the mediaEditLink, is does not set set to the value in the JSON?

@body('Parse_Get_extensionUpload')?['extensionContent@odata.mediaEditLink']"

twbook_0-1664912889120.png

 

Categories:
I have the same question (0)
  • SudeepGhatakNZ Profile Picture
    14,394 Most Valuable Professional on at

    I think the expression is not well formed.

    Did you write the expression yourself or select the field from the dynamic field selector?

    If you share the schema and content, I can try at my end.

  • twbook Profile Picture
    2 on at

    Selected the field from the dynamics filed selector

     

    {
      "value": [
        {
          "@odata.etag""W/\"JzE5OzYwMjY4NzkwNzg0MDM5ODAwMzYxOzAwOyc=\"",
          "systemId""69d11294-5443-ed11-946f-0022482856e5",
          "schedule""Current_x0020_version",
        }
      ]
    }

     

    {
        "type""object",
        "properties": {
            "@@odata.context": {
                "type""string"
            },
            "@@odata.etag": {
                "type""string"
            },
            "systemId": {
                "type""string"
            },
            "schedule": {
                "type""string"
            },
            "extensionContent@odata.mediaEditLink": {
                "type""string"
            },
            "extensionContent@odata.mediaReadLink": {
                "type""string"
            }
        }
    }
  • SudeepGhatakNZ Profile Picture
    14,394 Most Valuable Professional on at

    Your schema doesn't match the Data,

     

    Try this schema.

     

    {
      "type""object",
      "properties": {
        "value": {
          "type""array",
          "items": {
            "type""object",
            "properties": {
              "systemId": {
                "type""string"
              },
              "schedule": {
                "type""string"
              },
              "extensionContent@odata.mediaEditLink": {
                "type""string"
              },
              "extensionContent@odata.mediaReadLink": {
                "type""string"
              },
              "@odata.etag": {
                "type""string"
              }
            },
            "required": [
              "@odata.etag",
              "systemId",
              "schedule",
              "extensionContent@odata.mediaEditLink",
              "extensionContent@odata.mediaReadLink"
            ]
          }
        },
        "@odata.context": {
          "type""string"
        }
      }
    }
     The apply to each loop is there because you are supplying it with an array
    SudeepGhatakNZ_0-1665007298724.png

     

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard