Adding delay between multiple scenarios

Hi there,

I have a scenario where I want to send 3 emails over a period of days. I watched a few videos on using the Data Store method, and I am trying to apply that here as well.

Scenario 1:
This is triggered when a checkbox in a google sheet is checked. This is working fine and sends the initial email video a Brevo module. I then store the current time.

Data Store 01:

Scenario 02:
In the next scenario I use a filter on the first module, I am then hoping it will then send the next email sequence.

DataStore (4) I am sending to a new DataStore with the same user mappings. I also delete the record from DataStore(1) to prevent it being set to the same person twice.

Filter settings:

Scenario 03:

It is basically a copy of scenario 02, I use the same filter and then want to send the final email.

For some reason I can only get the first email to send, I don’t know if the filters are causing issues, please note the addMinutes() I’ve set as a low number as I want to test this out before extending to the actual time period required.