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: