Can you send the card or code that send the user f...
# 🌎general
f
Can you send the card or code that send the user from a sub-workflow back to Main at a particular node in main? I have tried code snippets, but my conversation audit says it is jumoing to main, but the conversation just ends? // Call this action where you want to transition to another workflow const workflowName = 'Main'; // Replace with your target workflow's name const nodeName = 'General_Questions'; // Replace with the start node of the target workflow await bp.dialog.jumpTo(event.botId, event.target, workflowName, nodeName, event);