Logging
Logging component sends data about the bot back to the bot or to the mail. It is necessary for debugging the bot.
For example, you know that the bot stops at a certain screen. Between each component of this problematic screen, the screen in front of it according to the script and after it according to the script, you need to install Logging component.
Set it up — choose what to log and where to send logs.
You will receive either a bot or an email like this:
Component execution settings
Disable component — when the checkbox is enabled, the component will not be executed, as if it were not part of the flow. To enable the component again, simply uncheck the box.
If platform is not available execute the next component — the bot will skip the current component and move on to the next one if the selected platform is unavailable.