Read range with unknown size

Hi guys,

I’m trying to read the range of a certain excel file. But i don’t know the range of the second column (Cause it changes).

I tryd this:
image

But it’s not working. Any other ideas, with out iterating trough the entire table to check the range? I need a solution that works direct so the time doesnt increase much.

Thanks in advance for your help!
Kind Regards,
JR

Buddy @Joeri_Rethy then mention A3 alone buddy it will work

Cheers

@Joeri_Rethy,

If you have columns more than 2, i.e., your excel containing columns from A to Z or even more, you can achieve this by using two read range activities as in the screenshot below.

image

You have to mention the range as in the screenshot.

5 Likes

This works as i asked for. No mether the range i need, i can get it with out using a loop and waste time. Thanks you kind sir, i was looking for this! :heart:

2 Likes

@Joeri_Rethy,

Happy to hear.
You are welcome. Happy to help :slight_smile:

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