Using flow variable in Rule Engine

Hi,

I try to use flow variable as a part of rule, for examlpe:

$ColumnName$<=FlowVariable. How can I do this?

Thank you for reply,

Max

This is not possible unfortunately, You will need to create a column from the flow variable first using another Rule Engine node (just put the flow variable in the default value box). Then you can use that column name in the above expression.

Simon.

Thank you, Simon