I have a task where there are 23 choices. I need a node, similar to a bash ‘case’ block.
In one SAAS platform, I am matching on ID, which is a number. So 5 represents one company.
In another platform, We have tags, so the company is represented by the tag. Let’s say the tag is ‘acorp’.
In a case, I can have an arbitrary number of options. The only way I see to do this is with 24 ‘if’ nodes or 8 ‘switch’ nodes.