Skip to content
James Hou edited this page Jan 31, 2021 · 5 revisions

How do I get configure custom flow / lwc actions for my SOQL Datatable?

Please see the soqlDatatable specific configuration here.

For a SOQL Datatable configured with flow actions, how do I get the dialog to close after I'm done with the Screen Flow?

Use the Dialog Auto Close Flow Screen component if you want a countdown and message before closing it.

Or, use Event Publisher as a Local Flow Action or Flow Screen component.

For a SOQL Datatable configured with flow actions, how do I pass the selected records to the Screen Flow?

Make sure you create a Record Collection variable named SelectedRows as described here.

For a SOQL Datatable configured with flow actions, what do each of the required input variables do?

Refer to the table here.

I've run into a problem / unexpected behavior with a feature related to SOQL Datatable or Collection Datatable.

Please read the main config and soqlDatatable specific config pages first.

Additionally, check the limitation pages for both, here and here.

If they're not listed, please submit an issue.

Clone this wiki locally