InOut Argument

Hi!

My passing of argument is returning an error. Kindly see screenshots below.

Thanks!

Hi,

Default value is supported in only In type argument.
Can you try to set it in Argument property of Invoke Workflow Files activity in caller workflow.

Regards,

I need the argument Month and Year to my other invoked workflow.

Hi

Is it necessary to use In/Out argument?
Perhaps you should use In type argument if only set from config value.

Regards,

I’ve changed it to In and the error is now gone. Unfortunately, the bot is not selecting the Month and Year from the dropdown when I try to run it.

Hi,

Can you try to not use default value of argument but Assign activity?

Regards,

Would that work if I pass those two variables to other workflow?

Hi,

If you are passing Config at all, these arguments (inout_year and inout_month) seem unnecessary.

I suppose perhaps you should set argument in caller workflow as the following. Can you try?

Regards,