Access JSON
After parsing a JSON string using the Parse JSON component, the next step is to access the data via the Access JSON component. Using this component, you can search for the value associated with the input property, if it exists:
Additionally, you can provide a index number if the attribute you want to access contains an array of values:
If you have an array of JSON objects which have the same attribute name you are looking for, you will get back a tree in which each branch reference back to each object.