Additional Information
Block Diagram constants have neither a visible label nor a name by default, so it's fairly common to run into this issue when creating constants in LabVIEW and wiring them to the
Python Node inputs. If you plan to use constants and Marshal to Named Tuple, right-click your constant and select
Visible Items>>Label to add a name to it.
The Python Node feature to marshal clusters to named tuples was added in LabVIEW 2021, so if you don't see this option make sure you are using at least LabVIEW 2021 version.