Question
When retrieving records from kintone, only the first item is retrieved even if multiple items are selected in a checkbox.
Please tell me how to retrieve all items.
Answer
-Specification
The data model of kintone connector is XML type.
Array type items are stored in the value element of the child element with the array element as a repeating unit.
-How to retrieve
To retrieve the value of an Array type field such as a checkbox, you need to use one of the following methods to set the array element to repeat.
・Set a Loop logic for the array element in a Mapper.
・Specify the array element in the path in a Loop by Number of data
By using the above settings, it is possible to retrieve multiple records for multiple selected items such as a checkbox in kintone.
-Supplementary information
Please refer to the following manual for the schema of each field used by the kintone connector.
[kintone]-[schema]-[record schema]
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/kintone_schema.htm
Comments
0 comments
Article is closed for comments.