Wrong values are being returned

Created on 5 May 2025, about 1 month ago

Problem/Motivation

I am trying to retrieve a value from a nested JSON array, but I'm getting values from the wrong field.

Steps to reproduce

This is a truncated version of the JSON I am using:

{
    "Response": {
        "Album": {
            "Uris": {
                "AlbumImages": {
                    "AlbumImage": [
                        {
                            "Title": "Image Title",
                            "Uris": {
                                "ImageAlbum": {
                                    "Album": {
                                        "Title": "Album Title",
                                    }
                                }
                            }
                        }
                    ]
                }
            }
        }
    }

I am trying to retrieve the value(s) of the second "Title" field ("Album Title") but the value returned is from the first "Title" field ("Image Title").

My apath is: Response/Album/Uris/AlbumImages/AlbumImage/Uris/ImageAlbum/Album
My JSON row Key Chooser is: Title

πŸ’¬ Support request
Status

Active

Version

2.0

Component

Module

Created by

πŸ‡ΊπŸ‡ΈUnited States jlemosy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024