<?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: How to automatically create tickets for each line item in a deal using workflows? in Tickets &amp; Conversations</title>
    <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197053#M8777</link>
    <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m not able to configure this condition in workflows because the property Line Item [PROPERTY] is not available as a filter in workflow automation. Currently, workflows in HubSpot can use deal, company, contact, or ticket properties, but line item–level properties cannot be directly referenced&lt;/P&gt;</description>
    <pubDate>Fri, 05 Sep 2025 13:48:29 GMT</pubDate>
    <dc:creator>ASantos10</dc:creator>
    <dc:date>2025-09-05T13:48:29Z</dc:date>
    <item>
      <title>How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1188380#M8713</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm working with multiple line items within deals, and I need to create a ticket for each line item when I start an operation.&lt;/P&gt;&lt;P&gt;Currently, when I begin working on a deal, I manually create individual tickets for each line item registered in that deal. I'd like to automate this process using HubSpot workflows.&lt;/P&gt;&lt;P&gt;Is there a way to set up a workflow that automatically creates a ticket for each line item associated with a deal? I'm looking for a solution that would trigger when a specific deal stage is reached or when a particular property is updated.&lt;/P&gt;&lt;P&gt;Any guidance on how to configure this workflow would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 18:08:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1188380#M8713</guid>
      <dc:creator>ASantos10</dc:creator>
      <dc:date>2025-08-13T18:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1188466#M8714</link>
      <description>&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/973243"&gt;@ASantos10&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;This is possible if you have Hub permissions to create tickets via workflows.&lt;BR /&gt;&lt;BR /&gt;Enroll Trigger:&lt;BR /&gt;When Deal [PROPERTY/STAGE] is [VALUE]&lt;BR /&gt;&lt;BR /&gt;Actions:&lt;BR /&gt;AND/OR Branch 01:&lt;BR /&gt;If Line Item [PROPERTY] is: [VALUE 01]&lt;BR /&gt;-Create Ticket 01 then go action to Branch 02&lt;BR /&gt;&lt;BR /&gt;If not, go to next AND/OR Branch 02:&amp;nbsp;&lt;BR /&gt;If Line Item [PROPERTY] is [VALUE 02]&lt;/P&gt;
