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
While a bit quirky, did you consider to rename the file, transfer it, and rename it back?
Yes, I did. I think the idea is to not update the document in Appian. The other approach I proposed is to create a new document and send, and delete it immediately.
Please let me know if we can update any way during the integration call.