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
Hi srivallin One approach is if your external system accepts metadata, you can send document name separately (as required) in the request, so that target system set the name,
Hi Shivakanth Reddy P ,
Yes, we are working with the external system in parallel. Thank you.