Create object record
KNACK_CREATE_OBJECT_RECORDTool to create a new record in a specific Knack object.
Knack
10 actions for Knack workflows.
Operations are the actions a workflow can take in Knack, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Create object record
KNACK_CREATE_OBJECT_RECORDTool to create a new record in a specific Knack object.
Get Object Record
KNACK_GET_OBJECT_RECORDTool to retrieve a single record by its ID from a specific Knack object.
List Object Records
KNACK_LIST_OBJECT_RECORDSTool to retrieve multiple records from a specific Knack object (table).
Update object record
KNACK_UPDATE_OBJECT_RECORDTool to update an existing record in a specific Knack object.
Create View Record
KNACK_CREATE_VIEW_RECORDTool to create a new record through a form view in Knack.
Delete Object Record
KNACK_DELETE_OBJECT_RECORDTool to delete a single record from a specific Knack object by its ID.
Delete View Record
KNACK_DELETE_VIEW_RECORDTool to delete a record through a view that contains a delete link.
List View Records
KNACK_LIST_VIEW_RECORDSTool to retrieve multiple records from a specific Knack view (tables, lists, searches, calendars).
Upload File
KNACK_UPLOAD_FILEUploads a file to a Knack application and returns a file ID, which is then used to attach the file to a record when creating or updating data.
Upload Image
KNACK_UPLOAD_IMAGEUploads an image file to a Knack app and returns a file ID for use in record fields. This is the first step to attach images to records, such as product photos or profile pictures.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.