-
Notifications
You must be signed in to change notification settings - Fork 93
FAQ
James Hou edited this page Jan 31, 2021
·
5 revisions
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.
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.