fm_run_script
Run a FileMaker script by name with an optional parameter, and get the script result code and output.
Instructions
Run a FileMaker script. Returns scriptResult with code and resultParameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptName | Yes | Exact script name as defined in FileMaker. Spaces and special characters are allowed (URL-encoded). | |
| scriptParam | No | Script parameter (JSON string recommended) |