Help

Table Of Contents
FILEMAKER PRO HELP 1054
FileMaker Go only supports importing from one FileMaker Pro file to another FileMaker Pro
file.
FileMaker Go does not support importing to a new table.
When using this script step in FileMaker WebDirect, keep the following in mind:
FileMaker WebDirect does not support this script step in mobile browsers.
FileMaker WebDirect does not support the Perform without dialog or Specify data
source options.
FileMaker WebDirect only supports importing from Comma-Separated Text, Tab-
Separated Text, DBF, Merge, and Excel file formats.
Example 1
Imports information from New Product Catalog.xlsx as new records without prompting the user.
Go to Layout ["Products"]
Import Records [No dialog; Source: "New Product Catalog.xlsx"; Worksheet:
"Stock"; Add; Mac Roman]
Example 2
Updates existing records with information from New Product Catalog.xlsx.
Go to Layout ["Products"]
Sort Records [Restore; No dialog]
Go to Record/Request/Page [First]
Import Records [No dialog; Source: "New Product Catalog.xlsx"; Worksheet:
"Stock"; Update matching; Mac Roman]
Example 3
Sets the next serial value after importing records. Useful when Perform auto-enter options while
importing is not selected to preserve dates and other auto-entries.
Go to Layout ["Products"]
Import Records [No dialog; Source: "New Product Catalog.xlsx"; Worksheet:
"Stock"; Add; Mac Roman]
Set Next Serial Value [Invoices::Invoice ID; Get ( TotalRecordCount ) + 1]
Sort Records [Restore; No dialog]
Go to Record/Request/Page [First]
Related topics
Set Next Serial Value script step
Export Records script step
Script steps reference (alphabetical list)
Script steps reference (category list)
Export Records
Purpose
Exports records to a specified file.