Claris FileMaker Cloud
Claris FileMaker Cloud is used to securely share apps in the cloud with a team, and integrate them with other technologies.
Triggers
Trigger |
Configuration fields |
Data type |
Required? |
---|---|---|---|
Trigger by script - A FileMaker Pro script triggered a flow |
|
|
|
Actions
Action |
Configuration fields |
Data type |
Required? |
---|---|---|---|
Find record - Search for a record |
Layout - Layout name |
Choice |
|
Query - Fields and Find criteria in the following query schema: [ { "<fieldName>": "<fieldValue>", "omit" : "true" ... }, ...] |
JSON |
|
|
Limit - The maximum number of records that should be returned. If not specified, the default value is 100. |
String |
|
|
Offset - The record number of the first record in the range of records |
String |
|
|
Sort - The sort field specification. Example: [ { "fieldName": "LastName", "sortOrder": "ascend" }, { "fieldName": "FirstName", "sortOrder": "ascend" } ] |
JSON |
|
|
Delete record - Delete a record |
Layout - Layout name |
Choice |
|
Record ID - The ID of the record to delete |
String |
|
|
Get record by ID - Return a record by ID |
Layout - Layout name |
Choice |
|
Record ID - The ID of the record to return |
String |
|
|
Run script - Runs a script |
Script parameter - Enter a script parameter. Only strings are supported. |
String |
|
Layout - Layout name |
Choice |
|
|
Script - Script name |
Choice |
|
|
Create record - Create a record |
Layout - Layout name |
Choice |
|
Edit record - Edit a record |
Layout - Layout name |
Choice |
|
Record ID - The ID of the record to edit |
String |
|