<?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 Reformat a single custom object record in Dashboards &amp; Reporting</title>
    <link>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/946843#M9642</link>
    <description>&lt;P&gt;We have a need to reformat a Custom Object record to basically transpose the list of columns from horizantal to vertical so that we could save that to a pdf or export it for use in next step of workflow outside of Hubspot.&amp;nbsp; For our example we are capturing specs for a sourcing request that we want to send to a vendor.&amp;nbsp; We currently would need to export that row and apply a template that essentially transposes the columns and values.&amp;nbsp; This could be a new visualization in the custom reports or preferably an option for a selected record in a view?&amp;nbsp; Anyone have an integration or other creative suggestion?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 14:24:22 GMT</pubDate>
    <dc:creator>KSchmidt8</dc:creator>
    <dc:date>2024-03-20T14:24:22Z</dc:date>
    <item>
      <title>Reformat a single custom object record</title>
      <link>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/946843#M9642</link>
      <description>&lt;P&gt;We have a need to reformat a Custom Object record to basically transpose the list of columns from horizantal to vertical so that we could save that to a pdf or export it for use in next step of workflow outside of Hubspot.&amp;nbsp; For our example we are capturing specs for a sourcing request that we want to send to a vendor.&amp;nbsp; We currently would need to export that row and apply a template that essentially transposes the columns and values.&amp;nbsp; This could be a new visualization in the custom reports or preferably an option for a selected record in a view?&amp;nbsp; Anyone have an integration or other creative suggestion?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 14:24:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/946843#M9642</guid>
      <dc:creator>KSchmidt8</dc:creator>
      <dc:date>2024-03-20T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reformat a single custom object record into a table</title>
      <link>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/947172#M9644</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/143789"&gt;@KSchmidt8&lt;/a&gt;&lt;/SPAN&gt; thank you for posting in our Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend creating a custom module in HubSpot that represents the structure of the data you want to transpose. Ensure that this module contains fields for each column you want to transpose. Or you can develop an integration using the HubSpot API. This integration should fetch the data from the custom object record and transform it into a format suitable for a table. You can use any programming language of your choice to achieve this, such as Python, JavaScript, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To our top experts &lt;SPAN style="color:rgb(0,145,174);font-size:12px;"&gt;&lt;STRONG&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/402487"&gt;@RSchweighart&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/485080"&gt;@TainaSipilä&lt;/a&gt;&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;do you have any recommendations for&lt;SPAN style="color:rgb(0,145,174);font-size:12px;"&gt;&lt;STRONG&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/143789"&gt;@KSchmidt8&lt;/a&gt;&lt;/SPAN&gt;?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Pam&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 22:11:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/947172#M9644</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2024-03-20T22:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reformat a single custom object record</title>
      <link>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/947219#M9645</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/143789"&gt;@KSchmidt8&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an attempt at a solution. There's a chance I misunderstood you, so please correct me if I did.&lt;/P&gt;&lt;P&gt;I am going to use Google Sheets to collect and transpose the information, but there are a number of potential solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a custom property called something like "Send to Vendor" and make it a Single Checkbox type.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RSchweighart_0-1710976651657.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113537i8566EF37BCE4D073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RSchweighart_0-1710976651657.png" alt="RSchweighart_0-1710976651657.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, create a workflow and set up the trigger to Send a Vendor = 'Yes' and allow re-enrollment. Then, connect Google Sheets.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GIF Recording 2024-03-20 at 4.20.48 PM.gif" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113538i2E369B3DE0AD3316/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GIF Recording 2024-03-20 at 4.20.48 PM.gif" alt="GIF Recording 2024-03-20 at 4.20.48 PM.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set up Your Google Sheet to collect the information&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RSchweighart_4-1710979177251.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113543i9C5FA2996A0F3CB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RSchweighart_4-1710979177251.png" alt="RSchweighart_4-1710979177251.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add another sheet to your workbook and enter the transpose formula in cell A1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RSchweighart_2-1710977194030.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113540iC58A416DEFCD3A1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RSchweighart_2-1710977194030.png" alt="RSchweighart_2-1710977194030.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Build the step to send information to Google Sheets&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RSchweighart_3-1710977504335.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113541i53E22A5024739A6B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RSchweighart_3-1710977504335.png" alt="RSchweighart_3-1710977504335.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set "Send to Vendor" property back to 'No' to allow for re-triggering in the future, if desired.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GIF Recording 2024-03-20 at 4.32.37 PM.gif" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113542iF0234E71E0457A05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GIF Recording 2024-03-20 at 4.32.37 PM.gif" alt="GIF Recording 2024-03-20 at 4.32.37 PM.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Publish the workflow. No need to enroll existing records as there won't be any that meet the criteria.&lt;/P&gt;&lt;P&gt;Add the Send to Vendor property to your view and test it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GIF Recording 2024-03-20 at 5.01.01 PM.gif" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/113544iC3BD27B0B532337F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GIF Recording 2024-03-20 at 5.01.01 PM.gif" alt="GIF Recording 2024-03-20 at 5.01.01 PM.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Note this solution is only viable for sending one record at a time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this missed the mark on your intended use case. If there's more details to add, please provide them, and I can modify the recommendation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Ryan Schweighart&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Whole Hart Impact, LLC&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.whimpact.co" target="_blank" rel="noopener"&gt;whimpact.co&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I help businesses with HubSpot and Zapier.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 00:05:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/947219#M9645</guid>
      <dc:creator>RSchweighart</dc:creator>
      <dc:date>2024-03-21T00:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reformat a single custom object record</title>
      <link>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/950991#M9687</link>
      <description>&lt;P&gt;Thank you Ryan, we have m365 environment so we'd need this idea to work with excel and I don't see an app to connect for excel.&amp;nbsp; Let me know if I'm missing something... A co worker mentioned idea of creating a workflow webhook to power automate to do the reformatting.&amp;nbsp; Let me know what you think.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 18:51:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/950991#M9687</guid>
      <dc:creator>KSchmidt8</dc:creator>
      <dc:date>2024-03-27T18:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reformat a single custom object record</title>
      <link>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/952884#M9706</link>
      <description>&lt;P&gt;No problem, Karen. There's not an app connector for Excel in HubSpot's workflows like Google Sheets. Power Automate might work, but I'm not sure how to do it off hand. I think it'd need some more detailed coding as there aren't native connectors to HubSpot within Power Automate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Zapier is a solution I'm familiar with that is similar to Power Automate that should be able to work. Make (formerly Integromat) would be another possible solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you're interested in seeing a potential solution in Zapier.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 19:15:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Dashboards-Reporting/Reformat-a-single-custom-object-record/m-p/952884#M9706</guid>
      <dc:creator>RSchweighart</dc:creator>
      <dc:date>2024-04-01T19:15:16Z</dc:date>
    </item>
  </channel>
</rss>

