How to Add dynamique number of rows to Auto fill Range activity

@Soudios - What is the variable type of NBLignes?

Before the Auto Fill range…Please use the writeLine and print the value and check…

1 Like

INT32

What i want is to count the number of rows and put on auto fill range for example :
“A1:Z and the number of rows”

@Soudios - Then please add like this…

““A1:Z” + NBLignes.tostring

Beaceus Source Range field accepts only string type…

image

yes so how can i do ?

it looks like the studioX Activity Copy/Paste Range is used.
grafik
grafik

Any Reasons for this?

When using the Excel related Copy/Paste Range activity:
grafik
You can work on String base

1 Like

@Soudios - Just add .tostring as shown above.

I have given the code already.

1 Like

@ppr

Yes because copy sheet doesnt work for me

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