-
Recently active
I saw that there is a provision for getting multiple values (array) as output from a decision objects. But, how to configure that? Eg. In my decision If I want List of 4 text strings {A,B,C,D} for Input Integer 1, but when I configure output with comma separated values A,B,C,D It is returning a single string "A,B,C,D". Please see screenshot below: Can someone help? Is there any way to achieve this? Or is making hit policy as Rule first the only way possible to get a proper list output from decision? NB: I DON"T WANT MULTIPLE OUTPUT> I WANT SINGLE OUTPUT AS AN ARRAY!!!
Hi All, I tried to fetch data from Database using queryEntity in expression rule. But due to large data in database(6278),it shows me the below error. Could you please help me to sort this issue. Thanks in advance.
We have been using IDP for a month now and we've built up a significant amount of data for our model, now we want to back up our models to another environment so as to have redundancy in case of complete failure on one of the environments, is there any way we can export our trained models for an IDP in another environment?
I am having a problem where the RPA bot cannot find the element I want it to interact with. this is the exception message [WARN] 2021-11-10 21:27:27 14s (0h) - Inside LoginWM catch : Exception:org.openqa.selenium.NoSuchElementException: Unable to find element with xpath == //input[@name='userID']For documentation on this error, please visit: www.seleniumhq.org/.../no_such_element.htmlBuild info: version: 'unknown', revision: 'unknown', time: 'unknown'System info: host: 'vwapndv010', ip: '10.188.216.27', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_121'Driver info: org.openqa.selenium.ie.InternetExplorerDriverCapabilities {acceptInsecureCerts: false, browserName: internet explorer, browserVersion: 11, javascriptEnabled: true, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), se:ieOptions: {browserAttachTimeout: 0, elementScrollBehavior: 0,
Hello everyone I am following the steps for the maven setup in the url: https://docs.appian.com/suite/help/21.3/rpa-7.7/custom_code/maven-setup.html#create-the-maven-project In the Create the Maven Project section, what do we need to do exactly in step 1? It is not clear to me what is needed to be done in step1
Greetings, I am a starter in Appian RPA and I got stuck in a small place where I am unable to interact with the browser component. The Problem is as follows: My primary objective is to open a website i.e https://zoom.us/signin using the " Open Browser method " under the browser module. Entering Username and password in that website using " Interact with element " method under browser module Press the sign-in button --- where the problem occurred. In order to press the button, we need to know the name of the element and I am unable to find any name on the inspect page. To try with the tag name I have tried by giving the name of the div in which the button places but yet not working. The common issue that I am getting is "Unable to interact with the element because the component is currently hidden or disabled " I have also tried pressing enter shortcut but I got ERROR:401. SO I am kindly requesting you to help me out in this
Is there any way to automatically generate resources while running RPA processes. I am trying to achieve simultaneous execution of processes.
Hello, so after the update from RPA ver7.11 to 7.12 all of our robotic processes started presenting this issue. I've tried changing the resources, and also entering the jidoka repository, and this came up as well: Does anybody know what's going on? PD: Also noticed, when you create a new robotic process this warning pops up: You can CANCEL or CREATE, but the process is still created regardless of your choice. Thanks in advance for your time reading this!!
Hello, I'm reading a record that contains a text field I'd like to have listed in an array. However, the array should only have unique values, so if that text is already in there, I don't need to add it again. I've written this. a!localVariables( local!arrayOfMakes, a!forEach( items: a!queryRecordType( recordtype: recordType!KD VM Vehicle, fields: recordType!KD VM Vehicle.fields.make, pagingInfo: a!pagingInfo( startindex: 1, batchSize: 50) ).data[recordType!KD VM Vehicle.fields.make], expression: if( contains(local!arrayOfMakes, fv!item), null, append(local!arrayOfMakes, fv!item) ) ) ) It returns what I think I need, but it's not unique. Here's part of the output. Further down you would see that it has several entries for the same make. All ideas are appreciated!
Hi All, In my application, I have to use caladddays() function which calculates only the net work days and for daylight boundaries. So for 72 hours, I will use caladddays(ri!date,3) , it works fine.(where ri!date = 1st November 2021,10:00 AM) But the user wants to pass the 2nd parameter by constant and he wants to test for 1 hour by changing the constant value. If I use caladdhours,the outputs are different from caladddays, PFA the below screenshots, If there is anyway to pass hours in caladddays function, can you please help me? Thanks in advance. Regards, Jansi J
Created below table in appian DB Create a CDT and a DataSet. Now I got struck while creating expression rule. Can someone help here. I want to bring id, Name from language table and show the data in a dropdownlist. choiceLabel with "Name" column data choiceValues with "id" column data.
Hello all, I was able to successfully generate, clean, and package the maven project following the steps here "https://docs.appian.com/suite/help/20.3/rpa-7.2/setup/maven-setup.html#create-the-maven-project" However, when I try to import the maven project into IDE I get the following errors Plugin execution not covered by lifecycle configuration: com.novayre.jidoka:jidoka-maven-plugin:7.11.0:generate-resources (execution: generate-resources, phase: generate-resources) Plugin execution not covered by lifecycle configuration: com.novayre.jidoka:jidoka-maven-plugin:7.11.0:process-classes (execution: process-classes, phase: process-classes) what could be the problem?
Hi all I currently am playing around with a community site to test out RPA capabilities, see if it works and provide proof of concept. I downloaded the configurator and I am trying to play with the robot source code to see if we can achieve certain functionalities. I completed all the steps in the configurator except the last part where they ask for a Console Repository and maven api key. I can get the api key, but I can't get an url for the repository. How can I get the url for the console repository for a community site? Thank you, Saeed
a!localVariables( local!locationsList:rule!AT_getAddresses(addressId: null), -- getting an error at this line.{ a!sectionLayout( label: "Address", contents: { a!radioButtonField( label: "Radio Buttons", labelPosition: "COLLAPSED", choiceLabels: local!locationsList, choiceValues: local!locationsList, saveInto: {}, choiceLayout: "STACKED", validations: {} ) } )})
Hello, I would need the result of this Expression Rule in cod_provincia show me only the code of the provincia to which the municipio belongs. However, it is returning all the codes from my provincias table. What am I doing wrong? Thanks in advance.
Greetings, Could some please explain to me how to configure the flows in a conditional action in RPA? It is not like a " Conditional Gates " in " Process Models " but I just wanna know to how to configure a conditional gate in Appian Rpa
Hello! I am making a call to an integration to retrieve data that I am saving in a local variable. then I have another local variable with a parent cdt. And now I want to save my integration data in my son cdt. How can I cast my data to follow the format of my database and have in my child CDT a column of my parent CDT? I need to use whereContains? I am learner. Thanks !
Hello I am doing the Windows Automation Tutorial Calculator RPA tutorial. In the Get Product step, where we retrieve the value in the Result element in calculator, and store it in the Product process variable. My bot freezes. It cannot find the Result element in the Calculator window. What can I do to fix this? Thank you,
We are trying to extract text from an image and used the example provided in suggested answer on this question: https://community.appian.com/discussions/f/rpa/19189/how-to-use-ocr-s-in-appian-rpa-using-falcon/75140#75140 The image is being recognized correctly on screen using Falcon module but the bot is unable to extract the text from it. Could anyone please help with the type of image that we can use (Paragraph of text as image, single line text as image) and the different configuration that can be added which would help in successfully extracting text. Code that we are using: private String drawRectangle(IFalconImage imageFound) throws AWTException, InterruptedException { try { Path screenshot = Paths.get(server.getCurrentDir(), "screenshot.png"); ImageIO.write(server.getScreen(), "png", screenshot.toFile()); BufferedImage img = ImageIO.read(screenshot.toFile()); Point p = imageFound.getPointsWhereFound().get(0); Rectangle rectanguloCif = new
Greetings, Can anyone please tell me how to get the exact coordinates of the mouse on a particular location? I am actually trying the drag method and I am giving the start and end coordinates but i am unable to get the exact dimensions to mention to the cursor. so I am kindly requesting anyone to let me know how to get the coordinates. Thanks and Regards
Hi team, i have an expression rule to get the doctors with count of patients assigned to them with the disease but i want to get the total patience count for that particular doctor with array of disease like eg: swift:3:{cance,Gallstones,Emotional Disorder}, Please help me to achieve this format substitute(substitute(substitute(substitute( substitute( substitute( a!queryEntity( entity: cons!PO_MEDICALINFO, query: a!query( logicalexpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "reasonForVisit", operator: "in", value:ri!reasonForVisit ), a!queryFilter( field:"appointmentDate", operator: "between", value: { todatetime(ri!createddatefrom), todatetime(ri!createddateto) }, applywhen: and( not(rule
Hi. I added some new document types in Standard Channel and I wanted my model to auto classify the document. I tried many times but did not get any email from Appian regarding Classification of the documents. I just wanna ask, is the feature to train documents for auto-classification even available for Appian community edition users?
Hi,I'm studing the Appian RPA console and I'm using the free license.I downloaded the robot code and I tried to build it with maven, but obtain this error[INFO] Downloading from jidoka: nqiz.appian.community/.../jidoka-robot-parent-7.11.0.pom[ERROR] [ERROR] Some problems were encountered while processing the POMs:[FATAL] Non-resolvable parent POM for com.novayre.jidoka.robot.test:POC_HelloWorld:0.0.1: Could not transfer artifact com.novayre.jidoka.robot:jidoka-robot-parent:pom:7.11.0 from/to jidoka (nqiz.appian.community/.../): Authentication failed for nqiz.appian.community/.../jidoka-robot-parent-7.11.0.pom 401 Unauthorized and 'parent.relativePath' points at wrong local POM @ line 5, column 11I don't understand where I find the username/password or the mode to create it.pom.xml<?xml version="1.0"?><project xsi:schemaLocation="maven.apache.org/.../4.0.0 ">maven.apache.org/.../maven-4.0.0.xsd" xmlns="">mav
Hello. I am interested in pursuing an RPA solution in an On-prem Appian instance. Is it possible? and if so, can anyone kindly provide documentation on how to proceed with this? Thank you.
We have got an email box ( for example : Customercare@xyzcompnay.com). There are thousands of emails here related to customer issues like Email 1 : "internet is very slow" Email 2 : "have a query regarding refund" .etc. Email X: "Would like to change my personal details". I would like to create a process which reads the above emails and creates tasks based on keywords. This process has to create as task for Finance team with Email2 as it is related to Refund. And it has to create another task for IT team with Email1 data as it is related to Internet and so on another task to HR Team with Email X. I assume it is more of a AI ( Machine learning ) work. Is there any way to do this in Appian ? Thanks
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.