Anyone know how to do this?
-
Data coming in from module1 updates module2
-
module2 can only receive X, which is 97% of the time
-
3% of the time module1 gets a random Y which can not pass to module2
-
Along with X or Y there is also a color type: blue or green.
-
module2 wants the color type, even if it doesn’t get it’s X!
-
but module2 doesn’t not know how to get it’s color type when Y comes in.
How do i get all other data to pass from one module to another when one of the data points being passed can not be received by module2 because its a Y?
I would say, something between m1 & m2 that stops Y but allows blue or green to continue to module2 to complete the automation.
Much Thanks
Oti