Setting up a date filter for a google event reminder

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:

  1. Send an email if the Google Calendar event starts in 48 hours or less from the current time.
  2. 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?


i made a lot of test by modifying the datetime operator and the value 48 or -48 and each test was the same result.
nothing went through the filters and the email is send straight