'Whether to allow the user to select multiple files from the file input or just one',
displayOptions:{
show:{
fieldType:['file'],
},
},
},
{
displayName:'Accept File Types',
name:'acceptFileTypes',
type:'string',
default:'',
description:'List of file types that can be uploaded, separated by commas',
hint:'Leave empty to allow all file types',
placeholder:'e.g. .jpg, .png',
displayOptions:{
show:{
fieldType:['file'],
},
},
},
{
displayName:'Format Date As',
name:'formatDate',
type:'string',
default:'',
description:
'Returns a string representation of this field formatted according to the specified format string. For a table of tokens and their interpretations, see <a href="https://moment.github.io/luxon/#/formatting?ID=table-of-tokens" target="_blank">here</a>.',
"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.",
"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.",