smartsuite_match_applications
Matches tables within a confirmed solution pair by exact name, accepts confirmation or manual overrides, and saves the source-to-production table ID map for migration.
Instructions
Step 2 of solution migration: for one confirmed solution pair, match its tables (applications) by exact name (table ids AND slugs both regenerate across workspaces, so name is the only handle). Same confirm/overrides flow as match_solutions. Persists the lower→prod table-id map into the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Confirm unambiguous table matches. Default false. | |
| project | Yes | Migration project name. | |
| solution | Yes | Name of a confirmed solution pair (from match_solutions). | |
| overrides | No | Manual table resolutions: [{sourceId, prodId}]. |