-
Recently active
Hi, I have a requirement of sending documents (filetypes like pdf, jpeg, xlsx, docx, ppt etc) from Appian to external system (AWS API) through integration object, so I want to know what is the maximum file size I can send it through an integration object. I have read in documentation that Appian supports file upload up to 1 GB, so will Appian supports sending file through integration object up to 1 GB as well? Also, if I want to upload a 1GB file through an uploader component, how much time the component will take to load the file into the interface from users local system. Will the users session be active till the 1 GB file upload to the interface completes? Thanks.
Hello, It is currently not possible to use OAuth 2 Client Credentials to authenticate towards Appian for one of our connected systems.. The following request is made to create the token: POST /suite/authorization/oauth/token?grant_type=client_credentials HTTP/1.1 Host: ... User-Agent: Go-http-client/1.1 Content-Length: 0 Authorization: Basic .... Accept-Encoding: gzip The grant_type is passed as query parameter No Content-Type HTTP header is present (The body is empty) Appian returns an error, because it expects the Content-Type HTTP header to be present: {"error_description":"Missing HTTP Content-Type header","error":"invalid_request","error_uri":"https:\/\/docs.appian.com\/suite\/help\/24.1\/Web_API_Authentication.html#client-credentials"} Can the check be changed in Appian, so that the header Content-Type is not required if the body is empty?
I am facing issue while using the SSH Key Pair authentication for SFTP. So when I am trying using Basic Credentials, I am able to establish the connection with Remote Directory and able to Send and Receive File. But for same username when I am trying through SSH Key Pair authentication I am getting error as ".filetransfer.sftp.SendFileOverSFTP - com.jcraft.jsch.JSchException: Algorithm negotiation fail". I have created Third-Party Credentials in Appian using the username only and uploaded the private key along with a constant associated with it. Here is my File Transfer Configurations CDT: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: "xyz.com", serverPort: 22, scsExternalSystemKey: "aws-cmd", usePerUserCredentials: false(), privateKeyFile: cons!MS_SFTP_USER_PRIVATE_KEY_FILE )
I need to generate a secure embedded link and need to put that in an Appian interface. I mimicked what given in this documentation here (https://help.sigmacomputing.com/docs/example-embed-api-and-url) and created an expression rule for the same. It works but there are some organization level restriction to not put up client id and client secret in constants. Could you please share any alternatives which can be used to store the credentials in Appian or any workaround for the same? I tried to look into Third Party Credentials store but it seems like it can be accessed via a plugin alone.
Hello Everyone, I am trying to show a hyperlink field in a word document which generates from 'Docx from dynamic template', the URL for the hyperlink will be dynamic passed from a rule. I tried using the merge field logic to show dynamic hyperlink but couldn't find a solution. The link always redirects to downloads/URL something like - C:\\Users\Downloads\mergeField. I would like to know if there is a way to link a dynamic URL. Thanks in advance. I tried the merge fields based on the blog below, but it didn't work. blog.softartisans.com/.../ The hyperlink is always redirecting to downloads as shown below. Tejaswi
Good morning everybody, With the plugin Dynamic Document Generator I can not modify the fonts, I can not add unicode symbols of special characters like the checkbox, the html page is saved in a single page, the borders of the tables are displayed differently from the html, do you know how I can solve all these issues that I can put chech box, generate more than one page and the borders when I want to move from HMTL to PDF. Thanks
Hello, SFTP Send File smart service is failing with the error Connection refused. Third-party credentials are setup and have not changed. The plugin has access to the third party credentials. We are passing the values to the smart service as below: File Transfer Configurations: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: cons!SFTP_HOST_NAME, (text) serverPort: cons!SFTP_SERVER_PORT_NUMBER, (integer) scsExternalSystemKey: cons!SFTP_EXTERNAL_SYSTEM_KEY, (text) usePerUserCredentials: false(), (boolean) ) Remote File Path: /filePath/fileName.pdf Document To Send: Document Can you please let me
Hi, is it possible to invoke multiple a!startProcess inside appian web api?
Hi Team, I am getting a below error: [Appian Work Item - 617826 - WorkID 530 - execution02 - process 537400621 - model 281 : UnattendedJavaActivityRequest] ERROR com.vuram.pgp.util.KeyBasedLargeFileProcessor - message integrity check passed. Is anybody else is facing this issue? Is there any way that i can resolve this error? Thanks, Sayali
If I have four tables in a database how do I export them in a single sheet of Excel? 1
Which is difference if we add query parameters in Query Parameters side or if we add as relative path ??
I'm trying to use encryptvalue() and decryptvalue() in my existing rule. The purpose of using this function is to encrypt a value before inserting to Appian Cloud Database and decrypt a value when reading it from Appian Cloud Database. When trying to use encryptvalue(), I got an error saying ```Expression evaluation error at function 'encryptvalue' [line 2]: This plug-in [com.appiansolutionengineering.encryption] is not registered to access secured values for the given external system key [encryptdecryptkey]. Check the external systems plug-ins list in the Administration Console.``` Currently, I don't have any third party credentials nor Plug-Ins registered. How to use encryptvalue() and is there any other work around for encrypting data in Appian Cloud Database?
Hi Everyone, We have requirement where external API expecting a Appian Document as BLOB URL where external system to download/read the file. In simple words How to upload a Appian document as BOLB URL to external systems? Thanks in Advance.
Hi All, We have a requirement for counting the number of pages in a word Doc , Is there any solution for this. Already tried to convert to PDF and to take the count but format is getting changed and not getting the exact count.
So the requirement is to generate a PDF with dynamic fields, so we created a word document and when we are trying to convert word to PDF, the format is getting chnaged entirely. Tried 1. PDF from DOCX : The format is completely deteriorate what should we pass "PDF Options" Tried 2. PDF from Single DOCX with Fonts , Content not visible in PDF (what should we pass in Font Document) Tried 3.PDF from HTML : Getting document in one single page
Hi! I am trying to generate a pdf document from an html using the "HTML to PDF" plugin. The html structure used is the following: // HTML <table> <thead><tr><td> <div class="header-space">&nbsp;</div> </td></tr></thead> <tbody><tr><td> <div class="content">...</div> </td></tr></tbody> <tfoot><tr><td> <div class="footer-space">&nbsp;</div> </td></tr></tfoot></table><div class="header">...</div><div class="footer">...</div>// CSS.header, .header-space,.footer, .footer-space { height: 100px;}.header { position: fixed; top: 0;}.footer { position: fixed; bottom: 0;}The problem comes when transforming to PDF. It works by replicating the header, but from the second page the content overlaps the header.My cloud version is 22.
I have a scenario where I need to generate a Google Workbook with multiple sheets by using integration services.
I have having some issues with creating the OneDrive Connected System. I am getting the error in the picture.
Hi All, we are using the sharepoint Connected system and we are trying to create Folder using the Create Folder API, provided by the sharepoint connected system. However i am unable to provide the Destination path to the Folder in which i need to create this new Folder. Can someone please help me in how to pass the folder Path. This is the Error which i am getting Please help.
I want to add chatbot in the application, where chatbot will interact with the application's data. What are the steps I need to follow ??
How to convert text to UTF-8? Do we have any function or plugin for this?
Convert current time to milliseconds. Ex. 1719220373569 (5:13 pm in China) Any idea, how we can achieve this in Appian? Any function or plugins?
Please tell me how to use "Create PDF". I would like to overwrite data on an existing PDF and create a new PDF. Therefore, I implemented the following processing. ・Copy Template PDF: Create a copy version of the base PDF and store it in "pv!copyTemplate" ・Edit PDF Name: Change the name of "pv!copyTemplate" ・Create PDF: Each parameter is set as below.Create New Document: falseExisting Document: pv!copyTemplatePause On Error: falseContents: (describe the contents as an expression) No values are set for any parameters not listed above. This is the PDF to copy from.I have confirmed that the content is retained even after the "Edit PDF Name" process is completed. However, when the "Create PDF" process is finished and you check the contents of the same file, it looks like the following.The value set in the parameter "Contents" is listed, but the PDF that was supposed to be set in "Existing Document" is not reflected.
Hi I have to create a document with dynamic grids, Is there a way to generate document with dynamic grids using any of smart services/Plugins available in Appian? Thanks R Gopala Krishna Raju
Hi Community, I using Import CSV to Database smart service to load data into a database staging table. and I am getting the below error. Can anyone please help?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.