<?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>How to set the array of particular value to second array particular field</title><link>https://community.appian.com/discussions/f/general/28071/how-to-set-the-array-of-particular-value-to-second-array-particular-field</link><description>Hi All, 
 
 i have 2 tables. 1.project(id,requesttype,automationname,etc), 2.Task(id,projectid,workflowtype,etc) 
 Project:{ { &amp;quot;&amp;quot;,test,test}, {&amp;quot;&amp;quot;,test,test},{&amp;quot;&amp;quot;,test,test}} 
 task:{ { &amp;quot;&amp;quot;,&amp;quot;&amp;quot;,task}, {&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,task},{&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,task}} } 
 
 for example After write</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to set the array of particular value to second array particular field</title><link>https://community.appian.com/thread/109323?ContentTypeID=1</link><pubDate>Tue, 14 Mar 2023 10:39:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa22712f-661f-465c-a871-00ace817b3aa</guid><dc:creator>anithad</dc:creator><description>&lt;p&gt;Thanks Sanchit and Harshit, i used script task between the 2 DSE and set the value.. its worked now. Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set the array of particular value to second array particular field</title><link>https://community.appian.com/thread/109312?ContentTypeID=1</link><pubDate>Tue, 14 Mar 2023 09:48:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8295fe04-8b9c-4804-86ee-ad92c386fa5e</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Or, you can also add a script between 2 write to DSEs and use it to store the project id in the task id. Use the output tab and create a custom output.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set the array of particular value to second array particular field</title><link>https://community.appian.com/thread/109310?ContentTypeID=1</link><pubDate>Tue, 14 Mar 2023 09:38:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a56c6d6f-e7b3-4a02-a53f-d662c10f97a8</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/anithad"&gt;anithad&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;From the Project Write to data store entity take the output of stored values in a pv of type Project and when configuring write to Data store for Task use pv!Project.id as value for Task&amp;#39;s projectId.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>