Forum Discussion
Efrain
2 years agoSupporter
How to obtain the current date in a canvas, or how to know the date of entry to the canvas of a user
How to obtain the current date in a canvas, or how to know the date of entry to the canvas of a user? I have to send emails every Tuesday, but I need new subscribers to only receive the current week...
DavidO
2 years agoVisionary
Hey Efrain can you explain this in a little more detail "I have to send emails every Tuesday, but I need new subscribers to only receive the current week's email"?
I feel like there will be a solution to this but I'm not sure what you mean by current week's email and if that is a step in the canvas, and which step? Also, who gets entered into the canvas each Tuesday, only new subscribers or everyone again?
If you are using liquid in your emails you could also use {% assign date = 'now' %} which will check for today's date and time, and use this to filter content. But this may not be relevant for your use case.
😊
Related Content
- 7 months ago
- 2 years ago
- 5 months ago