I'm trying to get an Object data from Array. I'm looking for an Object with exact value in "Name" key. Find function should do the job, but I'm not sure how to set it up properly it seems π What am I doing wrong? The output is always first object of an Arrray - not third (I'm using name of third object for a test (JN1-Item3)).
When there is no suitable object in my data "to find", I want to have false or null as an output. Filter does not do that as far as I tried it with it. But I found a solution, so I'm attaching screenshot for anyone else in the future battling with these kind of noobish problems like me π