From 0e3ce7e7a704f346f377518874b3700a12a1d094 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Sat, 6 Aug 2022 08:35:23 +0200 Subject: [PATCH] docs: link to current typebot --- apps/docs/docs/editor/blocks/logic/typebot-link.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/docs/docs/editor/blocks/logic/typebot-link.mdx b/apps/docs/docs/editor/blocks/logic/typebot-link.mdx index 5fbe35859..7264753c7 100644 --- a/apps/docs/docs/editor/blocks/logic/typebot-link.mdx +++ b/apps/docs/docs/editor/blocks/logic/typebot-link.mdx @@ -14,3 +14,7 @@ The typebot link logic block allows you to go into another typebot flow. This ul /> Variables are shared by default, you just need them to make sure they are present in the variables dropdown on both flows. + +## Link to the current typebot + +You can also use this block to "clean" your flow of any long edges (connected arrows). For example, if you want the user to start the current bot again. Instead of connecting a gigantic arrow to the first group, you could add a "Link to typebot" block, choose "Current bot" and select the first group of your flow.