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
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.
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
Happy learning
Here, you posted same workflow screenshots.
i have posted another,please guide
What is there in your input arguments?
-
First create one variable of type string in Main.xaml file.
-
In Seq1 workflow, you created out argument right and pass this value to variable the one created in Main.xaml file.
-
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.
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??
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.
Thanks…Cleared concept