JSON Parser step - Flow Designer

Geoff_T
Mega Sage

I may be missing something obvious here, but I'm finding JSON Parser step a little convoluted.

Is there a simple way to extract a single property value without having to grab the complete root object as an output (as demoed in this video - https://www.youtube.com/watch?v=3xABNbDdgXU)?

For example, in my action it seems I cannot create a single output value of type string and then drag a single property of string type from the JSON Parser step root object. The output value is always empty in this case:

find_real_file.png

 

It works passing the complete root object as an output, but I don't want all that data.

Thanks

1 ACCEPTED SOLUTION

I eventually revisited this. Not sure what I was thinking when I posted this or what I tested on that day but my original solution worked fine. I was able to drill down to the property value (via JSON Parser step root) I needed and just pass that as an output value (string type); as I displayed in my original post.

Geoff

View solution in original post

3 REPLIES 3

Jon23
Mega Sage

Hi Geoff,

In the JSON Parser step you can delete all the fields under the root you don't want passing to the output:

find_real_file.png

Thanks for the suggestion @jwalton I'll try this and get back to you.

Geoff

I eventually revisited this. Not sure what I was thinking when I posted this or what I tested on that day but my original solution worked fine. I was able to drill down to the property value (via JSON Parser step root) I needed and just pass that as an output value (string type); as I displayed in my original post.

Geoff