Forum Discussion

Auroth's avatar
Auroth
New Contributor
4 months ago

Trying to 'flatten' array using a mapper and pull out values

Hi Everyone, I am trying to pull the 'TDLINE' elements out of the weirdly structured array shown below. Normally for something like this I would use a .filter() with a .map() - something like the fol...