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
It worked as expected.
Special thanks goes to Mr. Stefan Helzle and Mr. yogeshc0701 . Thank you all.