Hi, I’ve got a partially broken Switch module or it’s an array creation problem. It’s a weird one that I’m sure I must be missing something.
This scenario ran yesterday and it worked. Then today it returned an “empty” output. When I “run this module only”, it also returns an “empty” output. The patterns match but the outputs are empty.
When it works, the array ![]()
When it doesn’t work, an the empty output ![]()
This is the design of the Switch module. All of the cases do the same thing of creating or adding to an array with a few strings.


