I´m troubling with table row to variable loop start and nominal value row filter. What I supposed to do is to write some excel sheets belonging to specific row values. Therefore I want to control the select column operation by flow variable. But Nominal value row filter give this error message: WARN Nominal Value Row Filter 0:204 Column XYZ not found in in spec!
seeing your workflow maybe the Group Loop Start would be a simpler option for you. It directly outputs only one value of a time. Maybe even the Chunk Loop Start
As you are using a Table Row to Variable Loop Start you are going over the table to be written row by row. and in each iteration you are writing the data to an excel, hence one row in each iteration. Is this correct?
thanks for your reply. I use table row to variable for sheet names in excel writer. I tried using flow variable from grouping columns, but this did not worked.