Multiselect - you can read more about how to store data temporarily on the page work in this section.
User data table in admin panel
Pagination
The user table used on the Admin page in the openBuild template comes with a pre-built Repeating group pagination.
Pagination is limited to display up to 5 pages in current view
the Toolbox plugin is required for the pagination to work
You can edit the number of rows displayed and the pagination bar will update automatically. There is no need to update workflows or other element's values.
For pagination to work correctly you have to update the number of rows in the Repeating Group and as well the state of the repeating group called "rows".
If the number of 'rows' state will be different than the number of rows in the repeating group, pagination will NOT work correctly.
Copying and pasting the workflows to new repeating group
If you already have a Repeating Group and are in need of pagination you can copy the 'Pagination' element with workflows.
Pagination group
You will then need to update all elements that are placed within the Fields group. These are 5 Group elements that hold numeric values which are used to calculate pagination.
Example of Group holding numeric value
Additionally, there are 5 action elements that will need to update as well. With the distinction that you only need to pick the right Repeating Group from the list of elements
Example action that will need to be updated
You will find example of action in folder 'Pagination: Users' in the admin page