Flow Designer JSON Parser Step Does not Output all data

RonyProA
Tera Contributor

Hello All, 

Been running in circles with this. I have an action created to parse the response I receive from a Get Applications calls to SCCM. 

 

I created the Action as Below. 

RonyProA_0-1670979805094.png

When I try to run this step in a flow, It works but some data is missing. 
Below is a snippet of the data being sent to the Action. 

RonyProA_1-1670979881448.png



But once it goes through the actions, Only a few fields are provided as an output. 

RonyProA_2-1670979937963.png



As you see, it only provides the manufacturer, Name and Version of the applications. First time using the JSON Parser step in an action. Not sure if I have it configured incorrectly. Please let me know if I can provide more information. 

Thanks!



 

2 REPLIES 2

newhand
Mega Sage

HI@RonyProA 

I‘m not sure of this, maybe the field type doesn't match the json filed type.

You set all the target fields to String  , but i find that the losted fields are not string in the json object.

 

 

Please mark my answer as correct and helpful based on Impact.

RonyProA
Tera Contributor

HI, 

Some of the missing data are strings but some are not. However, it will only let me select object, array.string, array.object and string as outputs.