RecordMap
API Name: GradientWorks__RecordMap
A RecordMap provides a fast way to look up records based on a key using Collections: Get Record from Record Map. This allows you to create efficient "bulk" flows that let you fetch a large number of related records in one query that you can access in a loop without requiring multiple Get Records actions.
To create a RecordMap, see Build Record Map from Field and Build Record Map from Lookup.
Properties
Name | Type | Description |
---|---|---|
size | Integer | The number of records contained in the record map |
Last updated