Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ ___

<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" />

_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`,
Expand Down