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
3 replies
Subscribers
8 subscribers
Views
1435 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi All, I have got the Below result from a service using a!httpquery:
rishub356
over 9 years ago
Hi All,
I have got the Below result from a service using a!httpquery:
{"Info":{"Flag":"Y","abc":"2","def":"1","ghi":"1"},"result":"Success"}
I was trying to get data of fields by using using following expression:
I saved the result in local!data & the used following expression to get value of abc
index(local!data, "abc",{})
But this did not work. Can you please guide me with correct expression to get data?
OriginalPostID-198744
OriginalPostID-198744
Discussion posts and replies are publicly visible
Parents
0
Stefan Helzle
A Score Level 3
over 9 years ago
Good news. The fromJson() call is important to convert from JSON to Appian dictionary.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Stefan Helzle
A Score Level 3
over 9 years ago
Good news. The fromJson() call is important to convert from JSON to Appian dictionary.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data