Hi Team,
I want to display an external PDF URL into a!documentViewerField, i tried using a!webContentField for the same, however the URL is not supported in it.
I am open to first save the document to Appian and then display it. Please help me with the possible solution to this use case .
Thanks in Advance.
Discussion posts and replies are publicly visible
The document viewer can only display local documents. Use an integration to download the file, then use the ID of the document to display it.
Hi amriteshg6866 You can explore the possibility of integrating with the external system to retrieve the document and store it in Appian. Once the document is saved as an Appian document, you can use a!documentViewerField to display it within your application.
Thanks for your responses, I am receiving only URL of PDF from web Api.Kindly suggest how can I download that file and save into Appian
Use an Integration to download the file.
Example here: https://docs.appian.com/suite/help/25.2/Integration_Object.html#receiving-a-binary-document
Thank You so much for your support