-
Recently active
Hi there, We are using using integrations inside saveInto of some components, I just wanted to know whether is there any difference in performance between call to integration and start process(calling the integration inside the process model and using that process model instead of directly using call to integration) ?
Hi there, We are OAuth 2.0 code grant flow to connect to an system. We want a functionality where we can have a logout button which will remove the auth token for that particular user.
Hi , we are using this plug-in for signing PDF document with corporate certificate (pfx). My question is how to make certificate trusted without doing anything on client side (Adobe Reader )? BR,Natasa
Hi Team , We trying to migrate few application from cloud to On-premise . While deployment , we found "Zip Extractor" has dependency. We couldn't able to find it in the APP market . The plug-in has the smart service - Extract the ZIP file. Need guidance on how to proceed on this ?
Hi, I have a process model that generates a document, and the id of the document gets stored in the process variable. Now in my interface I want to call this integration and extract the document ID so that I can provide it for the document download link function for the user to download the document. Now the problem is I am unable to access the result of the integration. I tried accessing the id using 'rule!integrationRuleName.body.id' but it constantly gave me an error saying cannot index property body of reaction tree. Can anyone help me in this, how to extract the document ID from the integration result ?
Hi! We would like to connect to IBM MQ 9.0.5. In the market it used to be a plugin for this, but I can’t find it anymore. Isn’t it working anymore? I would like to check if it works with IBM MQ 9.0.5 since we have to use a new cipher only supported in the version or a newer one. Furthermore, in the documentation it is mentioned the following: JMS configuration is not supported on Appian Cloud. If you need to integrate with JMS on your Appian Cloud site, you can achieve most JMS use cases via a plugin https://docs.appian.com/suite/help/21.4/Working_with_the_Java_Messaging_Service.html#see-also ¿Which one could be the correct plugin to be used? Thanks to the community!
how can i integrate outlook with appian. my use case is i want the emails from my outlook inbox to be in appin. where i can store it in db. almost tried all the connected system and plugins. kindly someone help me out.
Hi Folks, I need little help. I want to handle my outlook mailbox via Appian for incoming emails and for replies with & without attachments. Can someone suggest me the solution because I am unable to find the right connected system for Microsoft 365 & appian. Evenly there is no plugin option available for this.
Hello! I am getting an error message trying to run a test after updating to the latest version yesterday (March 6, 2023). We are using Appian 22.4, Chrome version 111. The test crashes on trying to open a Chrome window in which to run the automation. The issue seems to be with the chromedriver.exe. Can you please update the driver to the latest version? The error message reads as follows: setup with browser__EXCEPTION__:org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 107 Current browser version is 111.0.5563.65 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe Host info: host: 'GS-5CD7525XJ9', ip: '192.168.1.251' Build info: version: '4.7.2', revision: '4d4020c3b7' System info: os.name: 'Windows 10', os.arch: 'x86', os.version: '10.0', java.version: '1.8.0_211'
Hi, It was identified during the Monthly Health check that few of the interfaces is hampering the Prod performance, I learned looking at the code that we have many calls to the different integration object in just single interface and each of them are taking a lot of time to get the response back. We did few analysis on Appian code as well, where large data set is not retrieved using large batch size, looping functions are used wherever it's necessary, not many dynamic components are used etc Finally it was drilled down that Integration call is the main culprit which is hampering the performance, we tried hard if we can exclude the integration call wherever iit's possible and just to call the integration only when it's necessary, after thinking through every call made is genuine and required. Before we go ahead with API services team for the solution can we check anything from Appian perspective before having a discussion with them, Thanks in advance, Nimisha.
Hi, I am using Import CSV to Database plugin to save data from CSV to database table. However the last row of the CSV data is getting stored twice in the database table. Can anyone please let me know how to overcome the issue? Below is the configuration of the smart service we are using: Delimiter: , File Has Header: true Column names: <no value> Csv header names: <no value>
I cannot connect my Robot to MS Access in local PC where AppianRPAagent.exe exists.I am getting an error message "No suitable driver found for jdbc:ucanaccess://C:\AppianRPA\AppianRPARbot-CustomJavaCode\UcanAccess\AccessFile\targetDB.accdb". However, after implementing JDBC using the same connection string When java is executed on eclipse, to connect to MS Access is successful without issue.So I think the connection string is correct. In this case, I think there are two main reasons.-1. The external jar required to run JDBC has not been built to Appian. By the way, I'm using a library called "ucaccess".-2. In the first place, Appian RPA cannot access local files by design. I have two questions about 1.・Is the external jar unusable in Appian RPA?・Is there a way to check if the external jar is built correctly? I have a questions about 2.・Is this inference correct? If you know of any possible reasons other than the above, please let me know. Thank you.
I need to create a multi language plugin in appian that supports the application with variety of local languages. need to know the step by step process in order to create the same.
Hi All,I have requirement to generate a pdf file where user is given option to enter text value in the pdf file. I thought to go with Docx with Dynamic template but I am not sure how to generate user input field in the pdf file Thanks in advance
Hi team, We are using the OOTB Sharepoint Integration feature to upload documents from Appian. Everything works as expected, but for random docs, the docs in SP are getting corrupted and we are not able to open it. Please note that we are able to open the same document in Appian. So, I strongly feel that while pushing documents from Appian to SP, it is getting corrupted. I also did compare the size: the corrupted document in SP are of lesser size compared to actual document in Appian. Did anyone faced the similar issue? I am sure that there is no change in Process / documents that are being uploaded and please note that it happens very randomly. Regards,Sriram. S
Hello, I am trying to authenticate with DocuSign through Oauth following their documentation of oauth https://developers.docusign.com/platform/auth/authcode/authcode-get-token/ The thing is that I am trying to achieve this without using a connected system. I have created an integration that makes the request of the first step which is: Which the response according to the docusign documentation should be a callback with a code: But the response I am getting on my integration is this (the code that should be received is nowhere to be found): Here is how I have configured the integration: Does anyone know how to configure the integration in order to get the correct response? What I need is the code that should come in the response. Thank you!
Hi all, Is there any smart Service that create a process or create an interface like there is a expresión rule smart Service? Appian creates some processes and interfaces automatically within the record wizard when creating action. My purpose is just to create the empty objects (no logic/code inside), therefore I name them as my naming convention. Developers must implement them. Thank you
I'm try to integrate Appian with BOX here I have used Box File Utilities plugin and followed the given step provided in Manual I have created a App in box as well as all required key are generated in BOX Now in Appian I need to generate token for which I'm using createtoken() function from the Above plugin. Where .pem files need to be updated for privatekey and publickey parameter. I have generated json file in box and got private key. And generated public key from generate option available in Add and Manage Public Keys section. But still i'm getting below error while try generating token using createtoken() function Could anyone please guide me on this, Thanks in Advance
Can someone please help me out with how I can go about the Connected System integration between Appian and Blue Prism? I have tried creating a Connected System with type 'Blue Prism' and configured the API endpoint and credentials but getting below error when testing the connection.
Hi All,Can we check and enable/disable track changes to word documents using Appian. Thanks in advance,Surya
We have a requirement in which Excel File is having more than 350 columns and more than 15k rows. We want to split this file into 2 files for further processing based on rowcount. Have anyone implemented this kind of functionality in Appian?
Hi, We have a requirement to write data in one of the sheets where the base template is excel with macro. We are able to write data in the adjacent sheet in the excel macro but the file is getting converted to xlsx. Could you please advise if its possible to retain the excel as xlms or Is there any workaround/ plugin to achieve this. Thanks in advance, Anju
Hi, How can we integrate Google calendar events with Appian and also join google meet events from Appian. Thanks in advance.
Hi, I need to call a danish web service (KMD Workzone). It uses the OData protocol, which is a protocol for REST APIs. The authentification protocol is NTLM. Problem is, I can't find a way in Appian to combine REST and NTLM: If I use an integration object, then it must use a connected system, and NTLM is not among the 7 supported authentification protocols. If I use the smart service "Call web service", then it seemingly supports NTLM, but only in combination with the SOAP protocol (it requires a WSDL). It seems that at one time the plugin WebAndXMLExtensions could do this, but it is not in the App Market anymore. Regards, Søren Juul
Hi All, I need to pass a Safe URI to source parameter of webContentField component and that URI is generated using web API. Problem here is when I am using the URI generated from web API it throws below error: "Interface Definition: Expression evaluation error at function a!webContentField: A web content field [label=""] has an invalid value for "source". Source may not be an internal Appian source. Received: mydev.appiancloud.com/.../YoU0wA." How can we pass the URI that is Internal to webContentField? Thanks in advance Regards, Trunal Jain
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.