Table Row to Variable Loop Start: Ignore missing not working - Missign not omitted / skipped

Hi,

maybe I understood the description wrong but I thought missing values are literally omitted … meaning skipped:

Ignore:Missing cells will not be converted and therefore be omitted from the output.

Here is the test workflow:

Best
Mike

Hi Mike,

Thanks for the question!

The Ignore option in the Table Row to Variable Loop Start node refers specifically to the output flow variables, not the loop iterations.

If your goal is to skip loop iterations entirely when there’s a missing value, it’s best to handle that before the loop using a node like Missing Value or Row Filter.

Best,
Keerthan

1 Like

Hi @k10shetty1,

in the context of the node description that is not becoming clear as the followign scenario is established:

If value in cell is missing

Behavior in case of missing values in the first row or an input table with no rows.

Is there a disconnection between the documentation and the intended behavior as you described it?

Cheers
Mike