Hi All,
I have an integration that takes .PDF extension as an Input.By converting to Appian Value does the document Extension changes??
Can anyone please help me with this....
Thanks ,
Saidivya Minna
Discussion posts and replies are publicly visible
When an integration is configured to convert a binary response body to an Appian document, this field specifies the document name and/or extension. It is recommended to provide an extension at design time in order to ensure its accuracy.
If this field contains period(s), the document extension will be set to everything after the last period and the document name will be set to everything before the last period. So profilePicture.jpg would set the document name to profilePicture and the extension to jpg.
If this field doesn’t contain a period, the document name will be set to the entire field value and Appian will try to infer an extension from the response using the Content-Disposition and Content-Type HTTP headers. So profilePicture would set the document name to profilePicture and the extension would be inferred.
Note: This field is only shown when Response Body Parsing is set to Convert binary to Appian document.
Thanks for the info puneets0004
We are getting a report in pdf format from external system. NOw using the option binary to appian document in the appian integration convert the pdf into what format?
It will stay a PDF document.