How to return first 60 items from a list in a microfloow?

0
I have a microflow as a data source for a tree view widget. Currently, I’m returning around 2000 list items, Is there a way to pass only 60 items instead of the full list there?  I made a loop that goes through the list and uses a local variable to count up to 60, but maybe there is some more simple expression or list operation for it?
asked
1 answers
2

The retrieve activity does have the option to limit the number of returned items:

answered