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
4 replies
Subscribers
7 subscribers
Views
2075 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi Everyone, On SAIL form, I am using Paragraph field to Write descri
rishub356
over 10 years ago
Hi Everyone,
On SAIL form, I am using Paragraph field to Write description. The limit for that field is 170 characters. I want that if user tries to write the charcters more than limit, the paragraph won't allow user to enter more characters. can anybody guide how to do it?
Thanks.
OriginalPostID-137770
OriginalPostID-137770
Discussion posts and replies are publicly visible
Parents
0
Tim
Certified Lead Developer
over 10 years ago
You could use:
saveInto: a!save(ri!myVar, left(save!value, 170))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tim
Certified Lead Developer
over 10 years ago
You could use:
saveInto: a!save(ri!myVar, left(save!value, 170))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data