Hey all,
I’m looking to connect my Shortcut (dev team) and Hubspot (support team) to make it so changes in Shortcut Status will inform a field on Hubspot. Basically, I’d like to make it so when a Shortcut Status is updated, it updates a field in Hubspot to keep Support and Development in sync. I can’t use Shortcut as a trigger, just as a status check. So here’s what I have so far:
Every hour a Zap triggers that searches Hubspot for tickets with a connected Shortcut story. It then looks at that shortcut story to grab the status, and it injects the status from Shortcut into a field in Hubspot. However, I can only get it to run once and then it just stops running. And it will just choose the oldest ticket to run on, so it just constantly does the same thing.
I’ve tried using a loop to see if I can get it to run more than once, but I’m not getting to where I want it. Any ideas on how to help with this?