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
8 subscribers
Views
1803 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi, I am trying to use the web service function in a rule to deliver several ele
james.franklin
over 9 years ago
Hi, I am trying to use the web service function in a rule to deliver several elements of data. The function itself is working just fine but I can't seem to find a way to output just two elements from the result. I can isolate a single variable or the result as a string. Should I be looking at refining the result on the rule output or can I set the rule to populate two variables as the output? Perhaps I have mixed up sail and regular rule concepts. Hopefully someone can set me straight.
Thanks, James
OriginalPostID-178344
OriginalPostID-178344
Discussion posts and replies are publicly visible
Parents
0
Tim
Certified Lead Developer
over 9 years ago
Ideally you should look to populate the response into a CDT so that it can easily be used in Appian. So the last line in your expression could be a type constructor i.e.
type!myAppianCDT(id: <parsedValue>, field1: <parsedValue> .....)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tim
Certified Lead Developer
over 9 years ago
Ideally you should look to populate the response into a CDT so that it can easily be used in Appian. So the last line in your expression could be a type constructor i.e.
type!myAppianCDT(id: <parsedValue>, field1: <parsedValue> .....)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data