diff --git a/docs/4. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md b/docs/4. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md index 966020a1e9..532e3ef34e 100644 --- a/docs/4. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md +++ b/docs/4. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md @@ -59,7 +59,9 @@ ___ Screenshot 2024-02-29 at 1 47 48 PM -_As per above example, the sheet `Daily Activity` is used to read the content from, and the variable `@calendar.current_date` D/MM/YYYY being passed from Glific to the Google sheet is being used as the search key to identify the relevant row to send the content from_ +_As per above example, the sheet `Daily Activity` is used to read the content from, and the variable `@calendar.current_date` DD/MM/YYYY being passed from Glific to the Google sheet is being used as the search key to identify the relevant row to send the content from_ + +**Note**: It is important to note that dates in the sheet should be in the format `DD/MM/YYYY`. Any other format will not work as expected. You could either set the Locale in the Google sheet to India or set the format of the column to `DD/MM/YYYY` here `Format -> Number -> Custom Date and Time` These all are the below calendar functions that can be used : `@calendar.current_date`,`@calendar.yesterday`,`@calendar.tomorrow`,`@calendar.current_day`,`@calendar.current_month`,