Dashboards & Reporting

CClark3
Participant

Reporting on Last modified and updates

SOLVE

Hello,

 

I'm running into a bit of dilemna. I want to build a dashboard/report in Hubspot to point out any changes to a deal where a close date has changed, or any field. I know its not possible to show changes that were made but I would like to at least have the last modified date show. The problem is we have workflows running on deals daily(to populate todays date) so when i pull the last modified date they are all updated daily. Is it a way to exclude workflows updates from reports? Or a way to show the last user modification date and not by the workflow? 

3 Accepted solutions
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

Reporting on Last modified and updates

SOLVE

Hi @CClark3,

 

The "Last modified date" is not suitable for this, unfortunately, for the reason you're describing. It's not possible to change the behavior of that property or have it exclude certain changes.

 

If you're interested in changes to deals, I'd recommend the sales analytics: https://knowledge.hubspot.com/reports/create-sales-reports-with-the-sales-reports-analytics-tool

 

(specifically the "Forecasts & Pipeline" section)

 

These include a "Deal change history" and "Deal push rate" report which might give you out of the box what you're looking for - or at least close to it.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

View solution in original post

Lucila-Andimol
Solution
Most Valuable Member | Platinum Partner
Most Valuable Member | Platinum Partner

Reporting on Last modified and updates

SOLVE

Hey @CClark3 

so the only way to see manually how it was modified is entering manually to each record here

Screenshot 2024-03-12 at 15.49.53.png

If you only want to see the user's/manul modifications you will need to go throughout the API.

hope this helps

María Lucila Abal
COO Andimol | Platinum Accredited Partner
HubSpot Expert, Top Community Champion | Hall of Fame IN23&IN24
Certified Trainer (12+ years) | SuperAdmins Bootcamp Instructor

Have questions? Get answers:

Get Premium Support

Did my post help answer your question? Mark this as a solution.

View solution in original post

0 Upvotes
RubenBurdin
Solution
Top Contributor

Reporting on Last modified and updates

SOLVE

I've solved this recently with custom-coded workflow actions, but it requires access to Operations Hub Pro.

 

There is a hidden property you can extract via API, as detailed in this thread here: https://community.hubspot.com/t5/APIs-Integrations/Last-modified-by-user/m-p/839546?profile.language....

 

You can create three custom properties, such as:

  • last_modified_by_user_id
  • last_modified_by_user_timestamp
  • last_modified_by_user_source

and then map them through a custom-coded workflow action or a third-party tool like n8n.io. Then, you can use these properties in reports as needed. These can be configured for different records, as needed.

Did my answer help? Please mark it as a solution to help others find it too.

Ruben Burdin Ruben Burdin
HubSpot Advisor
Founder @ Stacksync
Real-Time Data Sync between any CRM and Database
Stacksync Banner

View solution in original post

4 Replies 4
RubenBurdin
Solution
Top Contributor

Reporting on Last modified and updates

SOLVE

I've solved this recently with custom-coded workflow actions, but it requires access to Operations Hub Pro.

 

There is a hidden property you can extract via API, as detailed in this thread here: https://community.hubspot.com/t5/APIs-Integrations/Last-modified-by-user/m-p/839546?profile.language....

 

You can create three custom properties, such as:

  • last_modified_by_user_id
  • last_modified_by_user_timestamp
  • last_modified_by_user_source

and then map them through a custom-coded workflow action or a third-party tool like n8n.io. Then, you can use these properties in reports as needed. These can be configured for different records, as needed.

Did my answer help? Please mark it as a solution to help others find it too.

Ruben Burdin Ruben Burdin
HubSpot Advisor
Founder @ Stacksync
Real-Time Data Sync between any CRM and Database
Stacksync Banner
Girifox
Contributor

Reporting on Last modified and updates

SOLVE

I have the same requirement, and can't/don't want to use the API to get the answer, as I am looking for the simplest solution.  I couldn't find a workaround in the marketplace, either.

0 Upvotes
Lucila-Andimol
Solution
Most Valuable Member | Platinum Partner
Most Valuable Member | Platinum Partner

Reporting on Last modified and updates

SOLVE

Hey @CClark3 

so the only way to see manually how it was modified is entering manually to each record here

Screenshot 2024-03-12 at 15.49.53.png

If you only want to see the user's/manul modifications you will need to go throughout the API.

hope this helps

María Lucila Abal
COO Andimol | Platinum Accredited Partner
HubSpot Expert, Top Community Champion | Hall of Fame IN23&IN24
Certified Trainer (12+ years) | SuperAdmins Bootcamp Instructor

Have questions? Get answers:

Get Premium Support

Did my post help answer your question? Mark this as a solution.

0 Upvotes
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

Reporting on Last modified and updates

SOLVE

Hi @CClark3,

 

The "Last modified date" is not suitable for this, unfortunately, for the reason you're describing. It's not possible to change the behavior of that property or have it exclude certain changes.

 

If you're interested in changes to deals, I'd recommend the sales analytics: https://knowledge.hubspot.com/reports/create-sales-reports-with-the-sales-reports-analytics-tool

 

(specifically the "Forecasts & Pipeline" section)

 

These include a "Deal change history" and "Deal push rate" report which might give you out of the box what you're looking for - or at least close to it.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.