<?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>Multiple email address validation check</title><link>https://community.appian.com/discussions/f/new-to-appian/31001/multiple-email-address-validation-check</link><description>I need to validate if the list is line delimited and in a valid email format using regex in paragraph field . If not , throw a validation message. test@test.com 
 test2@test.com 
 test3@test.com</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123749?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2024 12:39:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c2ad811e-c8a1-4471-baf7-2380e44fe925</guid><dc:creator>kraty Maheshwari</dc:creator><description>&lt;p&gt;No Problem, always happy to help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123748?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2024 12:33:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:04610202-858d-4ab0-a18c-82e95b3cfb60</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;Thank you &amp;nbsp; ,it worked for me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123747?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2024 12:13:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:69b858c7-7be6-43eb-8bcd-eb440f6f8f9c</guid><dc:creator>kraty Maheshwari</dc:creator><description>&lt;p&gt;Hi Fursat,&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; regexmatch(
                      pattern: &amp;quot;^\s*[A-Z0-9\&amp;#39;\+\&amp;amp;\%_-]+(\.{0,1}[A-Z0-9\&amp;#39;\+\&amp;amp;\%_-]+)*[@]{1}[A-Z0-9.-]*[A-Z0-9-]+[.]{1}[A-Z]{2,6}\s*$&amp;quot;,
                      searchString: ri!email
                    )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The above regular expression will allow you to add white space at start and end.&lt;/p&gt;
&lt;p&gt;Try this and let me know if it works for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123746?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2024 11:53:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fe404f2-e85f-4d01-bc2a-6195f91b8688</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;Hi &amp;nbsp; , if i use the above code then if space is present at beginning or at the end ..it is throwing error .&lt;br /&gt;&lt;br /&gt;can you please help me with this&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123614?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 20:22:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6bae6612-5795-4bfd-a975-0936a12922ee</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;True. Feel free to adapt the code to do whatever you need it to do.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123599?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 14:57:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e4191b13-1d94-42a1-9732-02c04567b62c</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="91720" url="~/discussions/f/new-to-appian/31001/multiple-email-address-validation-check/123593"]it is not throwing any validation error[/quote]
&lt;p&gt;you&amp;#39;ll need to share what you&amp;#39;ve tried if you hope to find additional help with getting a validation message to show up.&amp;nbsp; this is not much info to go on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123598?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 14:55:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5caff040-a94d-4a02-bfbc-419cfb7bf1e5</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I have an expression rule where I added ~18 extended test cases - edge cases to try to break the validation function - a while ago I developed a RegEx that handles all of them, and the plug-in rule (which came later iirc) handles all of them as well.&amp;nbsp; I switch back and forth regarding which version to use - i haven&amp;#39;t noticed any major performance difference between them (and they both use a plug-in ultimately so it&amp;#39;s not like either version saves a dependency).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123596?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 14:25:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72a7c3e4-8c65-4c04-8b58-d2648033cdfa</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;I try to use the built-in Appian function for this as well. If that is not enough, I&amp;#39;ll look at a regex solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123593?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 13:39:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11ff2c1a-2925-4f33-85fa-ded00f149f6a</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;in that code,&amp;nbsp; if we enter incorrect email address format it is not throwing any validation error,it is saving only correct email address for incorrect ones nothing is displayed as error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123553?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2024 09:42:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0bae6f1d-4e5c-48af-95eb-52c661689822</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Depending on your actual use case, this might be a good fit.&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://appian.rocks/2023/12/04/the-master-of-email-address-fields/"&gt;https://appian.rocks/2023/12/04/the-master-of-email-address-fields/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123552?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2024 09:11:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3213812-fa49-42fa-ae24-4f38948f7488</guid><dc:creator>kraty Maheshwari</dc:creator><description>&lt;p&gt;You can try this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;regexmatch(
                      pattern: &amp;quot;^[A-Z0-9\&amp;#39;\+\&amp;amp;\%_-]+(\.{0,1}[A-Z0-9\&amp;#39;\+\&amp;amp;\%_-]+)*[@]{1}[A-Z0-9.-]*[A-Z0-9-]+[.]{1}[A-Z]{2,6}$&amp;quot;,
                      searchString: ri!email
                    )&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123481?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2023 15:04:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3df0e895-7165-4a8c-8bef-cc72a3d3ce75</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;For validating an email address you can certainly contrive a complex regular expression to test for validity, though these days I just recommend using the &amp;quot;validateEmailAddress()&amp;quot; rule found in, i think, People Functions.&lt;/p&gt;
&lt;p&gt;As far as &amp;quot;line delimited&amp;quot; - you&amp;#39;ll need to implement your own parsing / checking for that part, depending on exactly what you want.&amp;nbsp; It could be as simple as splitting the input on the linebreak character (char(10)) then validating each (non-empty) line in the resulting set - that would simply require looping over the validate email function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple email address validation check</title><link>https://community.appian.com/thread/123477?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2023 11:42:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a38d8483-b870-415d-a7cc-3daf3c1bdcb8</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;OK, and what is the question? For using regular expressions, you can use the plugin Regular Expression Functions from App MArkt....&amp;nbsp;&lt;/p&gt;
&lt;h1 class="name"&gt;&lt;/h1&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>