Workflow Logical help

Hi guys im trying to make a workflow but i have problem with the operators i dont understand very well so far i have this workflow

Conditions:	
Module	Field	Operator	Type       	        Value
Opportunities	Sales Stage	Equal To	Value	Closed Won
Opportunities	Invoice Send	Equal To	Value	Checkbox
Opportunities	Expiration Date	Equal To	Date	Expiration Date + 1 Days

But nothing happend i have problem understanding the last Condition

Opportunities	Expiration Date	Equal To	Date	Expiration Date + 1 Days

The main idea is that went a oportunity is in sales stage Closed Won with a check mark in INVOICE SEND and if the opportunities is close to the day in the Expiration Date send a email to a user

It looks like you have set it up almost correctly.

Opportunities	Expiration Date Equal To Date Expiration Date + 1 Days

I dont think that is going to work. You are saying the Expiration Date is equal to itself plus 1 day.

A better solution would be to check if the current date is is greater than or equal to the Expiration Date + 1 Days. It will then send the email one day after the Expiration Date.

Hi Andy im looking send an email 1 day before the day

This should do it.

Opportunities	Expiration Date   Less Than or Equal To	 Date	  Now + 1 Days

make that now -1 day :silly:

Not luck andy can you check my instance i can give you access

That’s not something we would do without a support contract sorry.

Have you set up the scheduler task for workflow and the cron job on your server correctly?

Post up a screen shot of the work flow you have created.

im sure it should be less than or equal to. not just equal to. Also try + 7 days rather then -7.

Can you confirm other workflows are firing?

here is a screen shot of a workflow that does the following:

Assigned User of an Account will receive an Task if the ‘Renewal
Date’ is within 75 Days.

Yes the other workflow are firing, but this one not

I THINK I have this solved thanks to your guidance…

No still not working i dont know…