• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30751
  • Open Date : 2019/09/09 15:58
  • Print
NEW

[DataSpider Servista] When acquiring records from kintone, only the first item is acquired even if you select multiple checkboxes.

When acquiring records from kintone, only the first item is acquired even if you select multiple checkboxes.  Please tell me how to get the records which I selected?
 
Category : 

Answer

■Specification
 
The data model of kintone adapter is XML type. Among them, the Array type item keeps a value to the value element of the child elements and repeating units of the array element.
 
■Workaround
 
If you want to get the value of the field of Array type such as check box, please set it to repeat the array element by one of the following methods.
  • Set iteration logic to array element in Mapper
  • Specify array element in the path by repetition (number of data)
With the above settings, it is possible to retrieve all items selected multiple by kintone checkbox, etc as multiple records.
 
■Supplementary
For the schema of each field used by kintone adapter, please check the reference information of help.
 
Reference Information
 
[kintone]-[Schema]-[Record Schema]