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)