-
Recently active
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 !!
I want to create a Google Drive Connected System, but i don't know from where I will get the Client ID and Client Secret, Can anyone please help me out.
Hello Appian community, There is a way to create an EML file other than using the plugin "Create & Read Email Files Utilities"? In this moment y have 22.4.870.0 version Thanks in advance
Hi team, Am working on an app which aims to updated external database(Mongo DB) and for this we are using Mongo DB connected system. Now we have a use case where we must update an existing collection entry with new details, and we are facing problem to update it correctly. Below is my collection structure. Col A Col B Col C [ {NestColC1A, NestCol C1B, NestColC1C}, {NestColC2A, NestCol C2B, NestColC2C}, ] Col D [ {NestColD1A, NestCol D1B, NestColD1C1[ {NestNestColD1C1A1, NestNestColD1C1B1, NestNestColD1C1C1}, {NestNestColD1C1A2, &nb
Hello Community Members, While using Export SQL to Excel Plugin, we are observing that it is over-riding existing file in same folder if file name is same instead of creating new file. Anyone observed this behavior before? Any workaround like changes in Parameter that may mitigate this. Keeping file name unique is alternative, but we have case where same file name can be present multiple times in same folder. So need to understand if it is the known plugin behavior and file name should always be unique if using this smart service "Export SQL to Excel"
Hello everyone, we have a new requirement to connect JDE integration I am not sure how to connect JDE from apian can anyone guide me please Thanks!
Hello, i have a Web Service and i save the Result.body response as in a process variable map. For auditing reasons i need to save this result as a *.json file that just needs to stay in the Knowledge Center for now. How can i achieve this? I have tried using a template but from Map to document i loose all the Json elements. Thank you
Hi, I need to export data from multiple data store entities into excel sheet. Current I am using "Export Data Store Entity to Excel" smart service but this services takes only one Data store Entity value as highlighted below. How can I take multiple Data Store Entity values and export to excel at once? Please advise.
Hi Community, I am trying to generate a JWT using createtokenwithsecretkey() in JWT plugin (using HS256). When I use the generated token and hit the Tableau signin API, I get signin error and JWT is invalid ( details error code: 10083). However, I use the same parameter details in a python code and use the token generated, the API returns me a successful response. Can anyone help me with the issue on Appian side please? createtokenwithsecretkey( externalSystemKey: "jwt", /*Set the third party credentials in Admin Console */ iss: <tableau connected apps clientID>, aud: "tableau", typ: "JWT", /*jti: fn!generateuuid(123),*/ exp: 43200 )
Hello Community members, I am using the 'Get Base64 document from database' smart node to fetch a document from the database. As part of the new requirement, I need to fetch multiple such documents from db, create a ZIP file and allow users to download it - all in one click. I tried creating a web API to call an Appian integration that starts a process. The process uses either MNI or looping flow to fetch all the documents, creates a zip and terminates. Both options seem to be unreliable as not all the docs get downloaded using a loop or MNI with activity chaining (plus it's not best practice to use MNI + activity chaining). Have you encountered similar problems in your project? If so, do you have a solution for me?
I have requirement to call service now API before every manual deployment. Appian support team should not be able to deploy package in Production if change ticket from service now is not approved or not in start time and end time window. I have achieved the integration by calling service now API but I am not able to restrict the "DEPLOY" button on Appian Production screen based on the check. Is there any way we can restrict the deployment here?
Hello, I'm currently testing the Selenium Appian API and we have this component (richTextField) from the Rich Text Editor Component plugin used to style sent emails. I cannot populate the field even though the verifyFieldIsPresent method returns true, I've tried using the populateFieldWith method and Selenium findElement directly without success. Thank you so much!
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.