03-24-2009, 11:38 PM
Hi,
I am using Reusable Action in Script where the Reusable action performs some checks and then have to pass the values to MainScript.
For this I am using Globaldatasheet as means of communication between ReusableAction and Main script.
DataTable.GlobalSheet.AddParameter "Disp", PrdName
the Above line works great if there is only one iteration. For the second iteration in dataTable it is unable to write "Disp" value in second row.
How can I do this?
Note: I have tried using environment variables but as I am new to that concept was not clear on that so I am using Globaldatasheet.
Please suggest.
Basically For each iteration in Main Sript, I want the Reusable Action's output to be written to Globalda
I am using Reusable Action in Script where the Reusable action performs some checks and then have to pass the values to MainScript.
For this I am using Globaldatasheet as means of communication between ReusableAction and Main script.
DataTable.GlobalSheet.AddParameter "Disp", PrdName
the Above line works great if there is only one iteration. For the second iteration in dataTable it is unable to write "Disp" value in second row.
How can I do this?
Note: I have tried using environment variables but as I am new to that concept was not clear on that so I am using Globaldatasheet.
Please suggest.
Basically For each iteration in Main Sript, I want the Reusable Action's output to be written to Globalda