10-28-2009, 09:34 PM
Hi ,
We can Pass the values from one action to other by using any of the following ways.
For example , there are two actions Action1,Action2 .
1. Inserting Output Value in Action1(Into Global sheet of Datatable) & then retrieving the same value from Action2
2. You can capture the Action1 value into Environment Variable programmatically & then access this Env. Var. from Action2
3. By using Action Parameters(By accessing Output parameter of Action1 in Action2)
Try to Implement accordingly , you can do that easily.
We can Pass the values from one action to other by using any of the following ways.
For example , there are two actions Action1,Action2 .
1. Inserting Output Value in Action1(Into Global sheet of Datatable) & then retrieving the same value from Action2
2. You can capture the Action1 value into Environment Variable programmatically & then access this Env. Var. from Action2
3. By using Action Parameters(By accessing Output parameter of Action1 in Action2)
Try to Implement accordingly , you can do that easily.