The number of items of variable type "DataTable" is limited 100?

I extracted several data by using “Extract Structured Date” activity and output it by “For each row” and “Write line” activity, and only 100 items were displayed on console but actually those were 120.
Can the variable type contain only 100 items?

1 Like

You have to put the property ‘MaxNumberOfResults’ as 0 to get all the rows. By default it will be 100.

Thanks,
Rammohan B.

Thanks for your comment, it worked.
Btw, does the number “0” mean, like “Do not set the Max-number” ?
as I have never seen such identification in any other languages.

1 Like

Yup. You can take it in that way :smile:

Thanks,
Rammohan B.

Thanks a lot :sunglasses: