<?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>Trimming long text string in Appian</title><link>https://community.appian.com/discussions/f/general/39127/trimming-long-text-string-in-appian</link><description>How to trim this text: 
 &amp;quot;UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_Integral_</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Trimming long text string in Appian</title><link>https://community.appian.com/thread/148239?ContentTypeID=1</link><pubDate>Tue, 20 May 2025 09:17:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:036b1271-b9d4-499d-8f45-87a96ca5f78d</guid><dc:creator>Vyshnavi Naripeddi</dc:creator><description>&lt;p&gt;&lt;a href="/members/swatis0128"&gt;Swati Sharda&lt;/a&gt;&amp;nbsp;let me know if this works for you.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="json"&gt;regexreplaceall(
  &amp;quot;UDI_1_592268_&amp;quot;,
  &amp;quot;UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_Integral_-_MARSHA_BISHOP_-_banking-mb_jfblaw.ca&amp;quot;,
  &amp;quot;&amp;quot;
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trimming long text string in Appian</title><link>https://community.appian.com/thread/148225?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 14:53:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:71c3f4cf-7e01-47b2-b88d-2c7b49f7c42f</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;Text functions can help you achieve this. One of the way is below. Depending on format you might need to adjust it further using other functions. As, for the question above, this will work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;right(local!text,(len(local!text)-find(&amp;quot;_Integral&amp;quot;,local!text)))&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trimming long text string in Appian</title><link>https://community.appian.com/thread/148222?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 14:15:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:143b2a1c-b8e1-4687-8089-3bc48bdd1467</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Split by the &amp;quot;_&amp;quot;, then take the last few items, and add the &amp;quot;_&amp;quot; again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>