<?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>#Sail, i have 2 different array, i want to convert both array as columns in to a</title><link>https://community.appian.com/discussions/f/rules/4450/sail-i-have-2-different-array-i-want-to-convert-both-array-as-columns-in-to-a</link><description>#Sail, i have 2 different array, i want to convert both array as columns in to a datasubset, How can i achieve it. OriginalPostID-141420 OriginalPostID-141420</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: #Sail, i have 2 different array, i want to convert both array as columns in to a</title><link>https://community.appian.com/thread/16001?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2015 14:56:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d7db6d2-b1be-49b3-b808-6467e03baecd</guid><dc:creator>ashish.deshmukh</dc:creator><description>You can achieve this by creating a local cdt variable and defining the 2 columns as 2 arrays like local!cdt:{col1:local!array1,col2:array2}.&lt;br /&gt;Further u can convert that into datasubset using pagingInfo.&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: #Sail, i have 2 different array, i want to convert both array as columns in to a</title><link>https://community.appian.com/thread/15999?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2015 14:48:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b510cd4c-b3d0-4d89-a220-6ddd50ad4f6f</guid><dc:creator>best</dc:creator><description>Create a rule to define adhoc data structure like.&lt;br /&gt;{value1: ri!val1 , value2: ri!val2}&lt;br /&gt;&lt;br /&gt;After that, use apply function from main rule to create your combined data structure of two arrays.&lt;br /&gt;Then pass the resultant structure inside todatasubset function.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>