Hello there,
To avoid a useless “assign” activity I’m setting my argument to 0 directly in the panel Arguments of the “InvokeWorkflowFile” activity. But I get the following error :
- Expression L-value not valid
My argument is define as int32 so I don’t understand why I can’t set up it with a number instead of a variable …