I have decision rule that's need to have output list of text and have more than 500 characters. I am using the output of desicion rule into multiple dropdown and store values into database that have limitation 1000 characters. How to increase this limitation?
Discussion posts and replies are publicly visible
Have you tried editing the outputs "as expression"? I haven't tried this for character limit issues, but I'm guessing you could call either an external expression rule or constants to define the output text, neither of which have such a character limit.
yes, I am using constant, but then in dropdown I cannot select more than 500 characters
If the decision rule is still resistant to more than 500 characters even when you abstract it into constants and so-forth, then I would suggest you can simply build the required logic into an equivalent Expression Rule, which has no such limitations. (I already fairly rarely use Decision rules anyway due to their extremely limited nature - expression rules by comparison are great.)