Get the last execution end time of the job generated from this customization.
Get the end time of the last execution of the same customized job for the currently running job. It is formatted so that it can be set directly in the Date and time field of Kintone.
The obtained time will be set as a result of the action.
To access the conversion result, use a formula to reference this action from other actions.
For example, if “Get Last Job End Time” is the first action, enter the following formula in the “[Set Field Value[” parameter as follows:
=$1
then you can retrieve the result.
The name includes “last time”, but the actual specification is to obtain “the end time of the most recent history among those that have ended at that point in time.” In the case of jobs executed from Kintone Webhook, multiple executions can be accepted simultaneously, so care must be taken with the definition of “last.”
If this is the first time running, and there has been no previous execution, the result of the action will be an empty string.
Set Gusuku API Key andHandling of History with Errors.
Specify the API key for gusuku. The API key for gusuku can be issued and obtained from gusuku Admin.
Please note that this is not about the API token of the Kintone app.
In the case of “Include history with errors”, it will return the end time of that error execution even if the latest execution ended with an error.
In the case of “Exclude histories with errors,” it returns the end time of the latest execution among those that are not errors.