Hello everyone,
I want to include a daily reminder in this Ai Asistant, that will notify the user, to fill out a google form application everynight at 8pm.
As you can see from the workflow, I already made the Schedule Trigger and made a code that will send the message to the user through Telegram.
The issue I’m encountering is that I somehow need to connect the “send message” node to the telegram trigger node (so that the “send message” node will get all the needed information to send the message (for example: message chat id)).
I tried connecting it directly to the send message, but the problem occurs when I trigger the workflow, the send message workflow get’s triggered directly, without waiting for the schedule trigger.
I would be sincerly thankful for every help!
Information on your n8n setup
- n8n version: The Latest
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): Default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Windows 11