Data Destination - kintone
  • 07 Dec 2022
  • Dark
    Light
  • PDF

Data Destination - kintone

  • Dark
    Light
  • PDF

Article Summary

Note

This is a machine-translated version of the original Japanese article.
Please understand that some of the information contained on this page may be inaccurate.

summary

This page is a help page for setting up data transfer to Cybozu kintone.

Supported Protocols

constraint

  • There are restrictions on cursor API, so please check the official page.
  • Subtables are not currently supported. If you need support, please contact us.
  • You need to create an app in units of transfer settings. (There is currently no function to automatically create from the trocco side.) )
  • If the transfer mode is upsert, if the update key includes an empty record, a new record will be registered. (Even if a record with an empty key exists at the destination, it will not be updated.) )

Setting items

STEP1 Basic settings

Itemnamerequireddefault
valuecontent
kintone connection informationYes-From the connection information registered in advance, select the one that has the necessary permissions for this transfer setting.
Please refer to the separate page for how to set the connection information.
App IDYes-Enter the ID of the kintone app from which you want to collect data.
If you are an administrator, you can check the ID of each app in the gear → app management at the top of the screen.
If you want to get it by API, please refer to the official website.
Guest Space IDNo-If you are using a guest space, please enter your guest space ID here.
Transfer ModeYesinsertSpecifies the transfer mode.
- insert: Registers a record to the destination.
- update: Updates records with matching update keys.
- upsert: Update any records with matching update keys. Otherwise, create a new record.
Update KeyYes-Input is required when the transfer mode is set to update or upsert.
Enter the name of the source column to be used as the key.

Was this article helpful?