Hi,
I have a scenario where i want to have a dynamic table record using 2 entities - one with data and another with meta data for column naming that are populated by users that don't have access to outsystems environment
Example:
Data Entity
Meta Data Entity- Column Naming Data
Expected Output for FileId 1:
Expected Output for FileId 2:
So my main goal is, when rendering this table record based on a selected FileId
Is there a way of accomplish this behaviour ?
Hello João,
Yes, this is feasible.
If the number of columns is fixed, you can even use a Tabele Records.
At a first glance, you would have to put expressions in the header, filled with the items of the list of the aggregate with meta. Than, just set the expressions in the line to the correct columns in the aggregate that fetch the data itself.
If you want to show less columns than the maximum possible, it is a little bit trickier, but feasible also.
Cheers,
Eduardo Jauch