Dear All,
I have this requirement of of comparing created on field with modified on through workflow,
Have created a workflow which will check if created on equals to modified on which needs to compare date's in both the fields.
I have created the workflow on Task entity and when I modify the task on the same date it should update date in X field
Problem is the fields store created on date and time same with modified on date and time, hence check condition is not able to compare both fields
Need to get solution on how to compare date and time through workflow ?