Skip to main content
bleronak0001
December 1, 2025
Question

Desicion rule limitation output

  • December 1, 2025
  • 3 replies
  • 0 views

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?

3 replies

mikes0011
Brainy
December 1, 2025

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.

bleronak0001
December 1, 2025

 

yes, I am using constant, but then in dropdown I cannot select more than 500 characters

mikes0011
Brainy
December 1, 2025

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.)