Skip to content

Commit 71213cd

Browse files
Merge pull request #442 from glific/update-date-format-info
refactor: ♻️ Update Google Sheets docs for date format.
2 parents 30ad854 + d1eeb65 commit 71213cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/4. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ Write Mode lets you send data from WhatsApp conversations directly into Google S
9696

9797
<img width="505" alt="Screenshot 2024-02-29 at 1 47 48 PM" src="https://github.com/glific/docs/assets/141305477/f15cce2a-7882-4f83-901e-48b7d7bba09d" />
9898

99-
_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_
99+
_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_
100+
101+
**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`
100102

101103
These all are the below calendar functions that can be used :
102104
`@calendar.current_date`,`@calendar.yesterday`,`@calendar.tomorrow`,`@calendar.current_day`,`@calendar.current_month`,

0 commit comments

Comments
 (0)