Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 406 Bytes

record-fieldcount.md

File metadata and controls

29 lines (19 loc) · 406 Bytes
description title
Learn more about: Record.FieldCount
Record.FieldCount

Record.FieldCount

Syntax

Record.FieldCount(record as record) as number 

About

Returns the number of fields in the record record.

Example 1

Find the number of fields in the record.

Usage

Record.FieldCount([CustomerID = 1, Name = "Bob"])

Output

2