Passing Variable to another workflow

Hello Team,
I have a variable holding value in one WF,i want to use that value in another WF,both WF are in main WF , Please guide

image

2 Likes

Can’t you use the arguments to pass them.

i tried assigning variable value to argument,but it is not working

Pass the variable to the assigned argument. So that you can use it in other workflow where the IN argument is there.

1 Like

Create variable in main xaml and create arguments onf both WF and pass the value to main xaml to the other argument in anoter WF @Mayyur

cheers :smiley:

Happy learning :smiley:

2 Likes

Here is what i have done,

,
I want seq1 variable value in seq2,

@Mayyur

Here, you posted same workflow screenshots.

i have posted another,please guide

1 Like

image

What is there in your input arguments?

@Mayyur

  1. First create one variable of type string in Main.xaml file.

  2. In Seq1 workflow, you created out argument right and pass this value to variable the one created in Main.xaml file.

  3. Pass this variable to value to other workflow Seq2.

Arguments_Example.zip (13.9 KB)

Please check the zip file,i dont want to create var in main file,i there any method so that i can directly pass variable from one seq to another

It has error with project version.

@Mayyur

If you don’t want to create extra variable then Invoke that Seq1 WF inside Seq2 WF.

Did you get,what exactly i want to do

Thanks,but things cannot be done as i want??

1 Like

@Mayyur

If you are invoking both workflows in different workflow then you have to create variable and then only it should work else it won’t.

If you don’t want to create Extra variable then Invoke one workflow into other workflow as I mentioned in earlier post.

2 Likes

Thanks…Cleared concept

1 Like