This is a long standing bugbear,
Problem
Flow variable names very rarely match the label in the dialogue box.
The example below is the JavaScript Histogram node. The first image is the dialogue box (data entry tab); the second image is the tab showing the flow variables.
Quick quiz: Which flow variable sets the Histogram Column? answer after the images
Answer: The cat
flow variable sets the Histogram Column name.
This is not obvious, and there are many instances over many nodes where the flow variables have names which bear little to no resemblance to the labels in the dialogue boxes.
Desired Behaviour
There are two potential approaches:
- Update the flow variable names in the flow variable tab so that they match the labels in the dialogue box.
- Add a tooltip to the flow variable names that shows the dialogue box label when hovering over the variable name.
It may seem like a small thing, but seems to be getting worse over time.