Multiple type (Array & File) support on form-data request

Hi Apidog team,

Is it possible to configure a form-data request to have multiple type for one field? For example, there’s a form-data param named value it can be array of string or file. If I created new case for each type, it’ll show inconsistent from endpoint spec.

Is my only option is to create 2 endpoint spec for 1 api?

Thanks