<?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>HTTP Get Response  into variable (fv!result not found)</title><link>https://community.appian.com/discussions/f/user-interface/11629/http-get-response-into-variable-fv-result-not-found</link><description>Hello, 
 I am trying to save the HTTP GET response value into a variable in UI and I am getting an error when trying to parse &amp;#39;&amp;quot;fv!result&amp;quot; on a!httpResponse. 
 
 
 I am trying to access the value inside &amp;quot;body&amp;quot; from the attached screenshot. Below is the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: HTTP Get Response  into variable (fv!result not found)</title><link>https://community.appian.com/thread/51364?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2018 03:37:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c222eb4-7d2e-46be-9562-d8b2a512d3b3</guid><dc:creator>bpmnewb</dc:creator><description>Thanks Alok for your suggestion.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HTTP Get Response  into variable (fv!result not found)</title><link>https://community.appian.com/thread/51203?ContentTypeID=1</link><pubDate>Fri, 29 Dec 2017 04:47:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:153a8513-e1de-485e-a3a2-20f716769afe</guid><dc:creator>shwetap</dc:creator><description>Hi Rohita187,&lt;br /&gt;
i think fv variable isnt available for all the functions.so it might be the reason for null result.try saving it in local variable as alok said.&lt;br /&gt;
Thanks,&lt;br /&gt;
Shweta p.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HTTP Get Response  into variable (fv!result not found)</title><link>https://community.appian.com/thread/51186?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2017 22:10:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11ae6611-4731-46d6-b292-b361c1bf265f</guid><dc:creator>aloks0189</dc:creator><description>Hi &lt;a href="/members/rohita187"&gt;bpmnewb&lt;/a&gt;  as per my understanding, you are using integration object to access the API, and hence to access it&amp;#39;s result you can follow the below mention steps:&lt;br /&gt;
&lt;br /&gt;
1. You can call your integration object and store it&amp;#39;s response directly into a local variable and parse it.&lt;br /&gt;
&lt;br /&gt;
load(&lt;br /&gt;
local!result:rule!EXP_BPM_SC1_Calculate_Experience_API(&lt;br /&gt;
lineId: your value,&lt;br /&gt;
ssd: your value,&lt;br /&gt;
role: your value&lt;br /&gt;
).result.body,&lt;br /&gt;
  a!fromJson(local!result)&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
2. Now you can store this value into your required place or else you can parse this JSON to get it&amp;#39;s attribute value.&lt;br /&gt;
&lt;br /&gt;
Hope this will help you to get and parse the response from integration object&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>