Hello,
We've successfully implemented the web API document upload template in Appian, fetching documents and metadata from an external system. However, we've encountered an issue where the file name is consistently labeled as "Untitled Document" in the process. Any assistance in resolving this matter would be greatly appreciated.
Thanks
Discussion posts and replies are publicly visible
Hi shyam sudi ,
When external system is calling our API, Add a header with name as "Appian-Document-Name" and value as the "filename.extension".
Then the document will be saved in Appian with filename.extension else it will give untitled document
I have included the header, but the issue persists with no change.
Try this way
Understood. The external system is required to pass both the file name and its corresponding extension
Thank you Sri Ram Kaja .