recordFromFields method builds a complete record object from field data. This allows you to add metadata or compute additional properties beyond the basic field values.
Implementation
Input
Return Value
Returns a record object with the following structure:Example
Notes
- The
idfield is required and must be a string - The
fieldsproperty should contain all the field data - Use
nameto provide a human-readable identifier for the record - The
urlproperty enables users to navigate to the record in the external application