GM - Flow Edit Grid
(gmpkg:FlowEditGridComponent)
Documentation
GM - Flow Edit Grid component is used to edit records from a data grid inside a flow.
Use case: Display a grid of contacts to add them as opportunity contact roles in a screen flow. See Flow Tutorial.
Specification
The following properties use JSON syntax as part of their configuration: .
recordId
String
recordId to use. Keep this empty if you want to use the current record.
Related Object Name *
String
The name of the related object to display
FieldSet Name *
String
The Field Set name of the related object to display
Row Limit *
Integer
The maximum number of rows to fetch.
Page Size *
Integer
The number of rows to fetch per step.
Custom Label
String
Override the title of the data grid.
Custom Icon
String
Grid Height
Integer
Set the grid height. Set this property if you want to control the height and show up components after the grid. The user has to scroll vertically to see more records.
Column Style
String
Candidates
String
Within GM - Flow View Grid you can use either Candidates or Filter.
Candidates could be a list of already stored records or a brand new ones. For stored objects, we use the list of Id(s) to get the records from the database
Filter
String
Sort
String
Order
String
Ascending or descending order for sorting. For ascending enter the value asc. For descending enter the value desc
Show Border
Boolean
Check this option if you wish to add a border to the grid.
Show Column Border
Boolean
Check this option if you wish to add a border to the grid columns.
Custom Field Labels
String
Cell Coloring
String
Lookup Fields Options
String
Default Values
String
Enable Update Object
Boolean
Check this option if you wish to allow the end-user to perform inline editing of the record displayed.
Enable Delete Object
Boolean
Check this option if you wish to allow the end-user to delete records.
Enable Create Object
Boolean
Check this option if you wish to allow the end-user to create new records.
Save Records
Boolean
Check this option if you want to save the record when the user hits Next/Finish.
Updated Records
String
The list of updated records as JSON string. Set this property only if you want to assign the output manually.
Deleted Records
String
The list of deleted records. Set this property only if you want to assign the output manually.
Created Records
String
The list of new records as JSON string. It contains only created records.
Modified Records
String
The list of modified records as JSON string. It contains only modified records.
Cell Change Handler
String
Enable Auto Fill
Boolean
Check this option if you want to enable auto fill. With this option enabled, the user can drag to fill values like Excel.
ReadOnly Fields
String
Action Labels
String
JSON string override the action labels. Any flow action can be customized. See the example below :
API Reference
Cell Handler Example
Last updated
Was this helpful?