-
Recently active
Hi, I'm using the "DOCX From Dynamic Template" plugin to create docx files and it works well. With this is one I can add some fixed images in the generated document. Unfortunately, with this later, I can not add any type of attached file, and can not not choose dynamically the position of my images.(I've tried to attach a docx Word file but it is unreadable when i try to open it in the generated document) So maybe would you know another plugin that could do this please ? I would like Appian to be able to add any attached files on any types (ex : pdf, zip, docx...) in my document, and need this plugin to let me add those attached filed in the position I've chosen (for example in the 2nd row and 3rd column of an array, or after a specific text)... Regards
Hello All, I need to rename a file in SharePoint, but having a problem in identifying the correct metadata type tag to make the filename change Output from the integration rule The type used in the below screen is not correct, but I was trying few option with the type. Please advice which is the right type or correct way to rename the file. Thanks Girish Katti
I am trying to connect an external system Web API of POST type in Appian but getting the below error.
Good Day Experts, Is there any way to convert Json response of MS graph API to EML format ? Note : can't use any mail poller plugin due to infrastructure restrictions so i'm forced to use MS graph API to fetch the mail details which is in Json format. If i wanted to use AI (email classification) i need to convert the JSON to EML file format. Thanks in advance. Cheers, Kalai.
Hi Team,I have one Integration with POST request have used OAuth 2.0 Client Credential Grants.Initially was fine but now i am sporadically getting 403 errors.When i check log below is the snapcom.appiancorp.connectedsystems.http.oauth.HttpOAuthTokenRetriever - Error while retrieving token: request_error attempting to pass Authentication in body2023-12-20 22:16:23,379 [Appian Work Item - ### - WorkID ### - execution00 - process ### - model ### : UnattendedJavaActivityRequest] ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=You are not permitted to perform the requested operation, The external system understood the request but refused to authorize it]I can confirm here, It is not Credential/Privilege issue. integration not even hitting external system.Please advise if anyone has faced the same.
It's working fine in browser
Hi, we are using goJS as a frontend to develop the web component plugin. i have couple of questions 1. How are we validating the license key in the plugin 2.can i show the URL icon in the plugin? 3.can i use appian default icons in the plugin? thanks in advance.
I am trying to pass the document from interface to process model but in process model I am getting blank value in PV. Steps: 1. uploading document from file upload. 2. On click of submit button try to send the selected doc to process model 3. Process variable is blank even after sending the doc from interface.
Hello, I'm calling a Google Gmail API to get the attachments of an email, with an Integration. The attachment comes in a form of a base64 document inside the body: "body": { "size": 1111, "data": "base64_document_here" } I tried to get an attachment with 12KB (around 12k characters) and it works great... until I use the "Convert base64 values to Appian documents" checkbox: I've also tried to get a smaller attachment and it seems to be working just fine: I think it may have to do with Appian trying to convert the JSON into a CDT first, which looks like it's limiting the size to 4000 characters, and then decoding the base64, but I'm not sure. Has anyone ever had this problem before?
Hey,I am trying to call mailchimp api to get templates, but getting this. If someone can help me out.Thanks
[title=Connection timed out, The integration execution time exceeded the configured timeout] getting this error when clicking on submit button as it save data to some external environment .
I am trying to develop a POC concept on the Barcoded Label for the Zebra printer. Here I have a question about the Label String Parmenter. Can I send the ZPL command directly, or needed any conversion This ZPL command I plan to use below . ^XA ^FX ^CF0,30 ^FO40,30^FDCase#: 2310462^FS ^FO300,30^FDExhibit#: 3.1^FS ^FO40,70^FDTox#: 2204167^FS ^FO300,70^FDCounty:Tarrant ^FS ^FO40,110^FDDeced: Phuong Thi Pham^FS ^FO40,145^GB700,3,3^FS ^BY4 ^FO 130,160^BCN,80,N^FD12345678^FS ^FO40,250^GB700,3,3^FS ^CF0,25 ^FO40,270^FDItem: Tissues in Formalin-Dr Diane-Ngan Trang^FS ^XZ
We are using a POST integration to an external system. When calling the integration from the integration object, its working fine and giving success response. But when we are calling the same integration from the process model using call integration smart service, its getting timed out. The time out has configured to be 20 seconds. When checking from integration object, its taking around 7 seconds for giving sucess response.Only inside process model its getting timed out. Can anyone help on this?
Hi! New to Appian, mostly still playing around at this point. When setting up an HTTP(S) connected system, I couldn't find a way to assign a set of standard header key/value pairs that I'd want applied to every specific integration (endpoint) using that connected system. I did see you could do it for security, which is great. But if I wanted to apply other standard headers for a particular API (i.e. cache-control, or some non-standard input required by the API), they would have to be recreated on every integration tied to that connected system. Is there a way to do this? Or could this be a feature request? Thanks!Dave
PDF Tools Convert Image to PDF smart service is working fine in Dev, Test, and Model, but it is not working in Prod. Test, Model, and Prod all have the same version of the plug-in. The error being thrown in the process instance is "An error occurred in executing an Activity Class". The error in the System Logs reads: 2023-12-11 22:11:33,991 [ajp-nio-0.0.0.0-8009-exec-455] ERROR com.atlassian.plugins.rest.common.error.jersey.ThrowableExceptionMapper - Uncaught exception thrown by REST service: com/github/jaiimageio/stream/RawImageInputStreamjava.lang.NoClassDefFoundError: com/github/jaiimageio/stream/RawImageInputStream We tried deleting and re-adding the plug-in, to no avail. Any help would be greatly appreciated.
Can we set rate limit (restrict the number of requests made to the API at a time) on Appian Web APIs?
Hi We have a scenario where we have to Post a comment json at every step in our work flow. calls count will be very high,When I generate a Health check which is in High risk which is taking 25.2% of all CPU time, 22.9% of all operations, 8332 mins of CPU time, 108948293 operation count. we are not doing any other operations in that PM just call integration. Any suggestions to minimize this CPU time or how to improve performance?
Hi Community, i am stuck at an issue, that i need to configure the SFTP Retrieve Files In folder node. How we can setup File Transfer Configuration property of this node. Kindly, help me out for this configuration.
Hi, I have a excel sheet in which the Excel sheet headers start from different row (example: row-8). In a process model, how can I read it from row 8 using Import excel to database smart service.
There is an app in appmarket called marketplace which is free. So,how to deploy it in my community environment?
Hi I'm using import excel to database plugin to export data from excel sheet into database. I'm not facing any issue in the process model and data is not saved into database. Then I dig in the logs and found out below error. Could you please let me know, how to resolve this issue. Caused by: javax.naming.NameNotFoundException: Name [[Data Store Entity:"1460e773-36a5-4c3a-afad-04711683a7cd@5528"]] is not bound in this Context. Unable to find [[Data Store Entity:"1460e773-36a5-4c3a-afad-04711683a7cd@5528"]].
In Advanced rich text editor, i want to save a image, then how to save the source code of that image which is view in menu bar into a variable? I want to save below source code into a variable: But, When I pass a variable in richTextSaveInto, it save like below: (length of characters: 247454) which is too long to save into DB. So, I want to save the source code which is view in menu bar Please anyone suggest !!
I got one point in docs, i.e Using the Write Records web API template, define an API that lets you create more than one Employee with a single request. link is - Web API Tutorial - Level II - Appian 23.3 so, please anybody help me on that, how to create or implement that? Thanks in advance.
Does anyone know if there's a maximum document size restriction for the Send File Over SFTP smart service?
Hi All, Getting an integration error : AppianRPA returned a KO invocation result. we have double checked the below for troubleshooting but still error persists : User has no permission to view or access the robotic process The executionId is invalid or missing The executionId is not in the correct format An invalid API key was used to make the request 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.