How to programme Read Range activity to avoid "value for a required activity argument was not supplied"

Help, my read range is the latest version and looks like this (with 1 field only):

Whereas all the antiquatedinstructional videos seem to be for an older version of this activity (with 2 fields):

Even if I put the words “Orders” into the field, i still get an error.

I am unsure what am I doing wrong? I just wanted to read this specific sheet in excel. :frowning:

Appreciate any advice, please :slight_smile:

@Chaaza

put this in range
Excel.Sheet("Orders").Range("A1")

ThanksJack Chan, I am not sure can you explain briefly what the .Range(“A1”) component means?

I understand that excel.sheet(“orders”) means to look at the specific excel sheet named orders. But what does the Range(“A1”) component mean?

Thanks again

1 Like

@Chaaza
means reading the table starting from A1

if your table starts at B5 then put b5 instead

if this is your table you put A1
image

if this is your table put C4
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.