fm_get_record
Retrieve a specific record from a FileMaker table by its unique ROWID. Provide the table name and ROWID to get the record data.
Instructions
Read a single FileMaker record by ROWID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| rowId | Yes | ROWID of the record |