Concatenate node resets the cells color of second table

Hi everybody,

I have a problem with the managing of cell colors. If I have 2 tables with different columns and a cell color defined, the cells color of the second table disappear when I use the Concatenate node to concatenate these table. (Please, see the attached workflow.)

Is this a bug or I’m missing something?

Any help is welcomed.

Best,
Gio

cell_color_disappearing_problem.knwf (35.9 KB)

Hi there,

considering there is warning message in Console:

Found multiple color handler at columns index 1 and 3, removed second one.

I would say it’s not a bug.

Possible workaround: Name columns you color same. After concatenation use Rule Engine node (probably two times) to get your desired output for your example workflow.

Br,
Ivan

Thank you very much Ivan.
I misunderstood the coloring process. I was thinking that once you assigned a color, that was assigned to a certain row while I’m seeing it is still linked to the column with which you define it.
Thanks for the info.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.