Output of Python script only numbers

That’s because a “dictionary that is passed as output from a component will be seen as enumerable … This means that only the keys will be resolved” i.e. only the keys are output:

You can output and pass a full dictionary using this “hack”:

2 Likes