actech
18
This problem is well described and solved by Mark. You need to adapt the solution shown for your case.
If you don’t want to deal with asynchronous blocks, you can use this solution:
- Keep all the required amount of data in the list
- Create a loop on the list to perform the desired action.
1 Like