From 797685aa9d3de68afedc7515aaaeb6ef972d6b7c Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 20 Sep 2023 10:48:24 +0200 Subject: [PATCH] :pencil: Change googleSheets date system var name --- apps/docs/docs/editor/blocks/integrations/google-sheets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/editor/blocks/integrations/google-sheets.mdx b/apps/docs/docs/editor/blocks/integrations/google-sheets.mdx index 74ca67d4c..2555d12d0 100644 --- a/apps/docs/docs/editor/blocks/integrations/google-sheets.mdx +++ b/apps/docs/docs/editor/blocks/integrations/google-sheets.mdx @@ -16,7 +16,7 @@ In order to properly work, your spreadsheet must have its first row as a header ## How to add the submission date to my row? -For this, you will need to set a new variable with the value "Today" before the Google Sheets block. Then you can simply use this variable in the Google Sheets block. +For this, you will need to set a new variable with the value "Now" before the Google Sheets block. Then you can simply use this variable in the Google Sheets block. ## Advanced