<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hi All,  I have got the Below result from a service using a!httpquery:</title><link>https://community.appian.com/discussions/f/rules/7125/hi-all-i-have-got-the-below-result-from-a-service-using-a-httpquery</link><description>Hi All, I have got the Below result from a service using a!httpquery: {&amp;quot;Info&amp;quot;:{&amp;quot;Flag&amp;quot;:&amp;quot;Y&amp;quot;,&amp;quot;abc&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;def&amp;quot;:&amp;quot;1&amp;quot;,&amp;quot;ghi&amp;quot;:&amp;quot;1&amp;quot;},&amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;} I was trying to get data of fields by using using following expression: I saved the result in local!data &amp;amp; the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi All,&lt;br /&gt;&lt;br /&gt;I have got the Below result from a service using a!httpquery:</title><link>https://community.appian.com/thread/28624?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2016 23:10:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:685a8e4a-1558-4fa4-8bfa-ec03602a1ea1</guid><dc:creator>Stefan Helzle</dc:creator><description>Good news. The fromJson() call is important to convert from JSON to Appian dictionary.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,&lt;br /&gt;&lt;br /&gt;I have got the Below result from a service using a!httpquery:</title><link>https://community.appian.com/thread/28622?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2016 23:08:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58df8b9b-8ac0-4058-b487-234ae4d9719d</guid><dc:creator>rishub356</dc:creator><description>Thanks stefanh. It worked. :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,&lt;br /&gt;&lt;br /&gt;I have got the Below result from a service using a!httpquery:</title><link>https://community.appian.com/thread/28621?ContentTypeID=1</link><pubDate>Fri, 04 Mar 2016 23:02:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd682da3-13af-4211-b7a6-a615adee30f7</guid><dc:creator>Stefan Helzle</dc:creator><description>Try this:&lt;br /&gt;&lt;br /&gt;=with(&lt;br /&gt;  local!jsn: a!fromJson(&amp;quot;{&amp;quot;&amp;quot;Info&amp;quot;&amp;quot;:{&amp;quot;&amp;quot;Flag&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Y&amp;quot;&amp;quot;,&amp;quot;&amp;quot;abc&amp;quot;&amp;quot;:&amp;quot;&amp;quot;2&amp;quot;&amp;quot;,&amp;quot;&amp;quot;def&amp;quot;&amp;quot;:&amp;quot;&amp;quot;1&amp;quot;&amp;quot;,&amp;quot;&amp;quot;ghi&amp;quot;&amp;quot;:&amp;quot;&amp;quot;1&amp;quot;&amp;quot;},&amp;quot;&amp;quot;result&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Success&amp;quot;&amp;quot;}&amp;quot;),&lt;br /&gt;  local!jsn.Info.abc&lt;br /&gt;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>