Job Runner

Round Off field value

Overview

Round down the value in the specified fields.

Usage

If you perform this Do, the field value is changed from its original value, and records are reserved for saving. Updated records are not saved immediately but automatically after all actions in the job are finished. Use Save Modified Record to save the updated records at a different time.

You will need an API Token with the edit record permission for the app when autosaving. Make sure to Set Kintone API Token in another action and set the API Token for the Kintone app, if you want to save the Modified Source Record at a different time.

Parameters

Set Record, Field, and Number of Digits.

Record

Select the Action you used to import the target records.

If multiple records are included, it is processed for each record. If there are no records, nothing is done.

Field

Select the field that should be evaluated. Only Number fields can be selected.

You cannot include fields that are within a table.

Number of Digits

Enter the number of digits to be rounded. If you enter a negative number, it will be decimal.

# Specify -2.
111.114 -> 111.11
111.115 -> 111.12

#Specify 2
140 -> 100
150 -> 200