Creating Dynamic Column Headers in Apps

Hi everyone,

I am building an App that has a EditGrid Table which retrieves data from a Data Fabric entity.

I want to try and add dynamic table headers for the last two columns that show the previous month and the current month. For example, if it’s April, the Column Header must AUTOMATICALLY show “April 2026”, and so on:

Is this possible? And if so, how?

Thanks :slight_smile:

@JarrydScott

Unfortunately no…It shows expression editor and also supports variables but if you insert any variable also as of now it shows only the variable name directly…So effectively using edit grid you cannot

if you want that then you might need to use custom HTML and write code.

cheers

Thanks @Anil_G - I thought so. I also saw the variable names pulling through statically. I cannot use custom HTML because it’s a large Data Fabric source and it’s going to require a lot of integration logic, so it’s best suited to use an EditGrid.

I have also submitted this as an idea to UiPath for future updates.

Appreciate your assistance.