<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Comparing two flags in a decision stage in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Comparing-two-flags-in-a-decision-stage/m-p/101031#M48134</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a decision stage, but for it to flow in the ‘yes’ direction, both statements need to be true. If I evaluate the expression with just [Success]=True and test it, it works fine. But I was wondering if I incorrectly wrote this because it returns False no matter what combination I change the flags to be:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36617.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36622i5A574F2063C50D89/image-size/large?v=v2&amp;amp;px=999" role="button" title="36617.png" alt="36617.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2022 18:47:29 GMT</pubDate>
    <dc:creator>GracieDevine</dc:creator>
    <dc:date>2022-08-18T18:47:29Z</dc:date>
    <item>
      <title>Comparing two flags in a decision stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Comparing-two-flags-in-a-decision-stage/m-p/101031#M48134</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a decision stage, but for it to flow in the ‘yes’ direction, both statements need to be true. If I evaluate the expression with just [Success]=True and test it, it works fine. But I was wondering if I incorrectly wrote this because it returns False no matter what combination I change the flags to be:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36617.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36622i5A574F2063C50D89/image-size/large?v=v2&amp;amp;px=999" role="button" title="36617.png" alt="36617.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 18:47:29 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Comparing-two-flags-in-a-decision-stage/m-p/101031#M48134</guid>
      <dc:creator>GracieDevine</dc:creator>
      <dc:date>2022-08-18T18:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two flags in a decision stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Comparing-two-flags-in-a-decision-stage/m-p/101032#M48135</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/38533"&gt;@GracieDevine1&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Is a syntax problem. The ampersand is used to concatenate strings, not as a logic gate (and).&lt;BR /&gt;&lt;BR /&gt;You need to indicate this:&lt;BR /&gt;​
&lt;PRE&gt;[Success] = True and [Emails Success] = True&lt;/PRE&gt;
&lt;BR /&gt;And, is more clear if you only put this:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;​[Success] and [Emails Success]&lt;/PRE&gt;
&lt;BR /&gt;Without = True, cause the Flag is true, not need to compare it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you! And if this solves the problem, remember mark as the best answer!&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 18 Aug 2022 20:48:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Comparing-two-flags-in-a-decision-stage/m-p/101032#M48135</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-08-18T20:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two flags in a decision stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Comparing-two-flags-in-a-decision-stage/m-p/101033#M48136</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt;&lt;BR /&gt;​Thank you so much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;DIV style="position: static !important;"&gt;&lt;/DIV&gt;
​​​</description>
      <pubDate>Thu, 18 Aug 2022 20:56:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Comparing-two-flags-in-a-decision-stage/m-p/101033#M48136</guid>
      <dc:creator>GracieDevine</dc:creator>
      <dc:date>2022-08-18T20:56:53Z</dc:date>
    </item>
  </channel>
</rss>

