Hi All,
I have 2 workflows. The 1st one outputs a value into a .yxdb (dataset.yxdb) that feeds to the 2nd workflow. The values maybe one of the following: “Customer”, “Product”, “Debtor”,etc.



On the 2nd workflow I have a set of formulas that have different fields/structure in it that I need to output. These formulas are dependent on the value of the dataset.yxdb that’s being outputted from prior workflow. For example, if the value of dataset.yxdb is “Customer”, then the 2nd workflow should only process the Formula that’s been set-up for Customer.

If the value of the value of dataset.yxdb is “Product”, then the Formula for Product should be outputted.

The output of these formulas are then appended to my main result.

I’m thinking of using a Detour Tool, but the Detour Tool needs to be manually ticked/unticked. These workflows are just 2 of the 20 workflows that I’m running sequentially. I set the workflows to run sequentially so that there’s no need for human intervention. Does anybody know a way on how to solve this? Thank you so much in advance!