association rule mining problem/basket analysis/unknown variable

Hello @gmaggie,

welcome to KNIME Community!

There is no bug and you can ignore this warning. This is due to fact that flow variable is not yet created and node that uses this variable calls configure method. Your node should execute just fine using value from flow variable.
See here for more on how KNIME nodes/process work: Node Lifecycle (may be a bit too much for start but sharing it anyways)

BR,
Ivan