Pagination in UiPath Apps

Hello,
I am building App, in UiPath Apps and I had used a Display-Table to Display Records.
I implemented the following code in Data Source of Table (control)

Filter(Customer, [If(IsBlank(Dropdown.Value), null, City), “=”, Dropdown.Value]).

I want multiple Pages.
e.g
Page 1 - First 10 Records
Page 2 - Next 10 Records
Pagination
Can I achieve this in UiPath Apps ?

Any other ideas or Suggestions would be Appreaciated.
Thanks.
.
.
#build:apps #rpa-discussions #UiPathapps
@Parth_Doshi

@Gagan_Chaudhari ,

Pagination is not possible right now.

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