Skip to main content

Hello everyone,

I’m creating a workflow that only needs to trigger when one of four .duration fields are changed.

I thought it would be this but its generating the error in the subject:

IsChanged($C_PMHoursSold || $C_FoCPMHours || $C_TechHoursSold || $C_FoCTechHours)

Any help would be much appreciated

I’ve figured it out.  This is it:

IsChanged($C_PMHoursSold) || IsChanged($C_TechHoursSold) || IsChanged($C_FoCTechHours) || IsChanged($C_TechHoursSold)


Reply