Issue with handling string and file types in same field

Hi Team,

I have an API where the “source” field in the request body should accept both text (string/URI) and file (binary).

When I test this inside the Apidog app, I see the option to change the field type (so I can test with both string and file). However, on the hosted website, it only shows any one option — either file or string — but not both so that we can change the type.

We are using multipart/form-data as the body type, and for text we are passing it with format: uri.

Could you please guide us on how to handle this case, so that we can upload both file and string on the hosted website ?

I am also sharing the screenshots of both the Apidog app and the hosted website for your reference.
image.png
image.png