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 / How to check if the Pa...
Power Automate
Unanswered

How to check if the Parse JSON retrurn an object or an array?

(0) ShareShare
ReportReport
Posted on by 1,946 Season of Giving Solutions 2025
I am working with an external API, and if the result contain one items it return it as object, if multiple items it return it as an array. so how i can check if the return is of type object and to convert it to an array of single item? so i can pass it to Filter Array action
Categories:
I have the same question (1)
  • Ellis Karim Profile Picture
    12,062 Super User 2026 Season 1 on at
     
    Try the following:
     
    Use the array function to convert the response to an array:
    array(variables('response'))
    
    A single object:
    {
      "Name": "Ellis"
    }
    
    should get returned as an array:
    [
      {
        "Name": "Ellis"
      }
    ]
    And an array:
    [
      {
        "Name": "Karim"
      }
    ]
    should simply be returned as the array:
    [
      {
        "Name": "Karim"
      }
    ]
     
     
    Ellis Karim
    Ellis Karim
    Blog | LinkedIn | Bluesky
    If this solved your issue, please mark it as ✅ Accepted Answer. If it helped, feel free to give it a 🩷 Like!
     

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 784

#2
Valantis Profile Picture

Valantis 581

#3
Haque Profile Picture

Haque 545

Last 30 days Overall leaderboard