pass variable to Table creator node

test.knwf (6.9 KB)

Hi everyone, I’m Dario and I’m new to the forum.
I would like to pass the variable named “varTest” to the “table creator” node and display its value in the table, but I get an empty table. Can someone help me?

1 Like



May work better for you.

2 Likes

Thank you very much!!! :slight_smile:

Hi @dariorn8 and welcome to KNIME forum,

You have to pass the flow variable to the “Values” option in the Flow Variables tab:

You can create an array flow variable and assign it to this option (string would fill a single cell).

flow

IMPORTANT:

You have to assign some fake values to the table cell in order to have the values in the list be appeared in the output:

fake

The values in the list will appear row wise. A row is filled and then the second row and so on.

output

:blush:

5 Likes

thaks it works perfectly!!! :sunglasses:

2 Likes

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