a!gridField( data:local!data, columns: { a!gridColumn( label: index(local!labels, "id", null), sortField: "id", value: fv!row.id ), a!gridColumn( label: index(local!labels, "createdBy", null), sortField: "createdBy", value: fv!row.createdBy ), }, pagingSaveInto: local!pagingInfo, selectable: true, selectionValue: ri!idDoc, selectionSaveInto: ri!idDoc )
Discussion posts and replies are publicly visible
This pattern might be what you are looking for.
https://docs.appian.com/suite/help/23.3/recipe-use-selection-for-bulk-actions-in-an-inline-editable-grid.html