Line editor table

The Editable Table is a custom LWC component designed for screen flows, enabling efficient editing and addition of records. By adding this component to a flow and configuring the fields to be edited, users can view multiple records of a specified object in a table format, directly edit field values in each row, or add new records. Since inline editing is supported within the flow without navigating to a separate screen, it enhances the user experience and allows repetitive data entry tasks to be completed quickly and intuitively.

Line editor table
Line editor table

🔸 Overview of the Line Editor Table

Setup to Line editor table (1)
Setup to Line editor table (2)
번호
필드명 및 영역
설명
필수
1

Object

Set the object for the records you want to edit or add. The table will be generated based on the selected object.

✔️

2

List Object

If you specify a record collection variable based on the selected object, the records in that collection will be displayed as initial values in the table.

✔️

3

List Field

Users can select which fields to make editable. If you want a specific field to be displayed for reference only, you can click the lock icon to set it as Read Only.

  • For Number or Currency type fields, you can enable summary values such as Sum or Average, allowing for more intuitive data analysis.

✔️

4

Show Add/Delete Buttons

You can configure whether to display buttons that allow users to directly add or delete records in the table.

  • If the buttons are disabled, users will not be able to add or delete records from the record list.

5

Manually assign variables

The list of edited records and the list of deleted records are returned as output values. These lists can be manually assigned to Flow variables and used for subsequent actions, such as saving or deleting records.


🔸 Steps to Line Editor Table

Step to LIne Editor Table

🔻 Add and Configure the Row Editable Table

  1. Create two record collection variables for the object you want to edit. (Allow both input and output)

  2. Add the Line Editor Table to the screen flow.

  3. Select the object to be edited.

  4. Choose the record collection variable to be used as the initial value.

  5. Select the fields to be edited and configure their options.

  6. In the Advanced tab, enable Manually assign variables, and assign the returned collections (Deleted Collection and Updated Collection) to the appropriate record collection variables.

  7. Save the screen flow.

Last updated

Was this helpful?