<?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>Append node Variables</title><link>https://community.appian.com/discussions/f/process/14546/append-node-variables</link><description>Hi All, 
 i have configures my user input tasks which sends out a task mail to multiple people, when users approve or reject a form, can any one help in how to get all the response in a array or as comma separated values in the process variable. 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Append node Variables</title><link>https://community.appian.com/thread/65239?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 12:40:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bedd5493-8f86-44cc-a02f-16d1ad4678cb</guid><dc:creator>Mike Schmitt</dc:creator><description>For your response ACP, do not set it to save into a PV on the inputs tab.  Instead, on the outputs tab, put in code like &amp;quot;append(pv!responseArray, ac!thisResponse)&amp;quot; --&amp;gt; saving into pv!responseArray.  I&amp;#39;d suggest to structure it like this instead of using the hardcoded &amp;quot;append values&amp;quot; from the dropdown, since this way if you decide you need to save different things under different circumstances (i.e. don&amp;#39;t append to the array if the user clicks &amp;quot;cancel&amp;quot; or something), you would only need to wrap the above logic in further if() conditionals to make that work well.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>