How to start the bot flow from a particular block?
There are times when you may want to start the bot flow from a particular block without going through the complete flow.
https://app.botbaba.io/{YOUR_BOT_URL}?block={block name}
For example, in a bot flow, there are four blocks.
In order to trigger the flow from the pickup block, click on the Live button.
This opens the web bot in a new tab. Check the URL, it will look similar to this.
In order to run the bot from the pickup block, add ?block=pickup, and press enter. This will run the bot from the pickup block.
This is only possible with our Web Bot at the moment.