# Latest

**URL:** https://forum.kintone.dev/latest.md

[Latest](https://forum.kintone.dev/latest.md) · [Categories](https://forum.kintone.dev/categories.md) · [Tags](https://forum.kintone.dev/tags.md)

---

## [Welcome to Kintone Developer Forum!](https://forum.kintone.dev/t/welcome-to-kintone-developer-forum/7)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [April 13, 2022, 5:53am UTC](https://forum.kintone.dev/t/welcome-to-kintone-developer-forum/7 "2022-04-13T05:53:14Z")

</div>

The Kintone Developer Forum is where developers looking to build on the Kintone platform can discuss customizations, integrations, & business use-cases. Join the community to help troubleshoot, showcase code, and learn f…

---

## [What is the best way to back up a deleted record?](https://forum.kintone.dev/t/what-is-the-best-way-to-back-up-a-deleted-record/1734)

<div class="topic-metadata">

**Author:** [@rain](https://forum.kintone.dev/u/rain)\
**Replies:** 1\
**Last updated:** [September 24, 2026, 3:59pm UTC](https://forum.kintone.dev/t/what-is-the-best-way-to-back-up-a-deleted-record/1734 "2026-09-24T15:59:29Z")

</div>

Question / Problem When a record is deleted from an App, I want a way to back up the data. Some approaches that I thought of: Setting up a Webhook that runs on deletion, but I found out the Webhook data does not conta…

---

## [New Tutorial - Dynamically Update Rows of Tables](https://forum.kintone.dev/t/new-tutorial-dynamically-update-rows-of-tables/1725)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [September 18, 2026, 8:39am UTC](https://forum.kintone.dev/t/new-tutorial-dynamically-update-rows-of-tables/1725 "2026-09-18T08:39:08Z")

</div>

Check out our new tutorial on Dynamically Update Rows of Tables! This article explains how to update rows of Kintone tables with JavaScript. Dynamically Update Rows of Tables For more information, refer to the followin…

---

## [How to identify which Apps are Guest Apps when using the Get Apps API](https://forum.kintone.dev/t/how-to-identify-which-apps-are-guest-apps-when-using-the-get-apps-api/1722)

<div class="topic-metadata">

**Author:** [@zebra\_taxi](https://forum.kintone.dev/u/zebra_taxi)\
**Replies:** 1\
**Last updated:** [September 17, 2026, 4:15pm UTC](https://forum.kintone.dev/t/how-to-identify-which-apps-are-guest-apps-when-using-the-get-apps-api/1722 "2026-09-17T16:15:27Z")

</div>

What I'm trying to do I'm having an issue with Get Apps API. What I want to do is get info of all apps in my domain. Then I want to use Get App Admin Notes API to all Apps, so I can get info of Apps that don't have Not…

---

## [🗞 Monthly Kintone API Update 🗞](https://forum.kintone.dev/t/monthly-kintone-api-update/705)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 65\
**Last updated:** [September 17, 2026, 8:20am UTC](https://forum.kintone.dev/t/monthly-kintone-api-update/705 "2026-09-17T08:20:30Z")

</div>

We will be posting the monthly Kintone API updates on this thread. Watch this topic to get notified through our forum. For a timeline view of the Kintone API Updates, refer to the Kintone API Update Summary article.

---

## [New Tutorial - Table Operations with REST API](https://forum.kintone.dev/t/new-tutorial-table-operations-with-rest-api/1721)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [September 11, 2026, 1:26am UTC](https://forum.kintone.dev/t/new-tutorial-table-operations-with-rest-api/1721 "2026-09-11T01:26:12Z")

</div>

Check out our new tutorial on Table Operations with REST API! This article introduces techniques for operating on Table fields in a Kintone record using the REST API. Table Operations with REST API For more information…

---

## [New Tutorial - Dynamically Add Rows to Tables](https://forum.kintone.dev/t/new-tutorial-dynamically-add-rows-to-tables/1720)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [September 4, 2026, 12:24am UTC](https://forum.kintone.dev/t/new-tutorial-dynamically-add-rows-to-tables/1720 "2026-09-04T00:24:27Z")

</div>

Check out our new tutorial on Dynamically Add Rows to Tables! This article explains how to add rows to Kintone tables with JavaScript. Dynamically Add Rows to Tables For more information, refer to the following News po…

---

## [Why unable to output the content retrieved via kintone.proxy's GET request using console.log()](https://forum.kintone.dev/t/why-unable-to-output-the-content-retrieved-via-kintone-proxys-get-request-using-console-log/1718)

<div class="topic-metadata">

**Author:** [@kokonuts](https://forum.kintone.dev/u/kokonuts)\
**Replies:** 1\
**Last updated:** [September 2, 2026, 5:07pm UTC](https://forum.kintone.dev/t/why-unable-to-output-the-content-retrieved-via-kintone-proxys-get-request-using-console-log/1718 "2026-09-02T17:07:24Z")

</div>

Question / Problem I was trying to retrieve myKintone data from a different kintone environment. const mykintone = 'https://sample.cybozu.com'; const mykintone\_API\_TOKEN = 'sample'; const mykintone\_APP\_ID = 1; const h…

---

## [Kintone.proxy and secure cookies](https://forum.kintone.dev/t/kintone-proxy-and-secure-cookies/1717)

<div class="topic-metadata">

**Author:** [@Revotech](https://forum.kintone.dev/u/Revotech)\
**Replies:** 1\
**Last updated:** [September 1, 2026, 3:50pm UTC](https://forum.kintone.dev/t/kintone-proxy-and-secure-cookies/1717 "2026-09-01T15:50:42Z")

</div>

Question / Problem I'm calling an external API that uses cookie-based session authentication via kintone.proxy(). The login endpoint responds with a Set-Cookie header, but the cookie never seems to actually get stored in…

---

## [New Tutorial - Tables and the Nested Data Structure](https://forum.kintone.dev/t/new-tutorial-tables-and-the-nested-data-structure/1716)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [August 28, 2026, 4:23am UTC](https://forum.kintone.dev/t/new-tutorial-tables-and-the-nested-data-structure/1716 "2026-08-28T04:23:20Z")

</div>

Check out our new tutorial on Tables and the Nested Data Structure! This article introduces the nested data structure of Table fields in Kintone Apps for JavaScript customizations. Tables and the Nested Data Structure F…

---

## [Syncing app data to guest space app fails (specified file not found error)](https://forum.kintone.dev/t/syncing-app-data-to-guest-space-app-fails-specified-file-not-found-error/1715)

<div class="topic-metadata">

**Author:** [@zebra\_taxi](https://forum.kintone.dev/u/zebra_taxi)\
**Replies:** 2\
**Last updated:** [August 25, 2026, 8:40am UTC](https://forum.kintone.dev/t/syncing-app-data-to-guest-space-app-fails-specified-file-not-found-error/1715 "2026-08-25T08:40:29Z")

</div>

Question / Problem I am syncing record data from app to another app in guest space. Process management status change is timing of sync. Code doesn't work and shows error "The specified file (id: xxx) not found.". Curren…

---

## [Made a custom calculate button but why it's not putting the value into the field](https://forum.kintone.dev/t/made-a-custom-calculate-button-but-why-its-not-putting-the-value-into-the-field/1712)

<div class="topic-metadata">

**Author:** [@kokonuts](https://forum.kintone.dev/u/kokonuts)\
**Replies:** 2\
**Last updated:** [August 24, 2026, 5:57am UTC](https://forum.kintone.dev/t/made-a-custom-calculate-button-but-why-its-not-putting-the-value-into-the-field/1712 "2026-08-24T05:57:53Z")

</div>

Question / Problem Why isn't a value being set in "hour", even though the code I wrote looks fine? Current Situation I am making a todo App. It is supposed to be like... click button calculate "start time" and "end …

---

## [Task completion time is off by several hours](https://forum.kintone.dev/t/task-completion-time-is-off-by-several-hours/1714)

<div class="topic-metadata">

**Author:** [@Sally](https://forum.kintone.dev/u/Sally)\
**Replies:** 1\
**Last updated:** [August 19, 2026, 5:39pm UTC](https://forum.kintone.dev/t/task-completion-time-is-off-by-several-hours/1714 "2026-08-19T17:39:41Z")

</div>

Hi, I built a desktop task management client with PySimpleGUI. When I change a task status to complete and click the "Sync" button, the task information is registered into my Kintone app. But the time shown in the Kint…

---

## [Total value on list view changes when I sort records](https://forum.kintone.dev/t/total-value-on-list-view-changes-when-i-sort-records/1709)

<div class="topic-metadata">

**Author:** [@zebra\_taxi](https://forum.kintone.dev/u/zebra_taxi)\
**Replies:** 4\
**Last updated:** [July 30, 2026, 5:11am UTC](https://forum.kintone.dev/t/total-value-on-list-view-changes-when-i-sort-records/1709 "2026-07-30T05:11:18Z")

</div>

Question / Problem I am calculating total of number field and showing it on top of record list. It was working for few days, but now total seems wrong when I add more records. Also, when I change sort order of list, tot…

---

## [New Tutorial - Use async/await For Asynchronous Processing](https://forum.kintone.dev/t/new-tutorial-use-async-await-for-asynchronous-processing/1703)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [May 29, 2026, 5:27am UTC](https://forum.kintone.dev/t/new-tutorial-use-async-await-for-asynchronous-processing/1703 "2026-05-29T05:27:24Z")

</div>

Check out our new tutorial on Use async/await For Asynchronous Processing! This article introduces how to use async/await instead of Promise to simplify asynchronous processing in Kintone customizations. Use async/await…

---

## [Possibility on Customizing Comment/History Section](https://forum.kintone.dev/t/possibility-on-customizing-comment-history-section/1700)

<div class="topic-metadata">

**Author:** [@yoonpples](https://forum.kintone.dev/u/yoonpples)\
**Replies:** 1\
**Last updated:** [May 26, 2026, 9:10am UTC](https://forum.kintone.dev/t/possibility-on-customizing-comment-history-section/1700 "2026-05-26T09:10:27Z")

</div>

Hi! I would like to know if there is possibility to customize on the area in the orange box: Maybe using this section to show logs of other stuff or maybe under history & comment button add another button? I just wan…

---

## [New Tutorial - Low-Code AI Integration with Kintone: Introducing the Dify Plug-in](https://forum.kintone.dev/t/new-tutorial-low-code-ai-integration-with-kintone-introducing-the-dify-plug-in/1684)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 1\
**Last updated:** [May 20, 2026, 9:46am UTC](https://forum.kintone.dev/t/new-tutorial-low-code-ai-integration-with-kintone-introducing-the-dify-plug-in/1684 "2026-05-20T09:46:25Z")

</div>

Check out our new tutorial on Low-Code AI Integration with Kintone: Introducing the Dify Plug-in! This article introduces the Kintone integration plug-in published on the Dify Marketplace. Low-Code AI Integration with K…

---

## [\[solved\] I'm having some trouble uploading plugins](https://forum.kintone.dev/t/solved-im-having-some-trouble-uploading-plugins/1694)

<div class="topic-metadata">

**Author:** [@Doanh\_Su\_dai](https://forum.kintone.dev/u/Doanh_Su_dai)\
**Replies:** 2\
**Last updated:** [May 18, 2026, 3:07pm UTC](https://forum.kintone.dev/t/solved-im-having-some-trouble-uploading-plugins/1694 "2026-05-18T15:07:34Z")

</div>

Question / Problem I'm building a JavaScript client with the Kintone plugin. When I uploaded the plugin.zip file, I received an error message: "Error occurred." Invalid request. (CB\_IL02 RzUEWHgWXNCp4pAsmQ89) C…

---

## [Digital Membership Card Software with Kintone and CRM Integration for Large Organizations](https://forum.kintone.dev/t/digital-membership-card-software-with-kintone-and-crm-integration-for-large-organizations/1688)

<div class="topic-metadata">

**Author:** [@nemow](https://forum.kintone.dev/u/nemow)\
**Replies:** 1\
**Last updated:** [April 29, 2026, 11:13pm UTC](https://forum.kintone.dev/t/digital-membership-card-software-with-kintone-and-crm-integration-for-large-organizations/1688 "2026-04-29T23:13:18Z")

</div>

Hi everyone, I’m working on a digital membership card system for a large organization (~10k+ members) and trying to figure out the best scalable setup. I’m considering Kintone as the base to manage membership database,…

---

## [New Tutorial - Update Record When an Invoice Is Paid in Xero](https://forum.kintone.dev/t/new-tutorial-update-record-when-an-invoice-is-paid-in-xero/1683)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [April 3, 2026, 2:49am UTC](https://forum.kintone.dev/t/new-tutorial-update-record-when-an-invoice-is-paid-in-xero/1683 "2026-04-03T02:49:48Z")

</div>

Check out our new tutorial on Update Record When an Invoice Is Paid in Xero! This tutorial explains how to update a Kintone record when an invoice is paid in Xero using Zapier. Update Record When an Invoice Is Paid in X…

---

## [Plugin not works when switch to mobile view (add '/m' in url) in one domain but fine in another domain](https://forum.kintone.dev/t/plugin-not-works-when-switch-to-mobile-view-add-m-in-url-in-one-domain-but-fine-in-another-domain/1676)

<div class="topic-metadata">

**Author:** [@Henry\_Jia](https://forum.kintone.dev/u/Henry_Jia)\
**Replies:** 4\
**Last updated:** [March 12, 2026, 8:38am UTC](https://forum.kintone.dev/t/plugin-not-works-when-switch-to-mobile-view-add-m-in-url-in-one-domain-but-fine-in-another-domain/1676 "2026-03-12T08:38:47Z")

</div>

Question / Problem My plugin works fine in browser, but if add /m/ in the url for view the result in mobile, the content is empty. But it’s fine in another domain. Current Situation The same plugin works no problem in a…

---

## [New Tutorial - Automate Daily Task Check with Kintone MCP and Claude](https://forum.kintone.dev/t/new-tutorial-automate-daily-task-check-with-kintone-mcp-and-claude/1678)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [March 12, 2026, 7:59am UTC](https://forum.kintone.dev/t/new-tutorial-automate-daily-task-check-with-kintone-mcp-and-claude/1678 "2026-03-12T07:59:16Z")

</div>

Check out our new tutorial on Automate Daily Task Check with Kintone MCP and Claude! This article introduces how to use the Kintone MCP Server and Claude Desktop to automatically retrieve and summarize daily tasks from K…

---

## [New Tutorial - User Provisioning with Entra ID](https://forum.kintone.dev/t/new-tutorial-user-provisioning-with-entra-id/1675)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [March 2, 2026, 7:39am UTC](https://forum.kintone.dev/t/new-tutorial-user-provisioning-with-entra-id/1675 "2026-03-02T07:39:19Z")

</div>

Check out our new tutorial on User Provisioning with Entra ID! This tutorial introduces Kintone's integration with Entra ID a cloud service for identity and access management. This article introduces how to use Entra…

---

## [New Tutorial - How To Migrate Kintone Data To A New Environment](https://forum.kintone.dev/t/new-tutorial-how-to-migrate-kintone-data-to-a-new-environment/1674)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [February 10, 2026, 5:15am UTC](https://forum.kintone.dev/t/new-tutorial-how-to-migrate-kintone-data-to-a-new-environment/1674 "2026-02-10T05:15:14Z")

</div>

Check out our new tutorial on How To Migrate Kintone Data To A New Environment! This tutorial explains how to retrieve Kintone data and restore it in a new environment for Kintone users. How To Migrate Kintone Data To A…

---

## [New Tutorial - The Introduction of Kintone MCP Server](https://forum.kintone.dev/t/new-tutorial-the-introduction-of-kintone-mcp-server/1670)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [January 6, 2026, 2:57am UTC](https://forum.kintone.dev/t/new-tutorial-the-introduction-of-kintone-mcp-server/1670 "2026-01-06T02:57:46Z")

</div>

Check out our new tutorial on The Introduction of Kintone MCP Server! This article introduces the features and usage of Kintone's official local MCP server. The Introduction of Kintone MCP Server For more information, …

---

## [Change assignee button](https://forum.kintone.dev/t/change-assignee-button/1667)

<div class="topic-metadata">

**Author:** [@H\_Nar](https://forum.kintone.dev/u/H_Nar)\
**Replies:** 1\
**Last updated:** [December 22, 2025, 3:06pm UTC](https://forum.kintone.dev/t/change-assignee-button/1667 "2025-12-22T15:06:47Z")

</div>

What does the "Change Assignee" button do? Can it be removed? Please refer to the image below. thanks

---

## [New Tutorial - Create and Email an Invoice with Xero](https://forum.kintone.dev/t/new-tutorial-create-and-email-an-invoice-with-xero/1666)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [December 16, 2025, 7:07am UTC](https://forum.kintone.dev/t/new-tutorial-create-and-email-an-invoice-with-xero/1666 "2025-12-16T07:07:53Z")

</div>

Check out our new tutorial on Create and Email an Invoice with Xero! This article explains how to create and email an invoice when a Kintone record is added using Zapier and Xero . Create and Email an Invoice with Xero …

---

## [New Tutorial - Visualize Data with Microsoft Power BI Custom Connector](https://forum.kintone.dev/t/new-tutorial-visualize-data-with-microsoft-power-bi-custom-connector/1665)

<div class="topic-metadata">

**Author:** [@system](https://forum.kintone.dev/u/system)\
**Replies:** 0\
**Last updated:** [December 2, 2025, 12:52am UTC](https://forum.kintone.dev/t/new-tutorial-visualize-data-with-microsoft-power-bi-custom-connector/1665 "2025-12-02T00:52:45Z")

</div>

Check out our new tutorial on Visualize Data with Microsoft Power BI Custom Connector! This article covers how retrieve and visualize Kintone data using Power BI's custom connector. Visualize Data with Microsoft Power B…

---

## [Records cursor API error](https://forum.kintone.dev/t/records-cursor-api-error/1664)

<div class="topic-metadata">

**Author:** [@bonniecpk](https://forum.kintone.dev/u/bonniecpk)\
**Replies:** 1\
**Last updated:** [November 26, 2025, 2:56pm UTC](https://forum.kintone.dev/t/records-cursor-api-error/1664 "2025-11-26T14:56:51Z")

</div>

I’m trying to test the Add cursor API with Postman, but got the following error: { "code": "CB\_OA01", "id": "LfNIq6B9tt9Cx300hrFT", "message": "Cannot access protected resource." } I set these OAuth scopes k:ap…

---

## [Download file HTTP status code = 404](https://forum.kintone.dev/t/download-file-http-status-code-404/1658)

<div class="topic-metadata">

**Author:** [@cxinyu](https://forum.kintone.dev/u/cxinyu)\
**Replies:** 1\
**Last updated:** [September 8, 2025, 3:20pm UTC](https://forum.kintone.dev/t/download-file-http-status-code-404/1658 "2025-09-08T15:20:06Z")

</div>

Question / Problem Hi I am using Kintone API to download attachments, here is the url:Url: https://kddi.cybozu.com/k/v1/files.json?fileKey=20250902122423E4E1FE26C7B84FE5895AAB876749FB6A237 it results in 404 error. I c…

[Next page](https://forum.kintone.dev/latest.md?page=1)
