I am trying to call an integration that needs to pass a file from appian through its body.
However, it's not being acceptable, cause
As you can see, the connection endpoint is expecting the file parameter to be of type File.
An information: with the url that I am retrieving in appian, I am being able to download the file just by clicking on the link.
However apparently the File type on this connection expects another type of string: MultipartFile,
Is it by any chance possible that conversion? Thanks
Discussion posts and replies are publicly visible
My question is simply: how to pass an user's uploaded file into an external system endpoint
Looking at the postman screenshot, it seems like the endpoint accepts form-data. Have you tried multiple form-data in request body ?