I have an App for approval, in the table, I want to display an “Amounts” Column based on the selected period. I have referenced the selecteditem as source for the column,
[image]
I extract the columns including the one selected.
Processes.NLP_ACReview_byApp.dtIncomeStatementItems.DefaultView.ToTable(False, “Category”, “Description”, varSelectedColumn, “Mapped Field”)
Then I rename the selected column name to ‘Amount’.
The source of the grid is the app variable, with the column sources as their column name
I have the same logic in studio so I can see the output of the datatable, and the table is fine.
the only thing I am thinking is that the issue is with the column source, I don’t know how though.