Yes, there is a way to revert to a specified node ...
# 💻developers
s
Yes, there is a way to revert to a specified node and flow in BotPress. You can use the
bp.dialog.jumpTo
function to jump to a specific node. To obtain the flow and node values, you can use the
messageId
,
store
, and other variables that you have obtained from the code of Message.tsx. You can pass these values as parameters to the
bp.dialog.jumpTo
function to navigate to the desired node in your flow. Please note that the exact implementation may vary depending on your specific use case and the structure of your flow. It is recommended to refer to the BotPress documentation or seek assistance from the BotPress community for more detailed guidance on how to use the
bp.dialog.jumpTo
function and navigate to specific nodes in your flow. Source:
2 Views