Skip to content

collectionDatatable

James Hou edited this page Jan 30, 2021 · 2 revisions

This component is designed for use with Screen Flows to display tables of data from a Record Collection.

You can use Get Records elements or selectedRows from SOQL Datatable.

This was designed to provide data dense feedback to the user on what they're working on in a Screen Flow.

collection-datatable-tab.png

Specification

Attributes

All of the following are available as Flow output variables.

name type access required default description
selectedRows SObject[] public When checkboxType is set to Multi or Single, this has selected rows.
firstSelectedRow SObject public First selected row.
editedRows SObject[] public When editableFields is used AND the datatable is Saved, this outputs only edited rows.
allRows SObject[] public When editableFields is used AND the datatable is Saved, this outputs all rows.
Clone this wiki locally