Releases: CadenceUX/claris-filemaker-pro-skill
v1.9 FileMaker 26 Skill Review
Fixed — accuracy corrections from skill review; FM 26 changed-function drift captured
A review of v1.8 against the local catalogs and live Claris docs found five factual errors and
two count inconsistencies. All are corrected in this release. No new functions or script steps —
total counts remain 368 functions and 165 script steps.
v1.8 FileMaker 26 Functions
FM 26 functions and script steps added to local reference files; FM 26 special-case routing removed
All 18 FM 26 additions (8 functions, 10 script steps) are now present in the local reference
catalogs. The previous v1.8 documented FM 26 additions but kept them fetch-live-only. This
revision adds them to local files so they are handled identically to all other functions and
steps: check local first, then fetch the live doc_url for full parameter detail.
v1.7 FileMaker 26 Ready
[1.7] — 2026-06
Added — 2 missing script steps added to script-steps-catalog.json
Full audit of script-steps-catalog.json against FileMaker Pro 22.0.1 and 21.1.1 release notes
identified two steps that were missing from the local catalog.
Added — Go to List of Records (Found Sets category, FM 22.0.1):
Goes to a layout and returns a found set specified by a list of record IDs.
Accepts: carriage-return-separated value list, JSON array of string/number IDs, or JSON array
of objects with recordId keys.
Companion to GetRecordIDsFromFoundSet — together they enable saving and restoring found sets
across script jumps or file switches.
Not supported in FileMaker WebDirect.
doc_url: https://help.claris.com/markdown/en/pro-help/go-to-list-of-records.md
Added — Set Revert Transaction on Error (Control category, FM 21.1.1):
Controls whether an error inside an Open Transaction block auto-reverts the transaction.
When set to Off, the script continues after an error and can decide to commit or revert manually.
Use Get(RevertTransactionOnErrorState) to query the current state.
Always reset to On before exiting a script that set it to Off.
doc_url: https://help.claris.com/markdown/en/pro-help/set-revert-transaction-on-error.md
Step count: corrected from 155 → 157
claris-filemaker-pro.v1.5 full audit
Full audit of script-steps-catalog.json against the skill-update-recommendations.md comparison
report (2026-06-08) and the source FileMaker 22 documentation.
Removed — 2 stale/duplicate entries:
Execute SQL Query by Natural Language (Miscellaneous category) — stale entry. This name did
not exist in FileMaker 22. The step was always named Perform SQL Query by Natural Language and
this entry appears to be an artefact from an earlier draft. Its slug
(execute-sql-query-by-natural-language) does not resolve to a valid Claris Help page. Removed.
Perform SQL Query by Natural Language (Miscellaneous category) — duplicate with wrong purpose.
Purpose field incorrectly read "Alias for Execute SQL Query by Natural Language in some contexts".
The authoritative entry with full notes (action options, Data Tables modes, server-side compatibility
caveat) is correctly located in the AI category. Cross-listing a partial copy with an inaccurate
purpose in Miscellaneous created confusion and inflated the step count. Removed.
Fixed — 2 cross-category entries:
Insert Embedding (Editing category) — added originated_in_version: "21.0.1". This step
legitimately appears in FileMaker's Editing category in the Script Workspace; the Editing entry
is retained as a discovery path alongside the primary AI category entry.
Perform Semantic Find (Found Sets category) — synced purpose text with the AI category entry
("Finds the top K records most semantically similar to a query embedding vector") and added
originated_in_version: "21.0.1". Step legitimately appears in Found Sets in the Script
Workspace; entry retained for discoverability.
Step count: corrected from 157 → 155 (2 stale/duplicate Miscellaneous entries removed).
Note: Insert Embedding and Perform Semantic Find each appear in two categories by design
(FileMaker natively cross-lists them); these are not counted as duplicates.
v1.2 — FM 2025 v22 AI steps, verified error codes
Added.
- 8 new FM 2025 v22 AI script steps: Configure Prompt Template, Fine-Tune Model, Generate Response from Model, Insert Embedding in Found Set, Perform Find by Natural Language, Perform RAG Action, Perform SQL Query by Natural Language, Set AI Call Logging
- Save Records as JSONL to Files script step category
- 3 missing help centre guides to sitemap:
cloud-getting-started-guide,go-release-notes,connect-release-notes(sitemap now covers all 33 current Claris help guides)
Changed.
- AI/ML error codes (870–892) completely rewritten against live Claris Help Centre docs — previous descriptions were inaccurate; now includes new codes 883, 885, 886, 887, 892
- Script steps total updated from 151 to 155
- Sitemap
Last verifiedupdated to 2026-06 - SKILL.md heading version corrected from v1.0 to v1.2
- Version drift detection examples corrected to use realistic FM version strings
- All
prototypefield references corrected toformat(actual field name in function-catalog.json) quickrefs.mderror codes description updated to reflect verified AI/ML range (870–892)- Added error code accuracy caveat to Tips section directing to live docs for unfamiliar codes
- Catalog meta version bumped to FM 2025 v22 / Claris 2026
Removed.
- 5 deprecated/renamed AI script steps: Set AI Call Parameters, Perform AI Completion, Send to AI Chat, Manage RAG Space, Perform RAG Find (all removed or renamed in FM 2025 v22)