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

Community site session details

Session Id : NC5i9vaDb5fZQymrzhEpgb
Power Automate - Building Flows
Unanswered

JSON converter is generating an object instead of an array

Like (0) ShareShare
ReportReport
Posted on 12 May 2022 11:20:16 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?

 

 

 

 

I have the same question (0)

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete