How can I add a Boolean Value column?

I want to transfer data to a MYSQL Database with the “Database Writer”.
The MYSQL database contains a column of type “tinyint(1)”.
With the node “Constant Value Column” I would like to insert a column of the type “Boolean Value” into my table. The following error message appears here:
“Invalid Settings: Error on creating” Boolean value “from input string”
How can I add a Boolean Value column?

image

4 Likes

Thank You very much, I forgot the “TRUE” value.

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