Hello all,
Activities usually have the properties “DelayAfter” and “DelayBefore”.
I’m not sure if you noticed this, but if we use a variable in these fields, instead of inserting a number, it won’t work.
For example, if we set DelayBefore=2000, the activity works as expected.
But if we set DelayBefore=DelayField (and DelayField is equal to 2000), then the activity executes as if this value is zero.
Has anyone noticed this?