Find value in array of objects

PHOTO EMBED

Sun Nov 06 2022 20:47:26 GMT+0000 (Coordinated Universal Time)

Saved by @Waydes

let result = objItems.filter(obj => obj['title'] == STUDENT_ID_LABEL);
content_copyCOPY

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter