Invoke Workflow File activity doesn't return value

Hi,

the problem that I’ve faced is probably really simple, but I couldn’t find out what is wrong with my workflow. I made simple Main workflow with Invoke Workflow File, Message Box to display input from user and Main_A variable to store string. I invoke simple Sequence which only display input to get variable from user, this Sequence has only one variable called out_A to store string. I want to Main_A store value passed from Sequence.
The problem is that Message box shows empty string, which means that Invoke Workflow File doesn’t assign value from out_A to Main_A. I have no idea what I’m doing wrong.

Main.xaml (5.9 KB) Sequence.xaml (4.1 KB)

you have created the variable inside the sequence.xaml turn it to argument and change the direction to out it will solve your problem

Sequence (1).xaml (4.2 KB)

I have changed the file pls replace the Sequence.xaml with this file

1 Like

Like i thought it was that simple, but I’m sure that I wouldn’t figure it out by myself. Thanks!

your problem got solved?

Yes, it works perfectly. Thanks!

1 Like

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