Passing arguments with concat to invoke

Hi Guys,
I faced difficulty while passing the arguments to invoked workflow:
So I am trying to pass the value for in/out argument with concat of free text, but it doesnt’t let me…


It is wirtten: invalid l-value expression.
Without “text” - no error.
Any ideas ?

Hi m
Can you try by emailMissingDetails.toString+“Text”

1 Like

It would be to easy :blush:
Unfortunately, it either doesn’t work.

I’m just guessing here, but it might be because your argument is type In/Out, that means it expects to output a single variable, however you are trying to add the “text” as well, both to input and output, which I don’t think makes sense.

2 Likes

Hi @Slavich,

Check this:

  • In − This direction means that the argument can only be used within the given workflow.
  • Out − This direction means that the argument can be used to pass data outside the given workflow.
  • In/Out − This direction means that the argument can be used within and outside the given workflow.

Thanks,
Neelima.

I am also came to this thoughts. Thks!

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