Hello,
I am new to Appian and have a requirement to create grid columns dynamically based on the data available in the database. I need to generate these columns dynamically according to the available data.Thank You..!!
Discussion posts and replies are publicly visible
Query the data, Store the data in a local variable, use that local variable as grid data.
Else you can use the record as a grid data directly.