I am new to Power Automate. I made some research for my issue and could not find any solution from any previous post.

As in the above screenshot, I have a Json Data which is appended to array. The Json values are from a table in PDF extracted from Form Processing Model. I am mapping the only required fields from the Json.
The select action loops through each row to map.
How can i get the resultant value as a one whole Json data from several iteration(All 5 iteration data to one)?
How can i merge the outputs from each loop so that i get a complete Json data to create a CSV Table in the next step.
I cant access the output of select outside the 'apply to each' Loop.

Thank you.