Here is an example of the response data format:
In a Typescript environment, how can I extract the value of the "_Name" property from the first item inside the "ResultList" array of the response data?
By utilizing this.responseData$.subscribe(val => console.log(val));, I am able to view the response data in the browser.
ResultList: Array(1)
0: {
_CodeID: "112344",
_Name: "ABCGDJFJFJF", // I want to access this specific property value
_IsADV: false
}
length: 1
__proto__: Array(0)
_Acknowledge: 2
_Bild: "5256"
_CId: "641645DF-E5E5-481A-B8E7-94FE2DRFFFFF"
_MachineName: "*******"
_Message: ""
_ReservationExpires: ""
_RId: ""
_RowsAffected: 0
_Version: "1.0"