-
Recently active
Hi, I am going through the RPA Tutorial Browser Module. In same while trying to add action "Enter Search Term", post executing the robotic process, i am getting below warning The element (By.name: q) could not be interacted with because the component is currently disabled or hidden. Can anyone suggest what can be done in this case, as the RPA client is not able to enter value in search box due to above issue
Hi guys, I have create a RPA task and calling it in the process model. In the process model the integration throwing "Execution results must be available on call back to Appian." But the RPA task is running without any errors. Can anyone help on this please?
Hi, I have a problem with a robotic task executed by a service account and the privileges to open a browser. I created a robotic task that starts by opening a browser to download a PDF. When I manually execute the robotic task, it runs without any issues. I'm using an execute robotic task node in a process to run this task. I created the integration with the connected system using an API Key from a valid user (Service Account). This user is included in the security settings of the objects related to the task. When I run the process and the robotic task is executed, as the execution of the node is assigned to the Service Account user, I receive the following error: "[STAT] - - <ACTION_START> - Start action 'browser->open-browser-v2' - 'Open browser' // dur: - - avg: - etc:[ERROR] - - Error code APNX-1-4530-000 with message "Unknown error. Please contact administrator with the follow
Hi, I am using RPA to create an automation which opens up a chrome browser, logs-in into a webiste, filters data and gets a file downloaded into the local host machine There are 2 problems that I am facing 1. It takes ages to even open up the browser 2. While trying to open the browser, it searches for a chromewebdriver to be present inside its assets file in local host machine. Now even though there is a webdriver existing inside the host machine, it gives an error saying : WebDriver file does not exist. Attempting to auto resolve it from the console... Can anyone help me in getting an idea so as to why such issues are happening ? Screenshot 1 : describing issue 2 Screenshot 2 : File present in the required destination System specs : Chrome Version : 123.0.6312.87 (Official Build) (arm64) OS : MAC M1 Pro Java Version : 21.0.2
I get an excel file with the process model and store it in "pv!copyTemplateExcel". I specify it in "Open or create workbook(License not required)". But I get an error saying "[Document:10814]" cannot be opened because it does not exist. Could you please tell me the solution?
Hello team. I am trying to automate process that involves downloading a PDF of a quote from an external service application site and emailing it to our company. In Robotic Task, we can specify the file in Upload Document in Robotic Task and the file will be on Appian. I believe I have to upload the document and output it to use it as a variable. However, there is a problem with the file path. It is not known what the name of the file is that PRA downloaded from an external site, and I am facing a problem that I cannot specify it in the development screen of Robotic Task. Below is what we have tried to do for this problem. It was not acceptable for RPA to change the name of the downloaded file before downloading the file (cannot click on the item inside Explorer). I can find out the name of the most recently downloaded file at the command prompt, but RPA cannot enter that code at the command prompt, and RPA could not read the command prompt results. If anyone knows of a workaround, plea
I have a field in my form named as description. The description contains value of paragraphs spanning over a couple of pages. While training the model, I selected the data to be extracted from multiple pages by selecting the continue drawing option, but when the model was put into practice, it fetched the data from only one page. Even in the Reconciliation Task, I cannot select data from more than one page. Is there any workaround available for this issue?
I was trying to test a existing bot(the bot is in Appian RPA 9.2.0/Appian 23.2) in latest version of Appian RPA9.3.0/Appian 23.3 at the time it shows Incompatible issue so I delete the Existing Agent (Robot) and Create a New Agent in latest version of RPA and uses Robot Pool for creating Robotic task(bot) for newly creating bot's its works fine, But it doesn't works for old version bots even i change its permission tags I can't able to add them in Robot pool because already existing Bots doesn't appear in Robot pool space ?
Note: Using actions under Excel: Licensed Required I am having an issue where I could not get the visible rows of the Excel file after filtering it. Steps I am currently doing in my robotic task: 1. Open Workbook, 2. Get the last range of the current worksheet. 2. Filter the first column by the variable: dateFilter (only filtered rows are now visible on the file). 3. Get the range, (I am getting ALL of the rows, even the invisible ones) 4. Close Workbook. Thank you!
Trying to implement Auto Sign In functionality for windows server so that bot establishes session on it own and make robot agent running. Getting below error while Testing connection. (Note, I have installed all the installable as advised) Refer below screenshot for the error message.
Hi Everyone, Good day! The appian RPA agent goes offline frequently in my local machine. I have installed the latest rpa-installer only. How to fix this issue? PFA for your reference. Thanks in advance! 1) Initial Status 2) Went offline within 1 minute
Hello Everyone, I am using text() or any function in type!{urn:com:appian:types}Test'(). But it seems not working. Can anyone suggest how I can do this? Thanks
Hi Team, I have a used case, where an employee goes to a specific option on a website and clicks on the upload button, as we know once the upload is clicked file explorer pops up, and then he chooses a document > and clicks on submit. I am trying to automate this so that robot can pick documents one by one and submits them. I know clicking buttons is easy with interactive elements of the browser but once the Upload button is clicked the file explorer is opened, and I am not finding any way that robot can interact with File Explorer and selects that document from some location. I looked at the documentation of File system action https://docs.appian.com/suite/help/20.3/rpa-8.0/modules/file-management-module.html and I cannot find anything relevant so please help. Best, Khaiser
I have a robotic task which is connected to a process model, which worked well yesterday. But upon testing it again (without changing anything) and opening the executed robotic task in the Operational Console, I noticed that the variables of this RT is not visible after the run. Also the said RT took lots of time to complete compared to when testing it directly at the RT. I have tried deleting bots and created new ones, plus I also tried it in different host machines but the result is still the same. Screenshots of my executions: #1 - Testing directly from the Robotic Task (variables visible at the side, with values updating): #2 - Robotic task after Testing from Process Model (variables not visible at the side anymore) #3 - jidoka-client logs throwing ABORT EXECUTION SIGNAL RECEIVED FROM SERVER message
II want the result of this expression rule to be in the below format or the highlighted format in the editor. currently I am passing name and comment from one CDT ,now along with this 2 fields I need to pass the colleagues array with add array with in the colleague array. I have created other new CDT for colleague array with id , typeid and addcolleague array in it ,how to call it in the expression rule to get the result in the below format . Please adviseHow can I get this result in the below format ,can someone please adviseExpected RESULTa!toJson ({ "name": "string","Comment": "string",Colleagues:{ {"TypeId": 1,addColleague: {"email": "string","displayName": "String","eFlag": false,"dFlag": false,"ProviderID": 2,"idFromProvider": "string" }}}})
Hi Team, Is there a way I can take RPA saved credentials like just a password and store it in a variable so that I can use this value later on as a parameter to a different component. Thanks, Khaiser
Hi,I am trying to create my Robotic task by recording actions.Once I start recording, I am getting message as below to get started -To begin recording select the application in the menu below. But I am not getting any menu drop down or an selection list options to select the browser application. My host machine (VM) looks fine as all software installed and Robot Enabled from opsconsole. (Host Machine : jdk-22_windows-x64_bin , apache-maven-3.8.8-bin, Appian RPA). Appian version 24.1Windows Specification:Edition: Windows Server 2022 DatacenterVersion:21H2 Processor: Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz 2.50 GHzRAM: 8GBBrowsers version:Chrome : 124 and MS Edge: 123 What could be the possible issue/reason ? Please guide. Thank you
Hi Team, In my application i am using one expression rule that fetches the data from database view,and that database view fetch the data from 4 tables and each table have different number of records(646183,2185098 ,159583,166000) , however when i go to database and open the view it's working fine but when comes to expression rule it's not working Note: Previously we didn't face any issue as we didn't had much records and it was working well for load testing we inserting lakh's of records now it's not working. Could you please suggest me a solution. Thanks & Regards, Prasad.
We had a decimal value in text format in local!value variable as below But converting it to decimal is rounding off the value as below But I want the exact value in decimal data type as we need to send this value to an external system that doesnot accept text format. Is ther any way that I can sent exact value in decimal format without rounding it.
Hi Experts, I need your help! I trained an AI skill to extract data from PDFs and the model is trained with 91%recall. In the process model I am getting an error: This operation is not supported in Extract from Document node. Need your help in this regard. Unable to identify the cause of the error.
If it's CDT rule input, we can give "{}" simply to provide test values. For recordType! rule input, how to provide value?
So I was practicing new skill of document Extraction , but I am stuck at one place while I am trying to run a script task for code below so I am targeting value to isValidate variable as my all values is true then too isValidate Variable is showing false and I checked my XOR decision too but I guess something is wrong with Script Task can anyone pls suggest me best Practice For this [emoticon:c4563cd7d5574777a71c318021cbbcc8] and I am using Cdt
Hi All, I am using a date time component inside the interface. But it also accepting the special characters if we enter manually. After submitting, it is displaying the system date. Eg: I gave 12/06/2024* 5:00 PM. After submitting it is displaying system date and time. Is there any way to restrict the user entering the special characters inside a date time component or show any validation message based on some condition. It would be very helpful if I could able to achieve Thanks
While using Data Extraction can we extract Company logo's / Images for a given document?
Hi All, Anybody can please me for regexmatch code IPv6 Ip Address. I an using this regex code "^([0-9a-fA-F]{0,4}:){7}[0-9a-fA-F]{0,4}$" Using above code this scenario: a) :2551:FFFF::3333:4566:3456:0 is also vaild but I don't want to start IP address with any special character. Some of the example below that I want to match regex code valid and invaild like: a) :2551:FFFF::3333:4566:3456:0 (Invalid) b) 1001:2551:FFFF:255b:1222:3333:4566:3456 (valid) 1001:2551:F:255b:1222:3333:4566:3456 (valid) c) 1001:::255b::::3456 (vaild) d) 1001:::255b:::456: (invalid) I need a regex match code which passed all the above mention examples. 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.