Replies: 1 comment
-
Hi, you can achieve this using COLLECT hit policy: ![]() |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I like Zen which has a nice UI and great functionality, but the documentation is a bit lame at this moment. I can't find related documents about this circumstance.
For instance, I like to have a decision table:
now when an input comes :
{
'age': 25,
'gender': 'female'
}
The output will only give ['A', 'B']
But What I actually want is ['A', 'B', 'C', 'D'], how could I accomplish that?
Beta Was this translation helpful? Give feedback.
All reactions