Export Form Store Records as a CSV file. This function will download the file automatically.
await formStoreService.exportFormStoreRecords({ formId: 1,}) Copy
await formStoreService.exportFormStoreRecords({ formId: 1,})
Name of the file to download. ".csv" will be added to the end of the file name if not passed
Search parameters for filtering, sorting, and including columns
Optional
An AbortSignal to abort the request
Export Form Store Records as a CSV file. This function will download the file automatically.
Example