Create Record Action

"Create Record" Action allows to add new record of the selected Object.

Note: All required fields will be added by default and you can't remove them.

Action modes are:

  • Standard mode shows field values corresponding to their data types (picklists, checkboxes, etc.)

  • Advanced mode shows all field values as text inputs to allow user to enter merge fields there.

  • Variable Name (4): you can set a variable which will be populated with the Id of the created record. It's useful if you need to handle successful result of this action and refer to newly created record - e.g., build a link to new record and send it to some user by email.

  • Repeat (5): check if you need to create multiple records. When checked, two new fields appear:

  • Number of Iterations (6) can contain a number or some variable/merge field returning a number of records to create

  • Iterator Name (7): you can set a variable which will be populated with the value of the record creation cycle iterator. It's useful if you need to handle successful result of this action and refer to the index of iterations - e.g., paste it in the record name and send email with it with text like "Record "Account # %iterator_name%" has been created successfully"

  • Execute in background (8): select it if you need to execute "Create record" action in other context than current user operation. See more info at Execute in background optionarrow-up-right. If check this option, the new field will appear:

  • With gap (9): by default it is 0, but can be set as an integer number of minutes. This field specifies interval before action execution (for repeated actions - before each iteration).

  • Save the action. Now you can call it from Kanban and other places.

Last updated