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
1166 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
#UserInterface I have one SAIL form attached and using a!httpQuery() SAIL compon
Javid Attar
over 9 years ago
#UserInterface I have one SAIL form attached and using a!httpQuery() SAIL component. When I test this I got the data and you can find that in attachment with code. However when Iam using a!fromJson() to Converts a JSON string into an Appian value its not working or not sure if I am missing any thing and please let me know how I can access the coloumns in my sail form which is in JSON string.For first time I am working on REST services. Any help or any example use of a!fromJson() in this regard is much appreciated. Thanks.
HttpQuery.txt
OriginalPostID-167932
OriginalPostID-167932
Discussion posts and replies are publicly visible
Parents
0
PhilB
A Score Level 1
over 9 years ago
It looks like the contents of local!results is being escaped - ie any " character is preceded by a \\ character - which might be causing the issue. What is the exact error you see, and are you able to attach the full response?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 9 years ago
It looks like the contents of local!results is being escaped - ie any " character is preceded by a \\ character - which might be causing the issue. What is the exact error you see, and are you able to attach the full response?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data