<?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>Add line break in Confirmation message of button</title><link>https://community.appian.com/discussions/f/rules/38111/add-line-break-in-confirmation-message-of-button</link><description>Hi, 
 I have a local variable local!tasks containing a list. 
 In the confirmation message of a button I would like to concatenate a text with the local variable. 
 Eg : Are you sure want to &amp;amp; local!tasks 
 I want to display the list of tasks in next</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Add line break in Confirmation message of button</title><link>https://community.appian.com/thread/143622?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2024 13:02:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d7e95e09-553c-4d7e-9dcf-f7e5c1b779ae</guid><dc:creator>srinivaasant574373</dc:creator><description>&lt;p&gt;thank you, it worked&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add line break in Confirmation message of button</title><link>https://community.appian.com/thread/143618?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2024 12:10:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a51859b3-2ca0-4e36-ac34-87317a741056</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;Please set refreshAfter of paragraph field as &amp;quot;KEYPRESS&amp;quot;&lt;/p&gt;
[quote userid="295269" url="~/discussions/f/rules/38111/add-line-break-in-confirmation-message-of-button/143617"]the value is stored in the local variable only when the user clicks outside the paragraph field[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add line break in Confirmation message of button</title><link>https://community.appian.com/thread/143617?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2024 12:03:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7fb5ccb2-3dd0-489e-9a24-6c81c3f581fe</guid><dc:creator>srinivaasant574373</dc:creator><description>&lt;p&gt;&lt;span style="font-size:inherit;"&gt;I have an edge case scenario regarding the confirmation message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;I need to show the confirmation message only if the user fills the Paragraph field.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;eg : I have a paragraph field where the user enters the text and click on submit. After clicking the submit button I am showing the confirmation message..&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;I should not show the confirmation message if the user does not enter anything in the paragraph field and I am showing validation message in the paragraph field. I am storing the text in a local variable . ie local!note&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;I gave the condition like&lt;strong&gt; if a!isnullorempty(local!note),{},&amp;quot;Message&amp;quot;)&lt;/strong&gt;. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;the value is stored in the local variable only when the user clicks outside the paragraph field&lt;/strong&gt;. If the user clicks on the submit after entering the text and without clicking outside the field then the variable is not storing the value and the form is getting submitted without the confirmation message. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;When we click on submit we are saving the note(paragraph field) in rule input from the local variable.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;How to handle this scenario&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add line break in Confirmation message of button</title><link>https://community.appian.com/thread/143443?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 15:15:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4c91b665-6343-442b-ab62-fae21d98b5f6</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I&amp;#39;ve long been wishing they&amp;#39;d upgrade these to accept at least some limited richtext, or perhaps even just linebreaks, but sadly so far these (and basic validation messages) are stuck only displaying plaintext.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Edit: ironically just yesterday (2024-12-11) I discovered basically by accident that TOOLTIPS (field tooltips as well as rich text captions etc) all now seem to accept LINEBREAKS (i.e. the &amp;quot;char(10)&amp;quot; command), which opens up new areas of possibility for formatting.&amp;nbsp; Sadly this does not seem to apply to the button confirmation pop-up message, though it might(?!?) apply to the button confirmation HEADER (lol).&amp;nbsp; BTW, if anyone is still on a version LOWER than 24.4, I&amp;#39;d love to confirm whether this feature is new with 24.4 or if we just haven&amp;#39;t noticed it before.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add line break in Confirmation message of button</title><link>https://community.appian.com/thread/143435?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 07:51:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16b2836e-ca8d-49c4-b287-16f36933f14a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;No line breaks, but if you just need some bold or italic, there might be an option:&amp;nbsp;&lt;a href="https://appian.rocks/2023/04/17/formatting-labels-in-appian/"&gt;appian.rocks/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add line break in Confirmation message of button</title><link>https://community.appian.com/thread/143434?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 06:55:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7ddfe4e5-5c9d-4aba-b394-29062aa1f0e1</guid><dc:creator>gayatria0439</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/srinivaasant574373"&gt;srinivaasant574373&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;I have tried it with different styles, lastly with HTML code also by using &lt;code&gt;concat&lt;/code&gt;, but as Stefan said, it won&amp;#39;t support this type of formatting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add line break in Confirmation message of button</title><link>https://community.appian.com/thread/143432?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 06:21:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e221ffa-4304-4f99-9a4e-06e42db561af</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;No. These dialogs do not support normal formatting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>