I trying to add 10 additional days from certification activated date and to set that as due date.
I’m receiving the below error while testing my workflow, pasting my step input.
Currently there is an issue with using two operator in single “Define Variable”. I would suggest you to create multiple “Define Variable” to accomplish the requirement.
I am assuming the trigger you are using is “Campaign Generated”, in that scenario the modified date can be null. Is there any reason you are using the modified date and not created date.
Could you please confirm if modified date is not null
My requirement is to check for campaign activated date and to add 14 days and keep that in a variable. I dont see any attribute like activated date, hence i’m using modified date, considering thats going to be same when the campaign activated is triggered.
i will be using that variable to set my new deadline to the campaign
The reason you are getting this error is because when you are testing the workflow, you are giving the modified attribute null value. When the workflow actually runs, the modified is not null and the date of activation will come.