i have read the excel at excel read activity, is there any way to get the row value to another activity
e.g : as shown i want to use excel value in SM35proccess,
Just fetch the row item from the datatable and pass it to your other activity.
Below is the uipath tutorial which clearly explain the Excel and datatable operations!
If you want to pass it to other workflow use the arguments for the same!
Basically i have already read the excel file in my project but i want to get that value in another activities , like you can see on Number 4 Excel Read activity in which i enter the data from excel, but i want to i use same excel file data in last activity Which is SM35, I don,t want to perform same activity like before, is there any other way to call them in another activity or scope
If you need to use the same value in both the sequences(Read range and SM35Process), the scope of the variable should be set to MasterMain.
You can set scope as specified below-
Go to variables section in the bottom pane in your studio (Click on variables Tab)
Select the variable that you want to change scope
Click on associated scope drop down and select the highest level container (in the screenshot below, its Flowchart. in your case it should be MasterMain)