Create Record Step

Use a Create Record step in a ReadiNow Process when you need the process to generate a new record in the system—either as part of user input or system automation.


Create Record Properties

Property
Description

Name

The name of the block that will appear on the process builder screen.

Description

Helpful description as to what is the purpose of the step.

Run Condition

The condition by which the Step will run. For example if a button named ‘Approve’ was clicked in from a different block then the step will be run.

Configuration

Object

Select for what object is the new record going to be created.

Set created record as primary

When this toggle is enabled:

  • The created record becomes the main (primary) record referenced throughout the process.
  • The "Object" selection field is disabled, since the primary record type governs this setting.
  • The system will validate the compatibility between the selected page and the primary record type; if incompatible, a validation message is shown.
  • Once the record is created and saved, it is automatically set as the primary record in the process instance.

 

Fields

Sets standard data fields like Text, Numeric, Auto Number to be shown and filled.

Choice fields

Configures dropdown/select-type inputs tied to a predefined list of values.

Lookups

Enables selection of related records (like a foreign key).

Relationships

Allows adding inline or data table relationship data to the new record.