Get values from loop

Hello! I have a loop that translates text from different slides. After that I want to send a request where I want to provide all the translated values. How can I achieve this?


Something like “create an empty list before loop, push values to the list inside the loop and return this list after loop”

Is it correct to use Storage block?
Or there is something else more efficient?