Hello, if I have the string variable x and I am currently in file1 and I would like to use the variable x in another file called file2 in the same project how would I do that. I saw something about using the invoke workflow file but was not sure how to set up the correct syntax.
Use invoke workflow activity in file1 and select file2 , in file2 arguments section create a in argument of string type, the. In file1 invoke workflow activity click import arguments it will show the variable created in file2 in value pass the variable x, then in file2 you can use the variable created in the argument.