What is right way to define range inside Read range activity?
Should it be inside Excel Process Scope or some other container?
What is right way to define range inside Read range activity?
Should it be inside Excel Process Scope or some other container?
Hey!
Should be in Excel Process Scope
Just click on the + symbol then Excel->Sheet
This will give you the range
Reference:
Regards,
NaNi
But I am just getting this after clicking +
Hey!
Take one Excel Process Scope
Then
Take one Use Excel Activity
Then
Take one Read range
Now you can select the Sheet
OR
Try this:
Excel.Sheet("SheetName").Range("Range")
Reference:
Regards,
NaNi
Hi @Olivera_Kalinic
In the modern activity you can define the range as Excel.Sheet(yoursheetname).Range(“A7:B23”)
For your reference adding the ss below
Thank you. It works…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.