Hi everyone,
I'm trying to build a workflow for data processing and I'd like to limit the workflow overall processing time by selecting only the relevant KPIs instead of processing everything, every time.
In order to do that I was thinking of using a simple branch made up by:
1. Multiple selection node where I choose my KPIs
2. Transpose node, so that the selection becomes a row
3. Table row to variable node to let the selected KPIs become flow variables
4. If switches nodes (one for each KPI) to route alternative flows depending on KPIs selected. So, for instance, if KPI1 is selected, KPI1 will have to be processed, otherwise skipped.
Everything is fine until step 3, but when it comes to the if-switch nodes, I don't manage to make them work. In particular I'm not able to pass on them the information of flow variables and open/close the right output port accordingly.
Picture of this workflow is attached (don't know why I can't paste it in the body of this post).
Where am I wrong? Can somebody help please?
Thanks a lot in advance!!
Salvo