Looping through node until no missing values in column

You might have to use a recursive loop or store the intermediate results in a table and read that table back at the beginning of every iteration

1 Like