Hi All, hope you are having a great day, I have a quick question. I have the data given as below, how do i extract just the first value if attribute newValue (in our Eg., its "None"), first value of newValue keeps changing so cannot be hard-coded. ```{}``` { targetResources: [ { displayName: null groupType: null id: f61b1166 modifiedProperties: [ { displayName: PasswordPolicies newValue: ["None"] // extract only this value oldValue: ["DisablePasswordExpiration"] } { displayName: Included Updated Properties newValue: "PasswordPolicies" oldValue: null } { displayName: TargetId.UserType newValue: "Member" oldValue: null } ] }
... View more