Hello!
I have a project I am working on to capture the "second response time" of a ticket. After some testing I figured I could accomplish this via runbooks, API, and automation rules. I have another runbook executing in a similar way via a 5-step API runbook to relate the requester's computer to the current ticket via Entra and the current signed-in user. Its been --mostly-- working as intended, but since this runbook is present, the second response time runbook cannot be attached to the ticket.
Do you know of a way I could insert a step at the beginning / end of the process integration steps to have the runbook remove itself? I am thinking if the first / last step of every runbook removes the runbook, we can get around this challenge. Or if there was a way to attach multiple runbooks to an incident, or even if this could be simplified into a single step process, then we could execute via automation rules instead of relying on runbooks for this.