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
2 replies
Subscribers
7 subscribers
Views
1641 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
I have a text field I used in my document name that fails when they enter a spec
Frank
over 10 years ago
I have a text field I used in my document name that fails when they enter a special character \\ / ; : “ | ? ’ > < * when it passes through the Edit Document Properties node.
Is there some way I can restrict the use of any of these special characters through masking?...
OriginalPostID-136823
OriginalPostID-136823
Discussion posts and replies are publicly visible
Parents
0
Bishnu Panigrahi
Appian Employee
over 10 years ago
If you are editing the document name in a previous user input task, you can validate the document name with the expression: =rule!APN_isBlank(cleanwith(ri!documentName,"\\ / ; : "" | ? ' < > *"))
If you want to just strip all of the special characters when editing the document properties, you can do: =stripwith(ri!documentName,"\\ / ; : "" | ? ' < > *")
forum.appian.com/.../Text_Functions.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Bishnu Panigrahi
Appian Employee
over 10 years ago
If you are editing the document name in a previous user input task, you can validate the document name with the expression: =rule!APN_isBlank(cleanwith(ri!documentName,"\\ / ; : "" | ? ' < > *"))
If you want to just strip all of the special characters when editing the document properties, you can do: =stripwith(ri!documentName,"\\ / ; : "" | ? ' < > *")
forum.appian.com/.../Text_Functions.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data