It’s a note that mv-expand will only return the first 128 rows only. it doesn’t give you any warning.
To fix this, add limit
| mv-expand mydata limit 2000
It’s a note that mv-expand will only return the first 128 rows only. it doesn’t give you any warning.
To fix this, add limit
| mv-expand mydata limit 2000