Skip to main content
The 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 id field is required and must be a string
  • The fields property should contain all the field data
  • Use name to provide a human-readable identifier for the record
  • The url property enables users to navigate to the record in the external application