suble
1
Describe the problem/error/question
I want to get set trigger for daily mails but it only take one date
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
no error need desired results
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
moosa
2
hey @suble what you want to get from this?
1 Like
suble
3
I will be setting a time trigger schedule to get mails daily but it takes only one date in recieved after
moosa
4
so for daily you need to change it to expression and add {{$now.minus({days: 1}).toISO()}}
some thing like this and it will get you last 24h mails.
hope this helps
2 Likes
suble
5
ooh thanks,
I am actually still learning.
thanks for the help by the way.
1 Like
moosa
7
if it was helpful please do mark my response as solution.
1 Like