Skip to main content

I have a workflow where I'm attempting to compare list values, and if they match, perform a math operation to update the due date. The workflow is executing, but the math operation is failing to update the due date.

The list hosting the workflow is a standard task list, and the list holding the values for comparison is a custom list with a title column, and number column

List for comparison (Standard Work Menu)

Untitled picture.png

Workflow Overview

Workflow Overview.png

Query List Operation

Query List.png

Collection Operation

Collection Operation.png

For Each Operation

For Each.png

Math Operation

Math Operation.png

Update List Item

Update List Item.png

Jason,

I think you would be better off using the Calculate Date control, rather than the Math Operation. I dont think that the Math operation will be calculating the Date as you are adding 30 what(?) to the date. Are you making an assumption of days?

Example below - replace the testStartV variable with your varFrequency.

Cheers,

Mark


Reply