<?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 update a constant without deleting existing values in the constant using update constant smart service?</title><link>https://community.appian.com/discussions/f/new-to-appian/19007/how-to-update-a-constant-without-deleting-existing-values-in-the-constant-using-update-constant-smart-service</link><description>Hi guys, 
 I have a constant with array of Text values Now user enters a text value in the form which should be updated or added to that constant I am using update constant smart service in process model but constant is being overridden by new value deleting</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to update a constant without deleting existing values in the constant using update constant smart service?</title><link>https://community.appian.com/thread/74592?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 18:04:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:787d1980-0068-469c-b07a-81aec848676b</guid><dc:creator>sai</dc:creator><description>&lt;p&gt;Thanks Its working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to update a constant without deleting existing values in the constant using update constant smart service?</title><link>https://community.appian.com/thread/74587?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 15:53:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:858cc8c6-4ca4-43be-b4a2-7bbcb8beb2c0</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;You want to append or concatenate.&lt;/p&gt;
&lt;p&gt;Constant NAME =&amp;gt; &amp;quot;Jane&amp;quot;&lt;/p&gt;
&lt;p&gt;Save &amp;quot;Steve&amp;quot; as cons!NAME&lt;/p&gt;
&lt;p&gt;NAME =&amp;gt; &amp;quot;Steve&amp;quot;&lt;/p&gt;
&lt;p&gt;Save cons!NAME &amp;amp; &amp;quot;Harold&amp;quot; as cons!NAME&lt;/p&gt;
&lt;p&gt;NAME =&amp;gt; &amp;quot;SteveHarold&amp;quot;&lt;/p&gt;
&lt;p&gt;save append(cons!NAME, &amp;quot;Harriet&amp;quot;) as cons!NAME&lt;/p&gt;
&lt;p&gt;NAME =&amp;gt; {&amp;quot;SteveHarold&amp;quot;;&amp;quot;Harriet&amp;quot;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>