Optimizing Workflow for Delayed Webhook Processing in HubSpot
Hello, I have a question delaying a table run. TLDR, I have leads coming in from a Webhook, being processed to evaluate the individual's information, and sending information to (a) a company table and (b) a Hubspot publishing table for processing. Unfortunately it takes longer to complete the company table (~2-3 min) than the Hubspot publishing table, so it's often not complete by the time I'm pushing information to Hubspot. So often it will push a partial set of information that is incomplete. Here's what I've tried:
Pushing data into the Hubspot table rather than pulling it (not possible by my read, you can only push a new row, not update a row)
Adding ~1 min of delay into the workflow by using a series of https://postman-echo.com/delay/10
Having a second "Lookup Single Row in Other Table" condition on the first "Lookup Single Row in Other Table" being complete
Unfortunately none of these have worked. Any thoughts?
