Flow Designer JSON Parser Step Does not Output all data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 05:06 PM
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.
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.
But once it goes through the actions, Only a few fields are provided as an output.
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 08:59 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2022 06:15 AM
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.