Pick first 10 items from list

hello

i want to make a list view in which i want to show only first 10 items of the main list

and than a button “next” bellow the list view

when button click than show next 10 items of the main list in the list view

how to do this

and please also provide blocks :sweat_smile::yum:

Please wait I will help you…

Thank you :blush:

This post was flagged by the community and is temporarily hidden.

the blocks are not as i want

you make 3 different lists instead of one list

one can easily select one list from others but i want to chose particular 10 items from a list and when click on next button blocks select next 10 items from that list

which can shown in any list view extension

Slightly modified List_Picker_O.aia (53.2 KB)

/Boban

1 Like

for loop block can help you, just set length to 10, and save every item to another list, so you will have a list which includes first 10 item.

1 Like

You can Use Firebase for it & Spreadsheet

Try This aia file:- List_Picker.aia (53.1 KB)

This is a complete solution of your Question

This is your solution

Probably yes but it is not made by you

/Boban

1 Like

Yes i Know…

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