Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

JSON converter is generating an object instead of an array

(0) ShareShare
ReportReport
Posted on by

I'm fetching XML data from a third party service. Sometimes I get a lots of results and other times I get none or one result.

 

 

<NOTICIAS>
 <NOTICIA>
 <clippingId>9ac48930-d1b5-4890-9347-ccc6b464e49d</clippingId>
 <TITULO>SPARK Matosinhos: reabilitação inteligente</TITULO>
 </NOTICIA>
</NOTICIAS>

 

 

When Applying:

json(xml(outputs('Compose')))

The behavior is uncontrollable.

 

If <NOTICIAS> has no children it will be of type string instead of object. I managed to solve this one though it creates complexity for such a simple task. Just checked the length if is zero, it is a string and nothing is done.

If only one <NOTICIA> the type of it will be of object

If many <NOTICIA> will be of type array

So parsing will not work. Or if I say that <NOTICIA> is of type: ["array","object"], it will parse but I am not able to condition to do something if object and another if an array. I cannot use length strategy again as it does not apply to objects.

 

Is there a way to check if it is an object or an array, so I can use a condition?

Or even better, is there any solution to control how JSON() parses the string?

 

 

 

 

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