Job Runner

Add New Record with Table

Overview

Add a new record with table data to the specified app.

Usage

Add Record does not allow initial values to be entered in the table. On the other hand, Add New Record with Table allows you to add a record with an initial value set in the table.

Parameters

Specify Destination App, API Token, Mapping, Table,Record for Table, Mapping, Whether to reflect immediately.

Destination App

Select app to add new record.

API Token for destination app

Specify the API Token to access the app. Choose from the actions to Set Kintone API Token.

This API Token requires add record permission.

Mapping for Record

Set the field values for each record you want to add.

However, you cannot set values for the table here. The table values are set later in mapping for table.

For this mapping, writing as follows

= Field Code

makes the fileld as prepared for this action. For example, if the criteria for the action was When Record Is Ready , the field will be referenced from the record set in the record action parameter of When Source Record Row Is Ready.

Table

Select the table where you want to set the initial value.

You cannot select more than one.

Source Record

Specify the record to be used for creating data for the table.

Mapping for Table

Define mappings to set the data in the table.

For this mapping, write as follows:

= Field Code

so that the field code becomes the source field for the record to create a table.

Whether to reflect immediately

If you select Do not reflect immediately (later in bulk), the action will not be immediately reflected in the Kintone app. It will be a movement to save to Kintone app after accumulating some amount. Even if you iterate through actions to add records, you will have fewer API requests to Kintone and can process them faster.

Reflect immediately reflects the record addition to the Kintone app as soon as the action is executed. If you want subsequent actions to get the records back from Kintone, choose Reflect Immediately. However, please be aware that if you are adding multiple records by repeatedly executing the action, the number of API requests to Kintone will increase.

Occurrence of Source Record Retrieval Criteria

Criteria Occurrence
“When record Row Is Ready” It doesn’t happen.
“When All record Rows Are Ready” It doesn’t happen.

Webhook notification

If the destination app is configured to provide webhook notifications with the add record criteria, running this Do will trigger a webhook notification for the destination app.

Reflect immediately (later in bulk) will not trigger a webhook notification.

Restrictions

  • You cannot set data for more than one table at a time.

関連記事