Google Sheets integration with mulitiple data sources
SOLVE
Hi all,
I have created a workflow to push data to a connected Google Sheets file. But how can I push company data as well as deal data into 1 sheet? It doesn't seem to work as workflows are either started from the company or deal? Who can help me out?
The first way would be to copy the company fields you won't over to the contact record and then push the row into Google sheets from the contact property.
The second way would be if you have operations hub Pro or higher, you could use custom code to store the values from the company record associated with that contact and then push them to the Google sheet as before.
Hope this helps. If you need more, just let us know.
The first way would be to copy the company fields you won't over to the contact record and then push the row into Google sheets from the contact property.
The second way would be if you have operations hub Pro or higher, you could use custom code to store the values from the company record associated with that contact and then push them to the Google sheet as before.
Hope this helps. If you need more, just let us know.
Google Sheets integration with mulitiple data sources
SOLVE
Hey @ABaas5 thank you for posting in our Community.
Currently, you can use theCreate Google Sheet rowaction orUpdate data in a Google Sheetaction to send data from HubSpot properties to your spreadsheet. For example, you can use this action to send contact data from new leads to a spreadsheet for your sales outreach team.