Job Runner

Round Down 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 the source record is reserved for storage. Updated records are not saved immediately but automatically after all actions in the job are finished. Use Save Modified Record if you want to save the updated records at a later time.

You will need an API Token with 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.

Parameters

Set Record, Field, and Zero Padding Digits.

Record

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.

Field

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

You cannot select multiple fields.

If the field value is a negative number, it is rounded to the lower number. Note that this behavior is different from the function rounddown. For example:

  • Rounding Down Field Value to -1.23 yields -2
  • rounddown(-1.23, 0) results in -1

Number of Digits

Enter the zero padding digits to be truncated. If you enter a negative number, it will be decimal.

# Specify -2
111.119 -> 111.11

#Specify 2
190 -> 100