<?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 [Early-stage Idea/Feedback Welcome] Would a Visual Formula Language for HubSpot Workflows Be Useful in Third-Party Apps</title>
    <link>https://community.hubspot.com/t5/Third-Party-Apps/Early-stage-Idea-Feedback-Welcome-Would-a-Visual-Formula/m-p/1135000#M540</link>
    <description>&lt;P&gt;Hi everyone &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm in the &lt;STRONG&gt;very early stages&lt;/STRONG&gt; of exploring an idea and would love to hear what the community thinks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a &lt;STRONG&gt;visual formula language&lt;/STRONG&gt; — similar to Excel in syntax, with a &lt;STRONG&gt;Blockly-style interface&lt;/STRONG&gt; — that could be integrated into &lt;STRONG&gt;HubSpot workflows via a custom action&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to let users write and evaluate &lt;STRONG&gt;complex dynamic expressions&lt;/STRONG&gt; based on CRM properties, with support for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Conditional logic (e.g., IF, SWITCH)&lt;/LI&gt;&lt;LI&gt;Arithmetic &amp;amp; date calculations&lt;/LI&gt;&lt;LI&gt;String manipulation&lt;/LI&gt;&lt;LI&gt;Error handling (like TRY/CATCH)&lt;/LI&gt;&lt;LI&gt;Custom business rules (e.g., &lt;EM&gt;commercial rounding&lt;/EM&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;All of this would be &lt;STRONG&gt;visual&lt;/STRONG&gt;, so ops and marketing users could build logic without coding.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:"&gt;🔍&lt;/span&gt; Example: Compute price with country-based VAT and commercial rounding&lt;/H3&gt;&lt;PRE&gt;COMMERCIALROUND(
  d:base_price * SWITCH(
    s:country; 
    d:default_rate; 
    [
      {"FR": 1.20};
      {"DE": 1.19};
      {"US": 1.00}
    ]
  );
  [
    {0; 10; NEAREST; TO_10_CENTS; 0.1};
    {10; 100; CEIL; TO_99_CENTS; 0.2}
  ]
)&lt;/PRE&gt;&lt;P&gt;This evaluates the price with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A VAT rate based on the customer's country&lt;/LI&gt;&lt;LI&gt;Then applies &lt;STRONG&gt;tiered commercial rounding&lt;/STRONG&gt; rules&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;No need for multiple workflows, hardcoded property values, or custom code.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; Why I think it could be valuable:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Bring more &lt;STRONG&gt;logic and reusability&lt;/STRONG&gt; inside workflows&lt;/LI&gt;&lt;LI&gt;Reduce reliance on complex branches or custom-coded solutions&lt;/LI&gt;&lt;LI&gt;Use cases: pricing models, lead scoring, thresholds, conditions, formatting, Date calculation…&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Would something like this be helpful in your HubSpot setup?&lt;/STRONG&gt;&lt;BR /&gt;Have you ever wanted to express logic that just isn’t possible with native tools?&lt;/P&gt;&lt;P&gt;I’d love your feedback &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 23:32:58 GMT</pubDate>
    <dc:creator>DBRAHIM</dc:creator>
    <dc:date>2025-04-10T23:32:58Z</dc:date>
    <item>
      <title>[Early-stage Idea/Feedback Welcome] Would a Visual Formula Language for HubSpot Workflows Be Useful</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/Early-stage-Idea-Feedback-Welcome-Would-a-Visual-Formula/m-p/1135000#M540</link>
      <description>&lt;P&gt;Hi everyone &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm in the &lt;STRONG&gt;very early stages&lt;/STRONG&gt; of exploring an idea and would love to hear what the community thinks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a &lt;STRONG&gt;visual formula language&lt;/STRONG&gt; — similar to Excel in syntax, with a &lt;STRONG&gt;Blockly-style interface&lt;/STRONG&gt; — that could be integrated into &lt;STRONG&gt;HubSpot workflows via a custom action&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to let users write and evaluate &lt;STRONG&gt;complex dynamic expressions&lt;/STRONG&gt; based on CRM properties, with support for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Conditional logic (e.g., IF, SWITCH)&lt;/LI&gt;&lt;LI&gt;Arithmetic &amp;amp; date calculations&lt;/LI&gt;&lt;LI&gt;String manipulation&lt;/LI&gt;&lt;LI&gt;Error handling (like TRY/CATCH)&lt;/LI&gt;&lt;LI&gt;Custom business rules (e.g., &lt;EM&gt;commercial rounding&lt;/EM&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;All of this would be &lt;STRONG&gt;visual&lt;/STRONG&gt;, so ops and marketing users could build logic without coding.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:"&gt;🔍&lt;/span&gt; Example: Compute price with country-based VAT and commercial rounding&lt;/H3&gt;&lt;PRE&gt;COMMERCIALROUND(
  d:base_price * SWITCH(
    s:country; 
    d:default_rate; 
    [
      {"FR": 1.20};
      {"DE": 1.19};
      {"US": 1.00}
    ]
  );
  [
    {0; 10; NEAREST; TO_10_CENTS; 0.1};
    {10; 100; CEIL; TO_99_CENTS; 0.2}
  ]
)&lt;/PRE&gt;&lt;P&gt;This evaluates the price with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A VAT rate based on the customer's country&lt;/LI&gt;&lt;LI&gt;Then applies &lt;STRONG&gt;tiered commercial rounding&lt;/STRONG&gt; rules&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;No need for multiple workflows, hardcoded property values, or custom code.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; Why I think it could be valuable:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Bring more &lt;STRONG&gt;logic and reusability&lt;/STRONG&gt; inside workflows&lt;/LI&gt;&lt;LI&gt;Reduce reliance on complex branches or custom-coded solutions&lt;/LI&gt;&lt;LI&gt;Use cases: pricing models, lead scoring, thresholds, conditions, formatting, Date calculation…&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Would something like this be helpful in your HubSpot setup?&lt;/STRONG&gt;&lt;BR /&gt;Have you ever wanted to express logic that just isn’t possible with native tools?&lt;/P&gt;&lt;P&gt;I’d love your feedback &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 23:32:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/Early-stage-Idea-Feedback-Welcome-Would-a-Visual-Formula/m-p/1135000#M540</guid>
      <dc:creator>DBRAHIM</dc:creator>
      <dc:date>2025-04-10T23:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: [Early-stage Idea/Feedback Welcome] Would a Visual Formula Language for HubSpot Workflows Be ...</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/Early-stage-Idea-Feedback-Welcome-Would-a-Visual-Formula/m-p/1135208#M544</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/892896"&gt;@DBRAHIM&lt;/a&gt;&lt;/SPAN&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This sounds like a &lt;STRONG&gt;fantastic idea&lt;/STRONG&gt; and something that could be &lt;STRONG&gt;incredibly useful&lt;/STRONG&gt; for many HubSpot users!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing!&lt;/P&gt;
&lt;P&gt;Diana&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 11:42:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/Early-stage-Idea-Feedback-Welcome-Would-a-Visual-Formula/m-p/1135208#M544</guid>
      <dc:creator>DianaGomez</dc:creator>
      <dc:date>2025-04-11T11:42:32Z</dc:date>
    </item>
  </channel>
</rss>

