adext
1
Hello
I am trying to tell the 365 read range activity to only read from column A to H and have my range as follows :
“Sheet1!$A:$H”
However, when I read it, this is the datatable I get : [DataTable5]
When I just write “Sheet1” in the range, i however get the right columns: [Column1,… etc]
How can I specify the sheet and range in the online 365 read range activity (integration service)
adext
3
i am using integration service read range, is this the classic activity ?
ppr
(Peter Preuss)
4
maybe you can share yours as well
Hi adext,
Please tcheck the image below:
Cheers!
adext
6
hi @jose.ordonez1
this is the message i get
Hi adext,
Attached below you can find a demo project.
Demo.zip (9.2 KB)
Hope it helps you!
ppr
(Peter Preuss)
8
When using the other read range, we can see at the hover help:
so it is without the dollar
However, we could also read all and the crop with the DataTableVar.DefaultView …
Please check if you are using the last version of Microsoft 365 package.
ppr
(Peter Preuss)
10
in addition to above kindly note:
instead of writing within the setting field, we got more reliable success when using the advanced editor instead:
adext
11
yes i tried again without the $
i think the issue is that i wrote “A:H” instead of “A1:H1000” for some reason the second work and not the first
thank you
adext
12
thank you jose
my excel is on sharepoint though not on local