can we use read range globally inside flowchart in uipath
Hi
Usually read range can be from two packages
Either from excel or from workbook activities in a flowchart
So
βif we using excel activity we need to place it within excel application scope and use the read range activity (so excel application will be shown globally in the flowchart within which the read range activity relies) - get the output with a variable of type datatable and that variable should be of a global variable means the variable scope should be of whole sequence which can be defined in the variable panel
Or
βif we are taking from workbook activity we can directly mention the read range activity (which means it can be used directly along the flowchart) that takes input like workbook path, sheet name, range to be read and a output variable to store the value obtained
Hope this would help you
Cheers @harsh_kansara