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
9 replies
Subscribers
6 subscribers
Views
3723 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi All. I am fetching some rows from a table and storing each column in a partic
parthajitp
A Score Level 1
over 9 years ago
Hi All. I am fetching some rows from a table and storing each column in a particular process variable. The values are being stored in the process variable, separated by a comma. Now how would I extract or use one such value from the process variable.Say there are 3 values in one process variable and I would one to use each of them individually, how should I proceed? I have tried using some functions like split() but haven't been successful.
OriginalPostID-157905
OriginalPostID-157905
Discussion posts and replies are publicly visible
Parents
0
Chris
over 9 years ago
If you are fetching directly from a table and storing into a multi-variable, they should be semicolon delimited vs comma delimited, and already prepared to be used individually with apply(). Can you post some sample data and verify your target variable type?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Chris
over 9 years ago
If you are fetching directly from a table and storing into a multi-variable, they should be semicolon delimited vs comma delimited, and already prepared to be used individually with apply(). Can you post some sample data and verify your target variable type?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data