<?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: Help with HubL in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Help-with-HubL/m-p/783822#M33860</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;thanks for mentioning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/536551"&gt;@mmcgowan702&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked the documentation for the &lt;A href="https://developers.hubspot.com/docs/cms/hubl/if-statements" target="_blank" rel="noopener"&gt;if stamtements&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;If you want to check to a string or value you should use quotes like this&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;{% if&amp;nbsp;&lt;SPAN&gt;contact.contact_opeid.value == 'none'&lt;/SPAN&gt; %}&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 12:27:31 GMT</pubDate>
    <dc:creator>Indra</dc:creator>
    <dc:date>2023-04-19T12:27:31Z</dc:date>
    <item>
      <title>Help with HubL</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Help-with-HubL/m-p/781722#M33796</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new here and while training on HubSpot, I am also trying to learn HubL for our email program. I am trying to do a “simple test” to see if a property is NULL or not. Based on what I have learned and read the code I am using is;&lt;/P&gt;&lt;P&gt;{% if contact.contact_opeid.value is none %}&lt;/P&gt;&lt;P&gt;OPEID is Null&lt;/P&gt;&lt;P&gt;{% else %}&lt;/P&gt;&lt;P&gt;OPEID is Not Null&lt;/P&gt;&lt;P&gt;{% endif %}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been testing different variations of this with no success. I test it on accounts where I know the property is NULL and yet the test keeps showing the default ‘OPEID is Not Null’.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The property is a single line text restricted to numeric values, no special characters, and has visibility in forms, pop-ups and bots, and also shows in search results&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m sure it is something simple but if any one could tell what I am doing wrong, I would appreciate it.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 22:49:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Help-with-HubL/m-p/781722#M33796</guid>
      <dc:creator>mmcgowan702</dc:creator>
      <dc:date>2023-04-13T22:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with HubL</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Help-with-HubL/m-p/782253#M33814</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/536551"&gt;@mmcgowan702&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Welcome to the community! Let's invite some of our community members to the conversation,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/146956"&gt;@BarryGrennan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78983"&gt;@Indra&lt;/a&gt;, do&amp;nbsp;you have any tips you can share with a fellow learner?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much! — Jaycee&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 20:51:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Help-with-HubL/m-p/782253#M33814</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-04-14T20:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with HubL</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Help-with-HubL/m-p/783822#M33860</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;thanks for mentioning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/536551"&gt;@mmcgowan702&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked the documentation for the &lt;A href="https://developers.hubspot.com/docs/cms/hubl/if-statements" target="_blank" rel="noopener"&gt;if stamtements&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;If you want to check to a string or value you should use quotes like this&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;{% if&amp;nbsp;&lt;SPAN&gt;contact.contact_opeid.value == 'none'&lt;/SPAN&gt; %}&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 12:27:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Help-with-HubL/m-p/783822#M33860</guid>
      <dc:creator>Indra</dc:creator>
      <dc:date>2023-04-19T12:27:31Z</dc:date>
    </item>
  </channel>
</rss>

