Question
When updating multiple fields in Kintone, how do I specify the primary key and the fields I want to update?
Answer
If you want to specify the fields to be updated, please click "Update Field List" and after retrieving the schema, check the fields you want to specify in the "Update Target" field in the "Record Update Process" to display only the fields specified in the Mapper process.
In Mapper, field codes are displayed in comments.
After the above is done, the implementation can be done by connecting the value to be updated and the record to be updated in the Mapper process.
If you want to update multiple records, you can implement this by using Iterate specified node logic.
If no data is passed from the Mapper to "$id field!", "java.lang.NumberFormatException" error will occur.
The $id field will appear in the schema of Mapper even if the check is unchecked from "Target for update".
Please pass the data of $id field of the record that exists on the kintone side from Mapper to the record update process of the Kintone connector and check if the record update process can be executed.
Comments
0 comments
Article is closed for comments.