Last updated 6 months ago
Within the Flow Editor, you will find a section in the Node Palette titled "object" which contains several custom node types for working with your Contextual Object Types and Records.
search object
Query, filter, sort, and return matching Records of the specified Object Type to your Flow.
get object
Retrieve the details of a Record of the specified Object Type using its primaryKey (Object Id).
create object
Create a new Record of the specified Object Type by specifying the input from other parts of your Flow.
patch object
Apply a patch to a specific Record of an Object Type, which does not require a complete representation.
put object
Replace an existing Record of an Object Type, with entirely new content, requiring a complete representation.
delete object
Delete a Record of the specified Object Type using its primaryKey (Object Id).
run action
Cause a defined to be run for the Record you specify using its primaryKey (Object Id).