2
0

📝 Add variable result saving notice

This commit is contained in:
Baptiste Arnaud
2024-08-13 16:40:18 +02:00
parent 578e4a4d00
commit 089332ecf1

View File

@ -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 => <test@test.com>
- 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: