We are currently using the “Form Submitted” trigger in HubSpot for form submissions. Is it possible to specify a start date/time for data retrieval with this trigger?
Also, when this trigger is enabled for the first time, will it send notifications for all previously submitted form data, or does it only apply to new submissions?
Hi @mka9 , the native Form Submitted trigger is very simple, so it doesn’t let you set a start timestamp or fetch historical submissions. It only listens for new submissions from the moment the workflow is turned on, and it never “replays” old form activity. That’s why you won’t see notifications for past submissions, even if the contact has a long submission history (https://knowledge.hubspot.com/workflows/set-your-workflow-enrollment-triggers )
If you need control over a time window, the usual pattern is to store the submission moment yourself. A small companion workflow can grab the event timestamp and write it into a custom date property, then your main workflow uses that property as the enrollment trigger or as a filter for the period you care about.
Hi @mka9 , the native Form Submitted trigger is very simple, so it doesn’t let you set a start timestamp or fetch historical submissions. It only listens for new submissions from the moment the workflow is turned on, and it never “replays” old form activity. That’s why you won’t see notifications for past submissions, even if the contact has a long submission history (https://knowledge.hubspot.com/workflows/set-your-workflow-enrollment-triggers )
If you need control over a time window, the usual pattern is to store the submission moment yourself. A small companion workflow can grab the event timestamp and write it into a custom date property, then your main workflow uses that property as the enrollment trigger or as a filter for the period you care about.