> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# InputFieldArray

> Array of fields detected in earlier document processing steps in the FlexiLayout language, with Count, GetAt, HasFieldName, and GetByName accessors.

An array of objects used to represent fields detected in the document during previous document processing steps.

| Methods                               | Description                                                                      |
| :------------------------------------ | :------------------------------------------------------------------------------- |
| `Int Count()`                         | Returns the number of fields detected during previous document processing steps. |
| `InputField GetAt( Int index )`       | Returns a field using the array index.                                           |
| `Logic HasFieldName( String name )`   | Checks whether the array contains a field with the specified name.               |
| `InputField GetByName( String name )` | Returns a field using the field name.                                            |
