From 089332ecf197ca8376f4b99e52d2a17d0e7479db Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 13 Aug 2024 16:40:18 +0200 Subject: [PATCH] :pencil: Add variable result saving notice --- apps/docs/editor/variables.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/docs/editor/variables.mdx b/apps/docs/editor/variables.mdx index 2562122df..b6346f2e1 100644 --- a/apps/docs/editor/variables.mdx +++ b/apps/docs/editor/variables.mdx @@ -45,6 +45,8 @@ You can access the variables panel by clicking on the "Variables" button in the In this panel you can see all the variables declared in your bot. There, you can easily rename, edit, delete your variables. +By default, a variable is not saved in the results table. You can change it by enabling the `Save in results` option in the Variables panel. + ## Advanced concepts Here is a quick video that showcases advanced concepts about variables: @@ -72,7 +74,7 @@ They can be initialized in the URL as [URL parameters](https://www.semrush.com/b Then the variables will be prefilled as following: -- Email => test@test.com +- Email => - First name => John Prefilling variables using the embed library is even easier. You need to add an object named `prefilledVariables` that contains a dictionary of your values. For example: