Add Row Action
Last updated
Last updated
The Add Row Action feature allows users to add and configure Flow actions for individual rows in the data table. This enables users to link specific Salesforce Flows to each row and execute them directly from the table. Row actions are displayed as buttons within the table, and when clicked, the Flow is triggered using the data from the selected row as input variables. This allows for tasks such as record updates, creating related records, or executing complex business logic directly from the data table.
Click the Add Row Action button.
Configure the row action by setting the column label, column width, button icon, and button label.
Select the desired Flow to be executed.
When a Flow is executed, the record ID of the selected row is passed as an input variable by default. Ensure the following input variable exists in the Flow configuration:
β’ Variable Name: recordId
β’ Data Type: Text
Click the Save button and verify that the row action is added.