-
Recently active
Hi All, I am trying to read data from Web Application using Get Attribute Functionality with the help of a CSS selector. When I see the logs, the bot was able to find the element in the first attempt but it is unable to read and send the value to Appian RPA console. The log messages tells me that " User-UUID header field is not provided found for resource /api/v1/evaluate". Can someone please advise me on this functionality. thanks
I'm newbie to RPA and MVN. Not sure I fully understand the workflow when working with JAVA outside of RPA. It is my understanding that once the robot is created an export is being downloaded to my machine which I can customized and deploy using "mvn clear deploy" command. However, if I make changes to the robot on the Appian side in the workflow editor, how do these changes get reflected in my project ? Is there similar pull/checkout command ?
When a robot is generated a package is being downloaded with a Maven project. How can I re-export this package later during the life cycle of the robot (with updated content) ? The export robotic process button in the top bar of the configuration page exports different package format. Thanks
Import .side file into workflow. New workflow looks good. Save changes. Reload workflow. Old workflow is back. Please advise
As of today Appian RPA 7.8 is now generally available! Simply open a support case to request a site restart and you will get the latest version. Look here for more details!
Good Day Expert, Can anyone please guide me how to read a value of a field from any desktop application (not browser based)? Foe example, opening a any desktop application and wanted to read a value of a fields Name, Age and ect. Thanks in advance. Cheers, Kalai.
since RPA is blowing up I was hoping to rewatch some Appian videos. Any recommendations?
Hi Everyone, I have a scenario where the bot will send the document from local server to Appian knowledge center via API. My clients wanted to know how the document is secured. 1. Encryption scheme during bot to Appian cloud transit. 2. Once the document is stored in KC. does it get encrypted? if yes, can you please let me know the encryption scheme. Thanks in Advance !!
Hi All, I'm trying to build a use case where a bot needs to fill in an Appian Form from a Site. I have used browser low code module to achieve this. However I see an issue while choosing a value from dropdown field. I have been using XPATH to fill in the form fields and it works in all the use cases except for dropdowns. Below is the options I have chosen Selector: XPATH Interaction: Select dropdown choice by visible text Looks like the a!dropdownField() is not recognized as a dropdown by the RPA browser module's select dropdown by index/visible text. Any suggestions on how to handle this? Thanks, Arjun.
facing the error with outlook version - 2016 pro [ERROR] 2021-03-09 11:43:43 13s (0h) - com.novayre.jidoka.outlook.api.exception.JidokaMsOutlookException: Invoke of: SaveAsFileSource: Microsoft OutlookDescription: Cannot save the attachment. The path does not exist. Verify the path is correct Is there any specific version on which all operations will work fine as with 2016 pro we have an issue with saving attachments? https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_win10-mso_o365b/outlook-path-does-not-exist-verify-the-path-is/37bf4802-dc8d-4e29-8f10-75af043db712
Hi All, We have written the code for a keyword driven framework in eclipse. When we are trying to deploy the method in RPA from eclipse, we get the message "deployed successfully/build successfully" in eclipse CatLog but few methods that are having return type are not getting reflected in RPA console. Thus our query is to confirm whether there is any possibility to deploy a class into RPA from eclipse or methods with return types? Thanks and Regards, Pragya Dwivedi
Hi All, I am trying to connect Jenkins with the Appian RPA, where we have to pass a pom file path, when we create Jenkins job. There is some authentication issue while parsing the pom file. PFA the screenshot for the same. In case anyone has faced similar issues please share a work around. Thanks in advance! Thanks and Regards,
From the tutorial of RPA, it is asked to add instruction to Robotic process. But there is no section of Instruction in Robotic Process Configuration. Can anyone help?
Hi guys, i'm trying to understeand the RWM component. But when I try to access I receiving this error: I'm a "role admin", I can acess to appian RPA and create new project. I've got a "roleoperation permission", i need to have different permission? Thanks and best regards, Erzen
Hi Everyone, If anyone has debugged RPA process using Intellij, please let me know the steps. I can able to see the documentation given only for eclipse . Please guide me.
Hi All, I'm building an use case where there is a need to iterate through a queue and Fill some forms. For this, I will need to save current row items from a queue in to few process variables. Later, I use these process variables to fill values on browser forms. How do we save a queue current row/item into PV/PV's? Thanks in advance, Arjun.
Hi Guys, Can you please help me with the below query, * I wanted to upload a file from local to Execution results in RPA console. * Send file from Local to Appian KC without using Web API. Please share if you have any sample codes as well. Appreciate your help !! thanks,
Dear All, I changed Appian RPA Default repository password through RPA console and then I found that it should not be changed. Now I am unable to connect to a repositories. Any help will be highly apprciated. Thank you, Ricky
Hi Can anyone please provide the link for downloading jacob-1.18-x64.dll for outlook. The link provided on the page is showing Not Found The requested URL was not found on this server.
Hi facing this error while trying to get the mail list from the inbox folder. [ERROR] 2021-02-10 12:10:19 09s (0h) - com.novayre.jidoka.outlook.api.exception.JidokaMsOutlookException: Can't map name to dispid: ConversationID[WARN] 2021-02-10 12:10:19 09s (0h) - Method manageException invoked[ERROR] 2021-02-10 12:10:19 10s (0h) - java.lang.reflect.InvocationTargetException
While executing the outlook module (open outlook), the execution is breaking at start method and agent. [STAT] 2021-02-05 11:26:47 - - <ACTION_START> - Start action 'start' - 'Init' // dur: - - avg: - etc:[WARN] 2021-02-05 11:26:48 - - Method manageException invoked[ERROR] 2021-02-05 11:26:48 - - java.lang.reflect.InvocationTargetException Exception thrown on agent.
[STAT] 2021-02-05 11:26:47 - - - Start action 'start' - 'Init' // dur: - - avg: - etc: [WARN] 2021-02-05 11:26:48 - - Method manageException invoked [ERROR] 2021-02-05 11:26:48 - - java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.novayre.jidoka.client.RobotClientExecutor.invokeMethod(RobotClientExecutor.java:1790) at com.novayre.jidoka.client.RobotClientExecutor.workflow(RobotClientExecutor.java:739) at com.novayre.jidoka.client.ETechnologyClient.internalRunJava(ETechnologyClient.java:258) at com.novayre.jidoka.client.ETechnologyClient.runJava(ETechnologyClient.java:240) at com.novayre.jidoka.client.ETechnologyClient.lambda$static$1(ETechnologyClient.java:36) at com.novayre.jidoka.client.ETechnologyClient$$Lambda$54/285133380.ap
Is there any way to catch the exception thrown during execution by the Bot in Appian RPA? I need to take some action in case exception occurs via any component of low code. For example Bot is performing Click on Element action on 10 -15 buttons in web page and No Such Element thrown for one of the element on agent, so I want to send customize email with exception trace. In java code we can achieve this by using try catch but need to see how appian catches low code component exception. Regards, Mukesh
Hi, Do we have any method available to change the queue status as "Pending" when the Bot starts. I don't wan't to update the queue status manually on each run specially when bot triggers from scheduler automatically. Regards, Mukesh
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.