<?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>Help with Text and rich text</title><link>https://community.appian.com/discussions/f/user-interface/25682/help-with-text-and-rich-text</link><description>Hello everyone, I have a question, well; I have a rather novice doubt, I have a text, and I want that text to appear in a rich text what I put, but what I am looking for is that as I add data to that text, more rich text will be added, how could I do</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Help with Text and rich text</title><link>https://community.appian.com/thread/100682?ContentTypeID=1</link><pubDate>Wed, 07 Sep 2022 17:34:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:508f708b-843a-4804-a195-ffe49fc73b61</guid><dc:creator>Gustavo Silva</dc:creator><description>&lt;p&gt;Thanks you!!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with Text and rich text</title><link>https://community.appian.com/thread/100618?ContentTypeID=1</link><pubDate>Wed, 07 Sep 2022 06:59:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:658bf272-97b3-4aaa-a1f0-00b7027e21ce</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello Gussil,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I hope the below code will address your query&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!text:&amp;quot;Enter Text &amp;quot;,
  local!value,
  {
    a!richTextDisplayField(
      value: {
        a!richTextItem(
          text: local!text,
          size: &amp;quot;LARGE&amp;quot;
        )
      }
    ),
    a!textField(
      label: &amp;quot;Enter Text&amp;quot;,
      placeholder: &amp;quot;Enter Text To See Rich Text&amp;quot;,
      value: local!value,
      saveInto: {
        local!value,
        
        a!save(local!text,append(local!text,local!value))
      }
    )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with Text and rich text</title><link>https://community.appian.com/thread/100445?ContentTypeID=1</link><pubDate>Fri, 02 Sep 2022 14:53:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f015fdea-f810-4274-a684-64b4787f4c9f</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Code, screenshots, anything more that you can add? Because whatever information you have provided is not sufficient.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with Text and rich text</title><link>https://community.appian.com/thread/100422?ContentTypeID=1</link><pubDate>Fri, 02 Sep 2022 04:36:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:27abf33f-53c5-4546-87ae-3a49bf2b88e9</guid><dc:creator>deepakg271869</dc:creator><description>&lt;p&gt;Could you please put more light to your query? What exactly you are looking for&amp;nbsp;in the below Quote?&lt;/p&gt;
[quote userid="132237" url="~/discussions/f/user-interface/25682/help-with-text-and-rich-text"] I add data to that text, more rich text will be added[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>