<?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: Workflows creating custom object based on field value in &amp;#128172 RevOps Discussions</title>
    <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188874#M3433</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/821939"&gt;@Huntscape-Ops&lt;/a&gt;&amp;nbsp;then my bulleted list would go up to 12.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2025 16:00:33 GMT</pubDate>
    <dc:creator>karstenkoehler</dc:creator>
    <dc:date>2025-08-14T16:00:33Z</dc:date>
    <item>
      <title>Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188835#M3424</link>
      <description>&lt;P&gt;I have a client who bills in installments with custom amounts and at custom intervals.&amp;nbsp; We are implementing custom objects to handle this piece, and I want to be able to auto-create our custom payment object based on a field "number of payments" from the deal record.&amp;nbsp; How would I get HubSpot to create the same number of payment records as the number in the number of payments field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking of creating a "count of open installments" field and then using dynamic lists in workflows with if-then statements based on the "number of open installments" field with create custom object steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There has to be an easier way to get multiple objects created based on a field value.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:07:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188835#M3424</guid>
      <dc:creator>Huntscape-Ops</dc:creator>
      <dc:date>2025-08-14T15:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188837#M3425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/821939"&gt;@Huntscape-Ops&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A roll-up field, then a branch based on the number within that roll-up field would be my choice. I don't see any application of lists here, to be honest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't get higher than 20, this is probably the fastest way. If there are typically (a lot) more, then I'd go the custom code action route.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:09:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188837#M3425</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-08-14T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188845#M3426</link>
      <description>Can you explain how you would organize the logic.&lt;BR /&gt;&lt;BR /&gt;Roll up on the company record or deal record for open payments?&lt;BR /&gt;&lt;BR /&gt;When deal stage = closed won enroll the deal and create payment&lt;BR /&gt;if number of installments is less than the number of payments, create&lt;BR /&gt;payment&lt;BR /&gt;delay 2 min&lt;BR /&gt;if number of installments is then than the number of payments, create&lt;BR /&gt;payment&lt;BR /&gt;&lt;BR /&gt;keep going until all are created?&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:22:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188845#M3426</guid>
      <dc:creator>Huntscape-Ops</dc:creator>
      <dc:date>2025-08-14T15:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188846#M3427</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/821939"&gt;@Huntscape-Ops&lt;/a&gt;&amp;nbsp;how many payments are we talking about, maximum? (see my previous reply)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For small numbers, a roll-up would not necessarily needed. Simply branch by the number of payments, create a payments record, then either cascade further branches or use go-to-action to simplify the overall layout. I'm realizing no roll-up is needed here.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:28:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188846#M3427</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-08-14T15:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188862#M3428</link>
      <description>&lt;P&gt;Does this look right to you?&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="HuntscapeOps_0-1755186467718.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/153263iF0C12F1EA5CF5454/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HuntscapeOps_0-1755186467718.png" alt="HuntscapeOps_0-1755186467718.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:47:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188862#M3428</guid>
      <dc:creator>Huntscape-Ops</dc:creator>
      <dc:date>2025-08-14T15:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188868#M3429</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/821939"&gt;@Huntscape-Ops&lt;/a&gt;&amp;nbsp;you can save yourself work by using "Go to action" here:&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="karstenkoehler_0-1755186651252.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/153264iF1553800468B51EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="karstenkoehler_0-1755186651252.png" alt="karstenkoehler_0-1755186651252.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... and adjusting each branch so that the branch 1 creates installment 1, branch 2 creates installment 2, branch 3 creates installment 3 etc.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:51:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188868#M3429</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-08-14T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188870#M3430</link>
      <description>&lt;P&gt;wouldnt every deal have all 12 installments if the go to action is at the bottom of the branch? branch one go to branch 2 go to branch 3 etc?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:56:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188870#M3430</guid>
      <dc:creator>Huntscape-Ops</dc:creator>
      <dc:date>2025-08-14T15:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188871#M3431</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/821939"&gt;@Huntscape-Ops&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Branch 1: Create installment 1&lt;/LI&gt;
&lt;LI&gt;Branch 2: Create installment 2, then go to branch 1&lt;/LI&gt;
&lt;LI&gt;Branch 3: Create installment 3, then go to branch 2&lt;/LI&gt;
&lt;LI&gt;Branch 4: Create installment 4, then go to branch 4&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Does that make sense?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, a deal with count 2 would go to branch 2, create installment 2, go to branch 1, create installment 1, done.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:58:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188871#M3431</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-08-14T15:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188872#M3432</link>
      <description>I think 12 is the max over 3 years&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2025 15:59:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188872#M3432</guid>
      <dc:creator>Huntscape-Ops</dc:creator>
      <dc:date>2025-08-14T15:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188874#M3433</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/821939"&gt;@Huntscape-Ops&lt;/a&gt;&amp;nbsp;then my bulleted list would go up to 12.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 16:00:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188874#M3433</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-08-14T16:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows creating custom object based on field value</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188876#M3434</link>
      <description>&lt;P&gt;No but that is ok. I did it the long way I have pictured.&amp;nbsp; Thank you so much for the help here. I could not visualize what needed to be done.&amp;nbsp; New to custom objects&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 16:04:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/Workflows-creating-custom-object-based-on-field-value/m-p/1188876#M3434</guid>
      <dc:creator>Huntscape-Ops</dc:creator>
      <dc:date>2025-08-14T16:04:58Z</dc:date>
    </item>
  </channel>
</rss>

