I’m receiving the following error on some critical workflows:
Error encountered in step with name [my step name]: The tasks argument included a null value. (Parameter ‘tasks’)
Previously we could leave a variable blank. Now we have to include empty quotes (“”).
Why is this happening? Is there any updates feed with breaking changes list? This to me looks like a major bug
I encountered this error when a Function Parameter was not set in a “Call a script” custom task in the automation. Once the value is set using an expression, the automation can be tested without this error.