smartsuite_match_applications
Match tables of a confirmed solution pair by name and record the source-to-prod ID mapping 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}]. |