I have a scenario that looks at information in a datasheet, then using about 10 routers and filters, it confirms that the data has a match in the sheet and then updates the row. The Routing and filtering is complex, but all the routes end up going to the same module (Add Google sheet row, writing “true” or “false” for matching).
Is there to route each router back to the same module? Or maybe I can set a variable named “Matching” at the end of each tree, which then gets written to the GSheet module, before the next bundle runs.
Any ideas would help with this complexity of having to clone modules.