I have a requirement when my ticket moves to “Under review” I want some person (account head I will add this as a contact) to approve that budget given in box.
so once the account head approves, the ticket should move to different status under review--> approved.
How can i achieve this in HubSpot Service Hub (ticket configuration or configuration settings anything)
Hey @AneesScleraworx you could break your workflow down to 2 workflows. Any actions you need to automate prior to the review stage can be done in workflow 1. The second workflow can then run any actions after the review and can just be triggered on the “approved” criteria. You do need something to mark when the head approves though, this could just be a checkbox property that says something like “head approved” which can just be checked. Then you can set this have a true value as being the criteria for your second workflow.
Hey @AneesScleraworx Yes you can do this, if you leave the “approved” field empty and only allow it to be updated by the head. You can set your workflow as enrolled on “approved” being known. Then you could do an if/then branch to set it depending on the value.