<?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 Re: If/Then Branches in Workflows Based on Property Value in Lists, Lead Scoring &amp; Workflows</title>
    <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038610#M10583</link>
    <description>&lt;P&gt;This makes sense - thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2024 21:02:24 GMT</pubDate>
    <dc:creator>LaurenWittschen</dc:creator>
    <dc:date>2024-09-09T21:02:24Z</dc:date>
    <item>
      <title>If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038604#M10580</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;I am creating a workflow that has branches based on the value of a property with multiple selections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I correct in assuming the workflow will enroll contacts in multiple actions for multiple property values?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LaurenWittschen_0-1725913974529.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/126575i19A696069A797C81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LaurenWittschen_0-1725913974529.png" alt="LaurenWittschen_0-1725913974529.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say someone selects Virtual Session #1 and Virtual Session #2 - will they be enrolled into all of the actions that follow for each value? These actions will be logistics emails, sent the day before each of these sessions - I'm wanting to make sure someone who signs up for multiple sessions will receive each logistics email.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see anything indicating otherwise...but wanting to confirm! Thank you in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 20:41:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038604#M10580</guid>
      <dc:creator>LaurenWittschen</dc:creator>
      <dc:date>2024-09-09T20:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038607#M10581</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/675842"&gt;@LaurenWittschen&lt;/a&gt;&amp;nbsp;Happy to help clarify the logic of if/then branches, unfortunately your assumption is not correct - if someone selects Virtual Session #1 and Virtual Session #2, they would flow through the branch for Virtual Session #1, and unless you have an action that takes them back to check for Virtual Session #2, it would stop after that branch's actions are complete.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Essentially, the workflow will check the contact against the property value in order, once the value is a match, that is where the contact will flow through the workflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add an action to go back and check for subsequent values, but that's not automatic. Imagine the contact flowing through the workflow from top to bottom like a rafter on a river, once they've progressed down a branch, there's nothing that can take them upstream again unless you make a path for that.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 20:58:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038607#M10581</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-09-09T20:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038608#M10582</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/675842"&gt;@LaurenWittschen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Records will always go down the &lt;STRONG&gt;first&lt;/STRONG&gt; branch they meet the criteria of. Even if they meet multiple branches' criteria, they'll go down the first one. A record will never go down multiple branches.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's the behavior you're looking for you have two options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create one workflow per current branch&lt;/LI&gt;
&lt;LI&gt;Nest branches (check for first option, if it is met, execute your desired action, then jump to next branch, if it is not met, jump to next branch immediately)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also keep in mind that value-equals branches don't work well for multiple checkboxes properties. If a contact checks multiple boxes, none of the branch criteria check as true. You would have to use an And/or branch – or (my recommendation) separate workflows.&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any follow-up questions!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 20:58:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038608#M10582</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-09-09T20:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038610#M10583</link>
      <description>&lt;P&gt;This makes sense - thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 21:02:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038610#M10583</guid>
      <dc:creator>LaurenWittschen</dc:creator>
      <dc:date>2024-09-09T21:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038622#M10584</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 21:26:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1038622#M10584</guid>
      <dc:creator>LaurenWittschen</dc:creator>
      <dc:date>2024-09-09T21:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1041839#M10600</link>
      <description>&lt;P&gt;i am also thankful for this&lt;A href="https://modgila.net/" target="_blank" rel="noopener"&gt;.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 06:04:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1041839#M10600</guid>
      <dc:creator>modgilaapk51</dc:creator>
      <dc:date>2024-09-17T06:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1044821#M10615</link>
      <description>&lt;P&gt;you're welcome&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/827493"&gt;@modgilaapk51&lt;/a&gt;, I'm glad it was helpful for you as well!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 18:49:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1044821#M10615</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-09-23T18:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1053196#M10706</link>
      <description>&lt;P&gt;Super helpful, Jennifer - what is the action that would ask the workflow to go back and check for subsequent values?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 21:00:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1053196#M10706</guid>
      <dc:creator>DSurman</dc:creator>
      <dc:date>2024-10-10T21:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1053201#M10707</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/667402"&gt;@DSurman&lt;/a&gt;&amp;nbsp;! I have found a workaround that fits our needs - Use the "Go to Action" to redirect the workflow to check for an additional value(s) when the condition is not met for the first value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically, you have to nest the branches using the AND/OR feature like Karsten mentions above. Typing out the logic is a little weird and I'm not sure if it will be helpful, but it moves like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If RSVP is Session 1, add to webinar (or whatever your action is), then create a nesting branch to move on to check if RSVP is Session 2. If RSVP does not match Session 1 (the "none met" condition), select "Go to Action" and direct the workflow to jump into the nested branch to check the RSVP for Session 2, and so on and so on. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 21:10:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1053201#M10707</guid>
      <dc:creator>LaurenWittschen</dc:creator>
      <dc:date>2024-10-10T21:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1053211#M10708</link>
      <description>&lt;P&gt;Ahhh, I've got it. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 21:25:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1053211#M10708</guid>
      <dc:creator>DSurman</dc:creator>
      <dc:date>2024-10-10T21:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: If/Then Branches in Workflows Based on Property Value</title>
      <link>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1053630#M10714</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/675842"&gt;@LaurenWittschen&lt;/a&gt;&amp;nbsp;for jumping in with further guidance, you rock! Glad you were able to get it working&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/667402"&gt;@DSurman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:37:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lists-Lead-Scoring-Workflows/If-Then-Branches-in-Workflows-Based-on-Property-Value/m-p/1053630#M10714</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-10-11T15:37:53Z</dc:date>
    </item>
  </channel>
</rss>

