Hello there,
I was wondering if there is a way to configure a smart action, allowing us to upload multiple file at a time.
We have this already in Forest docs, which allows us to perform a single file upload:
{
field: 'file',
type: 'File',
isRequired: true
}
Would be nice to have similar template but for several files:
{
field: 'files',
type: 'Files'
}
Thanks for the feedback,
Julien