<?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>Validations two rows</title><link>https://community.appian.com/discussions/f/new-to-appian/24160/validations-two-rows</link><description>Hi Friends, 
 How to validate two rows and also between rows where the two rows are equal. please let me know how to do...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Validations two rows</title><link>https://community.appian.com/thread/93163?ContentTypeID=1</link><pubDate>Sun, 03 Apr 2022 15:44:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f87d01e-40a1-47bd-a3f7-4fcd1ee05f34</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;Thanks  Let me check&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations two rows</title><link>https://community.appian.com/thread/93161?ContentTypeID=1</link><pubDate>Sun, 03 Apr 2022 15:42:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:444d40e6-666f-4520-9c14-7dc33fb3210f</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can directly add validation on&amp;nbsp;every&amp;nbsp;field of the row where the logic can be to check the occurrence of fv!item in the array. If it is more than 1 then the validation should be invoked.&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;if(
  wherecontains(fv!item,local!rows)&amp;gt;1,
  &amp;quot;Cannot have duplicate rows&amp;quot;,
  {}
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>