Can we add dynamic rows to UiPath Apps after Publising

Hi,
I have case where user have to add information in the rows which are dynamics. Lets say i have given table to enter information for 5 rows but user required more rows to enter information in the table. Is there any way in UiPath apps to give access or option to add rows in apps after publishing?

@Shaik_Tharim

Please follow the approach to capture data as below dynamically.

  1. Placed table into page

  2. Add button on top of page as below

  3. On button open sub page to capture data

  4. On save sub page save data and refresh table data

  5. you can use this approach

Please mark solution if you are good.

1 Like