Use invoke workflow inside assign

Hi,

Is it possible to use invoke workflow in Assign activity? (ie, i can use the workflow name and pass arguments and store the return value from workflow into ariable in L-Value of the assign?

Thanks!

Put the variable that you want filled in the out argument part of the invoke activity block.

Then when the invoked workflow ends the variable that you put in there will have the value returned from the workflow.