-
Recently active
Hello, I am receiving the following error executing a robotic process: Exception thrown on agent...com.novayre.jidoka.client.api.exceptions.JidokaBrowserInitFailureException: The driver executable does not exist: C:\Users\Vladimir\Downloads\target\test-classes\.\chromeWebDriver\chromedriver.exe I have included the driver inside the supported files but getting this. Any Idea what is causing it ?
Hello, I have a Execute Robotic Process inside a process per documentation it says for this node: ------------------- Data tab Node inputs When an integration is selected, the integration's inputs will automatically appear as node inputs. If you change the selected integration or the inputs of the selected integration are updated outside the process modeler, the node inputs will be refreshed the next time you view the Data tab. ------------------- Problem which I am facing is that in the Robot I have 3 variables, they appears inside the Integration view but does not appears inside the pcoess Node in the Input Data Tab. Any idea why ?
Is there a way to authorize the carriage return when using the cleanwith() function? I tried to include char(10) or char(13) at the end of the "with" parameter, but the result is not what I expected. Examples: ri!myText: "My texte with carriage return" cleanwith(ri!myText,"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ "&char(10)) Result > "My texte with carriage return" cleanwith(ri!myText,"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ "&char(13)) Result > "My texte with carriagereturn"
Hi all, We are trying to run a process in unattended mode, however when we disconnect from the resource it appears as blocked from the Appian RPA Console. We've followed the instructions from: https://docs.appian.com/suite/help/20.2/rpa-7.1/get_started/faqs.html, in particular we: Log into the resource computer using Windows Remote Desktop Connection, starting a session. Execute the Appian RPA agent with administrator privileges. When the resource is connected to the RPA server, verify in the console's resource detail page that it was initiated with the administrator privileges. Close the Remote Desktop Connection. At this point, we have a session initiated by Remote Desktop Protocol (RDP) and locked. The Appian RPA resource, while executing with administrator privileges, can unlock the session and run a robotic process. After it finishes, it will lock the session again. From the resource we can see that the option "Agent with elevated privileges" is checked ho
Hello, We are setting up Appian RPA and have created a robot virtual server and we are able to run our Appian RPA process from the server when we have it open. We are currently connecting to the server using a service account and Remote Desktop Protocol. When we connect to the server using a service account but then close down the connection(RDP) the account is still logged in which is what we want. However, when we try to run an Appian RPA process on the server the screen is locked. The same thing happens when we connect to the server using RDP and then minimize the window. It says the screen is locked or the robot can't see the desktop. The thing we noticed about this is that the status is Blocked when this happens. How can we set up the server to have an account logged in and then accept messages from Appian RPA and run a process without the screen being locked or minimized? Thanks, Anthony
Hi All, We wrote a query to fetch date from one particular entity from Database, but the output(date) differs based on the user time zone. For example , In Database it shows as 10th June 2021,12:06 AM, For GMT time zone user it shows as 10th June 2021,12:00 AM as output in expression rule, For EST time zone user it shows as 9th June ,8:00 PM as output in expression rule. Can you please help us to sort this, Thanks in Advance. Regards, Jansi J
When i add process model to navigation bar it works fine but then i collap the navigation bar it show blank on icon click how to add process model to section layout? a!sectionLayout( contents: { rule!TCT_Template_Dashboard() } ), a!sectionLayout( contents: { } ),
Hi All, I have a column name created date in db as datetime . When I am creating filter in expression rule as createddatefrom and createddateto . I am not able to filter it . Expression Rule: a!queryFilter( field: "createddate", operator: "between", value: { todate(ri!createddatefrom), todate(ri!createddatefrom)+ day() }, applywhen: not(rule!APN_isEmpty(ri!createddatefrom)) ), a!queryFilter( field: "createddate", operator: "between", value: { todate(ri!createddateto), todate(ri!createddateto) + day() }, applywhen: not(rule!APN_isEmpty(ri!createddateto)) ), Please help and thanks in Advance
Hello Guys, I installed both Java & Maven and then when I ran configurator it's popping up with the message "This application requires Java runtime environment 1.8.0". Can anyone help me to configure Appian RPA on my linux machine. Thanks in advance.
can anyone suggest a usecase for insertquestions() and extractanswers()
Hi Everyone, I have a query which will receive a text input based on that it will query data.(The data is like the reviews received for books under one particular genre, say I give my input as romance that will give all those reviews under all books in that genre), But I want to group it based on the book name. So I can get average ratings for a particular book.On grouping , I am getting only names of the book and not the other details. I have attached the required snap of code for it. In the First pic there is 9 items as output but when I group it the output will be 5 items. I want only the details of 5 items without repetition as in the second pic and I also want to know how to calculate average rating for these books.Please help me out guys!!
Hi All, I have a scenario where I need to take a screenshot of a webpage and save it into the robotic variable and trigger an Appian Process by giving the document as Input. Can you please guide me what are the possible methods ? P.S: I have tried upload document functionality and triggering the process with document ID as input. But the expectation from business is that BOT has to trigger the Appian Process by providing the document as input. Please let me know if it is feasible and let me know the steps. thanks,
Hi everybody, I am new to Appian and I am learning RPA using the Community Edition Site. I would like to retrieve (for example using an Expression) the list of the RPA Bots that I defined in the RPA Platform, and I was wondering if there's any built in function that I can use, or if any of you could suggest the best approach to implement it. Alternatively I found this API https://docs.appian.com/suite/help/20.3/rpa-7.4/api/get-robotic-process-list.html. Am I allowed to call this Api with a Community Edition License? Do I have to create an Http Integration like any other external Api? Thanks in advance,Franco
Appian RPA version 7.11 is now available! Simply request a site restart through your community edition site page or through an Appian support case to get the newest features! Look to our docs for more!
Hello Guys, I am getting the below error while starting/initiating my RPA agent in ubuntu, seems like a access issue but couldn't resolve it. Thanks in advance
Hi All, I have a requirment in my Interface that I am displaying the data in a grid through Expression rule . But in that there are some fields like say isA , isB and isC with 0 and 1 value in database . But now the The condition is that I have to show the Yes , No , N/A in the grid instead of 0 and 1 on some conditions like 1. If isA is 0 in database then isB and isC should be N/A in the grid and isA will No in the grid 2. If isA is 1 and isB is 0 in the database then isA will be yes , isB will No and isC is N/A in the Grid 3. If isA is 1 and isB is 1 in the database then isA will be yes , isB will be Yes and isC yes/No based on value in database Thanks in advance
Hi All , How to create a expression Rule where I want to check single or multiple mobile number is present or not in a DB . Ex 1234,4567 present in a data base . If these two are there then return true else false
in a only view table in a grid colum the field is an integer but for requirements i sent that value to an a expresion rule and result in a value but i want to sort that field also with the integer that result from the expresion rule there is a way to sort that?
Hi All, I am having a list of months shuffled in a list. I want to arrange them in their chronological order. But I can sort only on alphabetical order. Help me guys. local!months:{"June","January","March","Novemeber","February","October","December","April","July","May","September","August"}, sort(local!months). Thank you
Hi , Can i use IDP with Aamzon AI instead of Google AI? Can i use Google AI with AWA S3 bucket for storing the files? Any case studies of IDP using Portuguese docs? Thanks Krishna
My requirement is to remove the duplicate values from a rule input of type text. Here is a sample input and output. Input: Hello hello Hello there there past pastures Output: Hello there past pastures
Hi All, I am getting the output as list of numbers, but I want the respective output in array format ,since I have to use that output in "value" parameter in query filter in another expression rule. PFB the screenshots, Can you please help me on this to convert list of numbers to array, like {56,57,58,....} Thanks in Advance.
hi all how to read data from Appian Queue - using Web API call
Hi all, this is a problem that's been troubling me for some time. Let's say that I have the following date, "08/18/2021". I know that it falls on a wednesday, and I want to substract enough days in order to get "08/16/2021" as the result. Same for any other date in the same week, I'd like to automatically detect how many days have passed in the week so it always results in the Monday of that week. My approach has been the following: a!localVariables( local!ctrlday: weekday(todate("08/18/2021")), datetext(todate("08/18/2021") - day() * (local!ctrlday - 3), "yyyy/MM/dd"),) And it "works" for that example, but if I were to calculate "08/17/2021" and substract 2, it would end up with "08/15/2021". Any ideas on how to make this behave properly? Thank you in advance.
Rule name is available (retrieved from DB ) in as pv!integration.mappingRule.I am trying to run this rule in Node output expression rule I have tried various options like rule!pv!integration.mappingRule or rule!eval(pv!integration.mappingRule) or eval(rule!pv!integration.mappingRule ) None of them works . Any idea , how to make this work? Thanks in advance.
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.