Dynamic column names in the Data table of Uipath App

Hi everyone,

We are working on a UiPath App where we display data in a data table that is populated from an Excel source file. The app is currently designed with fixed column names based on the original structure of the Excel file.

However, when the column names in the Excel file are changed (either renamed or new columns are added), the data table in the app does not update accordingly. As a result, the data is not displayed properly because the app expects the old column structure.

We would like to make the data table dynamic — so that both the columns and rows update automatically based on the current structure of the input Excel file.

Can anyone guide us on how to achieve this in UiPath Apps? Specifically:

@nagendra.pabba1

Table control expects a fixed set of columns by default

If you want to make it dynamic go with html container

Cheers

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