Skip to content

Regarding array type input entry in decision table #195

Answered by ivanmiletic
aayushbhaglal asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aayushbhaglal

This is a known issue, for rules of this size use arrays directly, for example instead of using:

1,2,3,4

use

[1,2,3,4]

In your example just add square brackets at the beginning and end.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@aayushbhaglal
Comment options

Answer selected by aayushbhaglal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants