Answered question

How can i get the number of rows of a File variable?

My goal is to get that number of rows at runtime within my user path. Is it possible?

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You can get that information using the Javascript below:

var size = context.variableManager.getSize("FileVariable");
logger.debug("size="+size);

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful