Automatically input a value into the specified field.
If you perform this Do set action and the field value changes from its original value, the record is reserved for saving. Updated records are not saved immediately but automatically after all actions in the job are finished. Use Save Modified Records to save the updated records at a different time.
You will need an API Token with edit record permission for the app of the records when autosaving. Make sure to Set Kintone API Token in another action and set the API Token for the Kintone app.
If the Set To field is a Lookup field, you will need the API Token that has view record permissions for the app referenced by Lookup (Source App). Make sure to Set Kintone API Token in another action and set the API Token for the Kintone app.
Set Record, Field, and Value.
Select the Action you used to retrieve the target records.
If multiple records are included, it is processed for each record. If there are no records, nothing is done.
Select the field to set to.
Note that this parameter does not accept the following field types:
This parameter does not accept fields that are inside tables.
Sets the value to be set.
You can specify a calculation expression by writing a string beginning with “=”, as in Excel expressions. When you specify a formula, the formula is calculated and values are set when the action is executed. You can also reference other fields by field code in the formula.
Example) The following example sets the value of the Name field and the value of the email field, separated by space.
= Name & " " & email