Hi All,
I am trying to send a document to external system that accepts form-data. I am using the content type "Multipart Form Data (multipart/form-data)". I would like to change the file name only for the integration call (without renaming the document in Appian). However, Appian automatically sends the document with its document name, not able to update/rename the file name.
Discussion posts and replies are publicly visible
In your integration process you can copy this document and the duplicate document created and renamed to desired file name can be sent to integration. Lastly delete the duplicate file once the integration process comes to completion.
In another words, do nothing to the user uploaded document rather use a copy for integration call to achieve desired results.