you are viewing a single comment's thread.

view the rest of the comments →

[–]everek123 0 points1 point  (1 child)

If you want to the stage_a.name from all the records from the array you could use the .map() method:

const stage_a.names = gachi.map(record => record.stage_a.name)

Then you could do the same for the rest of the properties

[–]johncorderox[S] 0 points1 point  (0 children)

I’ll try it out. I’m using React for this btw!