-
Recently active
Hi, I have downloaded the agent yesterday and launched the robot manually and status of the Robot is online. After the testing is done, I have quit the robot. Today, I launched the robot again and the robot status is offline. it is saying Resource/ nodeNotSet v9.10.1 . If I download the agent again from operations console, its working fine. If I want to use the agent downloaded previous day, it is not working. [mention:fcc981e8b4ba4f2ca9666e0fe8df41f0:e9ed411860ed4f2ba0265705b8793d05] help me in this
Hi all, I've been attempting to create a simple AI skill for document extraction on 23.4. I created a new AI skill with basic security, hit "Create First Model" and started going through the steps. First, I uploaded 25 sample documents that fit the Appian requirements (must be .pdf, must be smaller than 7mb individually, must be unique). Once the upload was complete, I proceeded to the next step "Add Fields to Extract." From there on out I will randomly get an Error 403 - Access Denied. It can happen while editing a new field name, sometimes it happens once I start labeling the documents (if I even get that far). I tried scanning the tomcat log file for info but couldn't find anything related to AI Skills in there. Anyone know what's going on? As far as I know there shouldn't be a special privilege group for editing AI skills or I should have seen an Appian error before that, right?
I have a datetime field in DB. When user selects datetime from interface, i want to make sure that date doesn't already exist in DB. Basically, i am trying to fetch duplicate requests for a day. I cannot use "=" operator since field is of datetime type not date and if i use other operators such as startswith, in, includes , it gives me error i.e. Cannot apply operator [INCLUDES] to field [dateTime] when comparing to value [TypedValue[it=9,v=2024-07-05 05:00:00.0]].
Hi experts, We have been able to establish connectivity to a HANA database successfully. The HANA stored procedure is expecting the values to be passed, enclosed in single quotes - 'Value1, Value2'. A query like below works perfectly fine. SELECT * from DB_SCHEMA.VIEW_NAME('placeholder' = ('$$list_name$$','Value1,Value2')) However when I try to pass this list as a parameter, I am getting an error. SELECT * from DB_SCHEMA.VIEW_NAME('placeholder' = ('$$list_name$$',{parameter})) Has anybody integrated with HANA DB before and has a reference to how we can achieve this by passing dynamic values via parameter with the main criteria being include parameter values in single quotes?
Hey Guys, We are trying to use recordsChatField component in the interface but it is giving the below error. Any help will be appreciated.
Hi All, I have recently utilized the AI skill where I have used it as Document Extraction. Once the Extraction is done I am able to publish the AI skill and utilize it in my Process Model. I am also able to extract the data. I now used the Reconciling SMart service and able to Map certain fields which are not picked by the AI skill. Now How do i train my Model to pick those fields going forward for the Next set of Documents.? Basically How do I retrain my Model. Thanks Harsha [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] [mention:31db00b785704865b14e5d9b9bef3863:e9ed411860ed4f2ba0265705b8793d05] Really appreciate your help in this.
I would need to run two wherecontains within this dictionary array, for example to get a country with a POPULATION greater than 1,000,000 and an AREA greater than 150. how can I proceed with two wherecontains? thanks
Hello all, I have a question that I think it should be easy but I cannot figure it out, and also I cannot see any response in this forum. If I have a a!forEach within another a!forEach, is there a way of refering to the items of the outer loop, within the first loop? Example to understand with non real data: I have two lists: local!text: {"1111 - GREAT", "1000 - BAD", "5600 - MEDIUM"} local!words: {"GREAT", "MEDIUM"} as you can see, "text" is a list of text, and each string contains a code a "-" and a word. I want to create a nested loop that returns a list with the codes only when the words contained in the list "words" are in the list a.In this particular example: {"GREAT", "MEDIUM"} because "GREAT" is included in "1000 - GREAT" and "MEDIUM" is included in "5600 - MEDIUM". I woud like to iterate though every item of list &quo
Hello All, Is there a way to pass system message to Appian Records chat to set the tone to the interactions? To be more specific, I want to display a value as chat response that is dependent on a column of the record type instead of displaying the exact value from the column. I am able to achieve it using prompts, but I cannot expect users to write this prompt every time they interact with the bot.
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
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.