I want to add items to a temporary array dynamically by ForLoop node, I use Make Array to make a array but I have nowhere to place that output variable I made, I know I can promote the array to variable but I don’t want to do so. How can I add items to a temporary array by ForLoop?
Are you sure the array needs to be temporary? The solution there would be to precreate an array and feed it to the Add node. If the problem is having it empty before starting this function, you can issue a Clear Array node before the forloop.