fm_upload_to_container
Upload a file to a FileMaker container field by providing the layout, record ID, and field name.
Instructions
Upload a file to a container field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layout | Yes | Layout name | |
| database | No | Database name (optional, uses default from session if not provided) | |
| filePath | Yes | Path to the file to upload | |
| recordId | Yes | Record ID | |
| containerFieldName | Yes | Name of the container field |