This article introduces how to add records into an App using the Kintone REST API. As a prerequisite, an Access Log App will be created that will record the following:
- The App ID of the App that a user accessed
- The Record ID of the record that a user accessed
- The user that accessed the record
- The date and time the user accessed the record
A JavaScript customization will also be created, which will be uploaded to a different App. When users access the App with the uploaded JavaScript file, their access data will be logged into the Access Log App.