Replies: 1 comment 2 replies
-
Hi @neil-muse would you be able to share more info or send us an example of your decision model? Please omit private info such as amounts or names if you have them. In short, you can pass info from the single node to multiple nodes downstream by connecting them. Example: Order of evaluation Request -> Table 1 -> Table 2 -> Function 1 -> Response. Table 1 input will be Request |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand how I pass my Input from one decision table to the next or into a function to do a calculation. If I have a value like a salary, I might run this through a couple of downstream decision tables or into a function. Could you tell me how I do this task? I tried to add the input value to my output in the table using the same selector name, but nothing came through
Beta Was this translation helpful? Give feedback.
All reactions