The -Rule Engine- node checks for the condition only for the first row and if true, then it sets the “Column C” value. The -Missing Value- node feels the other rows with the “Column C” first row value.
Hope it helps. Otherwise please reach out again for further help.
What if the Col C values appear to be in the 3rd or 4th row. Can we still use this rowindex method then?
I have a data of 5 rows, Col C has a value in the 3rd row and all others cells of Col C are blank, If the 3rd row condition is true, I want to copy the Col 3 value to all other cells of Col C.
Does it makes sense? Or please let me know if you need any other inputs from me!
Yes indeed you can if the value appears just once in the column. Otherwise there is ambiguity.
The only modifications you need to do to the current workflow is to remove the RowId checking from the condition and use “the most frequent value” option in the -Missing Value- node.