How to define multiple files in hjson?

How do I allow multiple files in my hjson like shown in the Attachment(s) variable in the Send Mail action?

image

Try

{ name: 'whatever', optionName: 'whatever', title: 'Whatever', type: 'multifile', defaultValue: '', serverDataBindings: true }
2 Likes

Thanks, @tbvgl. That would be helpful to add to display types here. :slight_smile:

1 Like