Wasting operations on text aggregator


I don’t why but the filter is going through each bundle in the text aggregator when it should treat it like a single line. I am using does not contain to filter the text

1 Like

@Shubham_Khajuria1

Something is wrong with the filter. Please share the screenshot of the filter mappings and from where you are mapping rowValues. This seems an array which is not expected in filter value.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

1 Like

I have added multiple screenshots along with the blueprint

1 Like

@Shubham_Khajuria1

You are listing the boards after text aggregator that is returning more than 1 bundle in output. Which is causing the next module to run number of times equal to number of bundle in output.

You had more flaws in your worflow. We have improved it and attached the blueprint. Please import that and delete the first route following with “text aggregator” and use the router only following with array aggregator.

blueprint (4).json (181.3 KB)

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

2 Likes

Thank you so I was supposed to use array aggregator and I noticed you made some changes in board_id in direct make pins. Anyway the operations have been reduced now.

1 Like