Here's my code:
// If all questions have been asked, set workflow.Question1 to null
workflow.Question1 = null;
// Logic to proceed to the next node
goToNextNode(); // Replace with your actual function or logic to proceed to the next node
}
I want is to have it on Transition Card. How I would specify that/