Create a FunctionFile and load it. After that call the function in every script and use the DataSheet.
Incase if you have created seperate scripts then you can use Global dataSheet.
Ex:
Incase if you have created seperate Actions in one script then you can use Action Specific dataSheet.
Hope this will help you!
Incase if you have created seperate scripts then you can use Global dataSheet.
Ex:
Code:
Login(DataTable["UserName",dtGlobalSheet],DataTable["Password",dtGlobalSheet)]
Incase if you have created seperate Actions in one script then you can use Action Specific dataSheet.
Code:
Login(DataTable["UserName","Action1"],DataTable["Password","Action1")]
Hope this will help you!