<?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>problem in showing data using Web integration</title><link>https://community.appian.com/discussions/f/user-interface/20923/problem-in-showing-data-using-web-integration</link><description>when i use normal database using through expression rule it will be show in multiple card&amp;#39;s 
 
 when i use web integration so it will showing all information in only one card layout , how can i spilt this information into multiple card layout&amp;#39;s</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: problem in showing data using Web integration</title><link>https://community.appian.com/thread/81495?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 12:03:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1530d7b-19ce-4625-b4b0-ae148a007298</guid><dc:creator>Ayush Gupta</dc:creator><description>&lt;p&gt;thank you now it is working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem in showing data using Web integration</title><link>https://community.appian.com/thread/81494?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 12:01:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8bcbad14-78e3-4026-b737-99f3be675bb3</guid><dc:creator>Marco Amador</dc:creator><description>&lt;p&gt;An alternative (possibly more correct), would be for your local!list to be -&amp;nbsp;&lt;span&gt;rule!OS_allProducts().result.body, because that&amp;#39;s your list of items.&lt;br /&gt;&lt;br /&gt;rule!OS_allProducts is the full integration response, which contains your items but also the other integration response metadata.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem in showing data using Web integration</title><link>https://community.appian.com/thread/81493?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 11:59:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f629af5-a51e-4e08-91b0-701e005062b5</guid><dc:creator>Marco Amador</dc:creator><description>&lt;p&gt;Ok, so on line 9, instead of having:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;items: local!list,&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;try:&lt;/p&gt;
&lt;p&gt;items: &lt;em&gt;local!list.result.body&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then you will need to adjust the rest in order to have &lt;em&gt;fv!item.property&lt;/em&gt; instead of &lt;em&gt;fv!item.result.body.property&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Hope this makes sense!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem in showing data using Web integration</title><link>https://community.appian.com/thread/81492?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 11:56:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9274c7ea-741e-4d64-8ae9-d6c81bd65752</guid><dc:creator>Ayush Gupta</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1620647877705v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;here i call web integration rule!OS_allProducts that i stored in a local variable&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem in showing data using Web integration</title><link>https://community.appian.com/thread/81490?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 11:52:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc1ba48f-fc44-43b5-91c3-71afae522306</guid><dc:creator>Marco Amador</dc:creator><description>&lt;p&gt;I don&amp;#39;t have a particular documentation link, but could you post what you have configured under your a!forEach call, more precisely what you have specified under the &amp;#39;items&amp;#39; keyword parameter?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem in showing data using Web integration</title><link>https://community.appian.com/thread/81489?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 11:42:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78f4c790-1741-4e8b-95ad-65ed75fd55b1</guid><dc:creator>Ayush Gupta</dc:creator><description>&lt;p&gt;can you please suggest me any documentation link related to this problem , so i can easily understand&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks in Advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem in showing data using Web integration</title><link>https://community.appian.com/thread/81488?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 11:33:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a922c2ac-b782-4757-bb18-099b313b1f5b</guid><dc:creator>Marco Amador</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In your second screenshot, it seems fv!item is referring to the full output of your integration, and you only have one of those, hence only one card. But you have multiple &amp;#39;fv!item.result.body.quantity&amp;#39;, which are all retrieved and concatenated in this case.&lt;/p&gt;
&lt;p&gt;Instead of iterating over the full integration result, you will need to iterate over each item in [integrationResultVarName].result.body.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>