i need my workflow to be exactly running as given above on the whiteboard, but the dates are overwriting and the exact answer is not coming.i need my workflow, where im using custom code, and use implemenation deals, to test this. i need to fix this issue and make it work and expect the result as in the whiteboard
Hello @JKumarRonanki,
Could you please spell out the desired logic in sentences? I’m not able to follow what the whiteboard is saying entirely.
If you can give an example, that would be great as well.
Please also share a screenshot of the workflow you have already created.
Best regards
Hey @JKumarRonanki
Not sure how exactly you envision the workflow, but you can add branch nodes to check if the value in the date field already exists and only set it if it is empty, thus avoiding overwriting existing values.
Hi, I’d handle this by adding a check before the workflow updates the date.
If the date field is empty, let the workflow calculate and save the date. If there’s already a date in that property, skip the update so the original value stays unchanged.
It’s also worth checking the re-enrolment settings, as the record may be entering the workflow again and triggering the same action. I’d test it with one record first and review the workflow history to see exactly when the date is being overwritten.

