<?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>Email Validation on paragraph field</title><link>https://community.appian.com/discussions/f/rules/29654/email-validation-on-paragraph-field</link><description>In paragraph text , I want email validation test1@gmail.com test2@gmail.com test3@gmail.com test@test,com---(error) I would like to have email validation in such a way that it should accept only email like test@gmail.com ,only gmail.com mails it should</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Email Validation on paragraph field</title><link>https://community.appian.com/thread/117712?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 09:56:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1242e958-f465-452f-a993-d2b5c5041174</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;You can&amp;nbsp;split the paragraph field&amp;#39;s value into its individual lines (use char(10) as the separator) and then you will have an array that you can loop over and conduct your email validation logic over. You won&amp;#39;t be able to highlight any erroneous values but you could call out the line number and the value in your validation error message.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m with&amp;nbsp;&lt;a href="/members/mathieud0001"&gt;Mathieu Drouin&lt;/a&gt;&amp;nbsp;though - you&amp;#39;d be better off with a grid of separate email values. I&amp;#39;d challenge the &amp;quot;requirement&amp;quot; as it sounds more like a solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Validation on paragraph field</title><link>https://community.appian.com/thread/117711?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 09:30:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a8803445-0ee7-4882-9f03-97a1b229d03b</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;that is the requirement&amp;nbsp; ,We need to copy all emails from a doc and paste it on paragraph filed and then validate those emails&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Validation on paragraph field</title><link>https://community.appian.com/thread/117709?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 09:28:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2fdb3863-3216-4721-848d-306198ba5474</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Why?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Validation on paragraph field</title><link>https://community.appian.com/thread/117708?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 09:25:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:87f975bf-c0c2-424c-b174-381da3e1c0a8</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;I need to paste all emails in paragraph field&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email Validation on paragraph field</title><link>https://community.appian.com/thread/117707?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 09:24:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0630572b-9c09-4c02-a559-54e5be873837</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Why not use a grid instead of 1 paragraph field that holds many values?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>