&lt;P&gt;-Create Ticket 02 then go action to Branch 03&lt;BR /&gt;&lt;BR /&gt;If not, go to next AND/OR Branch 03:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Etc.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Items to consider:&lt;BR /&gt;Where it might get tricky is if you want to put token information about the Line Item into the ticket, there are multiple Line Items associated beyond "first associated"/"last associated", and if you have flexible Line Item info that requires token usage instead of text entry.&lt;BR /&gt;What happens if an associated Line Item is added/removed/updated after it reaches the enrollment trigger and has already gone through the workflow.&lt;BR /&gt;&lt;BR /&gt;Please let me know if this is what you are looking for, if you have any questions, or would like to share more detail if that didn't quite meet your question.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 21:30:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1188466#M8714</guid>
      <dc:creator>00000</dc:creator>
      <dc:date>2025-08-13T21:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1188719#M8716</link>
      <description>&lt;P&gt;Hey!&lt;BR /&gt;Unfortunately, HubSpot workflows don’t natively loop through each line item in a deal and create separate tickets automatically — they’ll only create one ticket per workflow action.&lt;/P&gt;&lt;P&gt;If you want a true “one ticket per line item” setup, you’ve got two main options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Custom-coded workflow action – If you have Operations Hub Professional or Enterprise, you can add a custom code action in your workflow. The code can pull all the line items for the deal via the HubSpot API and then create a ticket for each one.&lt;/LI&gt;&lt;LI&gt;Third-party integration or middleware – Tools like Zapier, Make (Integromat), or custom API scripts can watch for a deal stage change, grab the associated line items, and then create tickets automatically.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For a purely HubSpot-native solution without code, you’d need to restructure your process (e.g., have each line item be its own deal/ticket trigger), but that’s not ideal if you want to keep deals consolidated.&lt;/P&gt;&lt;P&gt;If you’re comfortable with light coding or have a dev resource, the API route is the cleanest way to make this work exactly how you’re imagining.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 11:58:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1188719#M8716</guid>
      <dc:creator>SamuelW</dc:creator>
      <dc:date>2025-08-14T11:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1188816#M8717</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi there,&lt;BR /&gt;In HubSpot, workflows can create tickets from deals, but they can’t directly loop through each line item and create a separate ticket for each one. Workflows treat line items as associated records, and there’s no native “for each line item” action.&lt;BR /&gt;To achieve this, you have two main options:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Custom Code Action (Operations Hub Professional+)&lt;/STRONG&gt; – You can use a custom code step in a workflow to pull all associated line items via the HubSpot API and then create individual tickets for each.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;External Automation&lt;/STRONG&gt; – Use tools like Zapier, Make, or a custom integration that triggers when the deal stage changes and automatically creates tickets for each line item.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN&gt;&lt;BR /&gt;If you want to explore the API method, HubSpot’s docs for Line Items API - &lt;A href="https://developers.hubspot.com/docs/guides/api/crm/objects/line-items" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developers.hubspot.com/docs/guides/api/crm/objects/line-items&lt;/A&gt; and Tickets API - &lt;A href="https://developers.hubspot.com/docs/api/crm/tickets" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developers.hubspot.com/docs/api/crm/tickets&lt;/A&gt; will be helpful.&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 14:31:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1188816#M8717</guid>
      <dc:creator>WebGuruz_Tech</dc:creator>
      <dc:date>2025-08-14T14:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1189193#M8719</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973243"&gt;@ASantos10&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do this without custom code, too.&lt;BR /&gt;&lt;BR /&gt;For this answer I'm assume you've 5 line-items total in HubSpot.&lt;BR /&gt;&lt;BR /&gt;Step 1. Create a Line-item multiselect property in Deal and set a each line-item name value as option.&lt;BR /&gt;&lt;BR /&gt;Step 2. Create a deal based workflow&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a. set trigger "when number of associated line item is known".&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b. create a branch of each line-item property label.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c. check if associated line-item record ID match condition in each branch.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; d. If Yes, set a "line-item" property value based on matching branch.&lt;BR /&gt;&lt;BR /&gt;Step 3. Create a ticket creation workflow based on deal object.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a.&amp;nbsp;Set trigger "when line-item is known". (&lt;EM&gt;Note - You can add other condition too&lt;/EM&gt;)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b. Create a branch for each line-item options&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c. Set create a ticket record and copy a "line-item" label as a ticket name.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;Try this and I'm sure it will works, other then you have only one custom code options as&amp;nbsp;mentioned above!&lt;BR /&gt;&lt;BR /&gt;Let us know if you have any query or need farther support to setup a entier process workflows!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.consultey.com?utm_source=HubSpot+Community&amp;amp;utm_medium=Link&amp;amp;utm_campaign=Email+Signature" target="_blank"&gt;&lt;IMG src="https://www.consultey.com/hubfs/Community.png" border="0" alt="" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 12:22:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1189193#M8719</guid>
      <dc:creator>Consultey</dc:creator>
      <dc:date>2025-08-15T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197053#M8777</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m not able to configure this condition in workflows because the property Line Item [PROPERTY] is not available as a filter in workflow automation. Currently, workflows in HubSpot can use deal, company, contact, or ticket properties, but line item–level properties cannot be directly referenced&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 13:48:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197053#M8777</guid>
      <dc:creator>ASantos10</dc:creator>
      <dc:date>2025-09-05T13:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197067#M8778</link>
      <description>&lt;P&gt;I cannot create a branch based on line item properties because HubSpot workflows do not support branching directly on line-item–level data. Workflow branching logic is limited to deal, contact, company, or ticket properties.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 14:07:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197067#M8778</guid>
      <dc:creator>ASantos10</dc:creator>
      <dc:date>2025-09-05T14:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197203#M8779</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/973243"&gt;@ASantos10&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;Thank you for reaching out to the Community!&lt;BR /&gt;I'd like to invite some community members who are subject matter experts to join this conversation.&lt;BR /&gt;&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/111325"&gt;@karstenkoehler&lt;/a&gt;&lt;/SPAN&gt; &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/20405"&gt;@himanshurauthan&lt;/a&gt;&lt;/SPAN&gt; &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/586290"&gt;@ArisudanTiwari&lt;/a&gt;&lt;/SPAN&gt; - Would you be able to share any insights on this? Your expertise would be greatly appreciated.&lt;BR /&gt;Best,&lt;BR /&gt;Victor&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 19:33:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197203#M8779</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2025-09-05T19:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197545#M8780</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973243"&gt;@ASantos10&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy to support you in detail, but based on your above reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you miss &lt;EM&gt;"step 1.&amp;nbsp;Create a Line-item multiselect property in Deal and set a each line-item name value as option."&amp;nbsp;&amp;nbsp;&lt;/EM&gt;in your execution step.&lt;BR /&gt;&lt;BR /&gt;So, once you create a "Line-item" property in a deal, then create a workflow like this for step 2.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Consultey_0-1757265967787.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/155014iF1134E12F7612047/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Consultey_0-1757265967787.png" alt="Consultey_0-1757265967787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To know how to matach associated line-item name - &lt;A href="https://www.awesomescreenshot.com/video/43950246?key=7998d0545ba087fc0a0dd9cf7713a6b3" target="_blank" rel="noopener"&gt;watch this video clip&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, lastly for the step 3, I think this is very straightforward and easy to setup an workflow to create a ticket. Still send me an email, DM or reply here for further support!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.consultey.com?utm_source=HubSpot+Community&amp;amp;utm_medium=Link&amp;amp;utm_campaign=Email+Signature" target="_blank"&gt;&lt;IMG src="https://www.consultey.com/hubfs/Community.png" border="0" alt="" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 17:31:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1197545#M8780</guid>
      <dc:creator>Consultey</dc:creator>
      <dc:date>2025-09-07T17:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1198458#M8781</link>
      <description>&lt;P&gt;Hey &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/973243"&gt;@ASantos10&lt;/a&gt;&lt;/SPAN&gt; ,&lt;BR /&gt;Just checking in — any luck with that issue? Let me know if I can help out.&lt;BR /&gt;Best, Victor&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 15:45:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1198458#M8781</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2025-09-09T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1198498#M8782</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;My apologies for not checking to see what you access to first. It is frustrating to read inaccessible suggestions. &lt;BR /&gt;&lt;BR /&gt;However, I do want to add some screenshots below for those with the capabilities to filter triggers and branches on associated objects to deals (the workflow object) inside workflows to see what is possible. Perhaps you can talk to your HubSpot rep about upgrading/entering the beta mentioned at the end if it is still not available to you.&lt;BR /&gt;&lt;BR /&gt;In the screenshots below:&lt;BR /&gt;2 screenshots: Trigger accessing Line Item when selected at the top dropdown.&amp;nbsp;&lt;BR /&gt;Next 2 screenshots: Branch logic access Line Item when selected at the top dropdown.&lt;BR /&gt;Next screenshot: Where to access associated record tokens to insert into ticket descriptions, etc. In the case of multiple line items, you'd likely select edit available records to add more.&amp;nbsp;&lt;BR /&gt;Final screenshot: In the case of multiple line items, you''d likely work on stamping/syncing custom properties with unique details per line item to add each individual associated line item correctly for each branch creating a ticket. Depending on your use case's line item volume, this may or may not be a practical solution. In cases of large volume, custom code may be more practical.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="00000_0-1757435435360.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/155200i75AF203A15B9FECB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="00000_0-1757435435360.png" alt="00000_0-1757435435360.png" /&gt;&lt;/span&gt;&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="00000_1-1757435451026.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/155201i5243C188991C0477/image-size/medium?v=v2&amp;amp;px=400" role="button" title="00000_1-1757435451026.png" alt="00000_1-1757435451026.png" /&gt;&lt;/span&gt;&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="00000_2-1757435517733.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/155203i143D970626342C6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="00000_2-1757435517733.png" alt="00000_2-1757435517733.png" /&gt;&lt;/span&gt;&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="00000_3-1757435531058.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/155204i99170D400EE18DAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="00000_3-1757435531058.png" alt="00000_3-1757435531058.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="00000_4-1757435968311.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/155205i4B1F35B218E1CF90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="00000_4-1757435968311.png" alt="00000_4-1757435968311.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="00000_5-1757435977327.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/155206iBAE912414D253210/image-size/medium?v=v2&amp;amp;px=400" role="button" title="00000_5-1757435977327.png" alt="00000_5-1757435977327.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chel&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 16:44:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1198498#M8782</guid>
      <dc:creator>00000</dc:creator>
      <dc:date>2025-09-09T16:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create tickets for each line item in a deal using workflows?</title>
      <link>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1199115#M8784</link>
      <description>&lt;P&gt;Thank you very much. It was very helpful and solved my issue.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 19:04:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tickets-Conversations/How-to-automatically-create-tickets-for-each-line-item-in-a-deal/m-p/1199115#M8784</guid>
      <dc:creator>ASantos10</dc:creator>
      <dc:date>2025-09-10T19:04:28Z</dc:date>
    </item>
  </channel>
</rss>

