I create a procedure which needs to do getTable action in a iteration loop, however, if the there's thousands of iterations, it will be out of memory. The procedure is as follows, you can see from the picture that getTable is included in the "for iteration", my questions is: can we only do getTable action 1 time, and retrieve it when needed?
Refer to the attachment for test report and error message screen shot!