Fill form fields using an explicit index-based mapping produced byDocumentation Index
Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
extract_form_fields.
| Parameter | Type | Required | Description |
|---|---|---|---|
form_fields | list[dict[str, Any]] | Yes | Field metadata returned by extract_form_fields. |
mapping | dict[int, str | list | bool | None] | Yes | Map of field index to the value to fill. |
data | dict[str, Any] | None | No | Optional source data for context. Defaults to None. |

