Get Custom Object Record

With this node you can get a record from a custom objects collection.

It has the following configuration options:
  • Collection: here you can specify the name of collection you want to use. The name cannot include the part customobjects. For example: myCollection.
  • Record ID: here you can specify the ID of the record you want to get.
  • JSON Output: here you can specify where to save the JSON data.
    • If you leave this field blank, the data will be sent to a container in the database and no physical file will be created.
    • If you define an absolute CLOUDFLOW URL (cloudflow://..., see Server URL for more information), containing a file name and an extension, a physical output file with the specified file name will be created.
  • Overwrite existing file: if you select this checkbox, files that already exist will be overwritten. If you leave this checkbox unselected, existing files will not be overwritten and an error is displayed.