Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
7 subscribers
Views
6377 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Error Evaluating UI Expression
sswilliams
over 8 years ago
I created a user interface that contains a checkbox and a paragraph field. The label and value of the checkbox are populated via a constant. The check box contains 4 selections. If the 3rd or 4th box is selected the paragraph field should show. I can test this functionality successfully in the interface. However, when I try to open the form in tempo I get an error. See the attached Error, the code, and the form in the interface. I'm not sure why I'm getting this error. Thanks....
OriginalPostID-270251
IMT2InterfaceError.rtf
Discussion posts and replies are publicly visible
Parents
0
Carlos Santander
A Score Level 2
over 8 years ago
It looks like you may be passing an empty string within your array. In the interface designer, you should be able to reproduce the error if you initialize idRequestRoles with the expression below. Just add some code to clean up the variable before passing it to the rule, or clean up the rule input before passing it to a!checkboxField()
={""}
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Carlos Santander
A Score Level 2
over 8 years ago
It looks like you may be passing an empty string within your array. In the interface designer, you should be able to reproduce the error if you initialize idRequestRoles with the expression below. Just add some code to clean up the variable before passing it to the rule, or clean up the rule input before passing it to a!checkboxField()
={""}
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data