How do I bulk upload or import multiple files?

If you are familiar with APIs, you can leverage the Knack API for file imports.

Builder Import

Currently, there is no pre-existing feature available for importing files into file fields using the Builder.

If you are familiar with APIs, you can leverage the Knack API for file imports. The Knack API documentation provides detailed information on how to effectively use the Knack API for file and image uploads.

Live App Import

In order to enable your users to import multiple files into a single file field, you will need to make some adjustments to your app structure. For instance, you might require potential tenants to submit multiple documents when creating a single tenant application.

To accommodate multiple files for a single record, it is necessary to utilize a connected table since a file field can only store a single file. You can refer to this article for guidance on setting up the process: Store Multiple Images or Files for Individual Records.