hello
i trying to create a scenario to send reminders to my customers
The goal of this scenario is to extract information from a Google Calendar event, such as the date, name, and email, and then perform the following actions:
- Send an email if the Google Calendar event starts in 48 hours or less from the current time.
- Store the data in a datastore if the event starts more than 48 hours later. Additionally, the stored data will include a later send date, which will be used to trigger another scenario for sending the email at the appropriate time.
when the scenario is running it seems that nothing is passing through the filter even if my event is in a long time. is my filter correctly setted up?