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
11 replies
Subscribers
9 subscribers
Views
4432 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, Is it possible to copy and paste "To" and "CC"
nimishan
over 9 years ago
Hi,
Is it possible to copy and paste "To" and "CC" fields in the User input form which is of type Email/Email recipient?
If so, how do I achieve it?
Thanks in advance
Nimisha
OriginalPostID-204990
OriginalPostID-204990
Discussion posts and replies are publicly visible
Parents
0
Jamie Loizou
Appian Employee
over 9 years ago
You can allow users to paste email addresses separated by a standardized delimiter (e.g. comma, semi-colon, and/or line break) into a paragraphField, then split that (single) text into an array of strings, each of which could be an email address. You could parse similarly for usernames, if pasting is preferable to picking users.
Does this solve your question?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jamie Loizou
Appian Employee
over 9 years ago
You can allow users to paste email addresses separated by a standardized delimiter (e.g. comma, semi-colon, and/or line break) into a paragraphField, then split that (single) text into an array of strings, each of which could be an email address. You could parse similarly for usernames, if pasting is preferable to picking users.
Does this solve your question?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data