How can I set one of my Arguments as 0

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 …

Can you show printscreen? Is this a in or out argument?
Invalid L-value expression has to do with conversion so some side of the argument has an issue

Thanks !! it was a in/out argument so yes it sounds logical that I can’t use a number this way. It’s working with a in argument

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.