Mark complete if for loop / Reopen task and reset dependent tasks

Options
Greg_703914
Greg_703914 Posts: 42
edited August 2020 in Questions

Can someone assist with helping me determine what I need to put in the mark complete if option of the reopen task and reset dependent task action. I am getting the error message below? I need it so run until one of the the 3 values I have outlined in my formulas are Yes/True.

if (((fields['request-route-correct-bc'] === "Yes") || (fields['request-route-correct-crc'] ==="Yes") || (fields['request-route-correct-manager'] === "Yes"){result = status.completed}

[image redacted]

Best Answer

Answers

  • Greg_703914
    Greg_703914 Posts: 42
    edited August 2020
    Options

    @Jozef_783863 This works thank you. It looks like I was pretty close but you provided the final solution I could not get to.