Hello
I manage to create an integration to send contact form data from hubspot to google sheets.
Hubspot record contact form data and Pipedream send it to google sheets.
i created a new sheet with headers, i need help with the data here :
Hello
I manage to create an integration to send contact form data from hubspot to google sheets.
Hubspot record contact form data and Pipedream send it to google sheets.
i created a new sheet with headers, i need help with the data here :
Hi @anon18116532,
Welcome to the Pipedream community, happy to have you!
Yes it might not be apparent at first, but those text boxes not only accept plain text, but they can also map to data collected from Hubspot in prior steps or triggers.
For example in the Full Name field, if you’re using Hubspot as a trigger it may be exporting data under steps.trigger.event.name
.
In this Full Name field, you can reference that value with:
{{ steps.trigger.event.name }}
It may not be the exact path to the data, I’m not sure what your workflow is triggered by or when it’s collecting Hubspot data.
Thank you i get it now and works good.
i have an other issue, for now i created New Contacts trigger, i have hubspot record all forms submission and send it to my emails. when i did a test the contact created doesnt send to the google sheet.
@anon18116532 awesome great to hear!
Are there errors in your workflow during that event? Do you see the test contact information in the event?