-
Recently active
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
Hi Guys, I would need to get one list of dictionaries and not two lists of dictionaries? how can I proceed? I expect: this result Now my code is like this: how can I fix? a!localVariables( local!data:{date(2023,10,10),date(2024,10,10)}, local!country:{"ITALY","USA"}, a!forEach( items: local!data, expression: a!forEach( local!country, { DATA:local!data, COUNTRY:fv!item } )) )
Does Email classification AI skill considers attachments as a defining factor? I tried but it did not work.
Hi Team, I have just started exploring appian RPA. Following the instructions in the documents, i downloaded the JRE ver 8 and then installed the agent. I received the message that installation is successful but the agent is not running. The agent icon in the taskbar is grey. Also, when i checked the connection details, it shows - my bot remains offline in the operations console- Can anyone please assist me with the correct way to troubleshoot and understand the root cause so that the bot is online.
Hi, I want to easily identify which robot task is running using the RPA console dashboard. The robot task runs a report for a customer. The robot task is parameter driven by process model variables that define which customer and which report the robot task should run. The process model calls the robot task multiple times passing a customer and a report parameter as each customer can have multiple reports. The issue is to see the customer and report parameters incorporated into the robot task name on the dashboard to aid progress tracking and any diagnosis without getting into execution logs, in much the same way that a process model can have a dynamic name that shows in the monitoring tab. Thanks
Hi team, I am new to appian rpa and I am trying to build a bot using task recorder. however, i do not see my bot's name in the available bot list. i tried to restart the agent, relauch rpa installer. Bot status shows online in operations console but it is not available for task recording. Can anyone help me to understand if i am missing something? Thanks in advance
Hi Folks, I am using Appian AI Skill to extract the data from a pdf document. I uploaded multiple documents in the same batch and some of the documents are failing and giving the below-mentioned error. Did anyone face the same issue or any insights into it? Your help is much appreciated.
I am getting below error when try to navigate through various Windows(WPF) app controls. Can any once please help to resolve this issue? Getting stuck in recording due to this error and tried many things but nothing seems working. And this error is coming on various control like text, Toolbar etc.
thank you always.I would like to ask you some questions about Appian's features.Where can I create the "query rule" displayed in the object list? I don't see any options for creating a new object.Is this a legacy thing?I apologize for the basic question, but thank you for your understanding. いつもお世話になっております。Appianの機能についてお聞きしたいことがございます。オブジェクト一覧に表示されている「クエリルール」はどこから作成できますか? オブジェクトの新規作成の選択肢には見当たりません。これはレガシーなものなのでしょうか?初歩的な質問で恐縮ですが、よろしくお願いいたします。
Hi All, Good day! The Record Chat element is only fetching details from the principle record type but not from related record types, even after specifying the relatedRecordType.relationship field. Any help/suggestion is appreciated.
Hi, I am new to RPA in Appian, my requirement is to login into website and download a file.but when i try to login into a website, while entering the username and Password, It is entering in different letters. I am using MacOs. Here I am not getting any reference for resolving this issue, so could you please help me with the details/steps how to proceed further. Thanks in advance.
Hi All I am getting the error with reject function so please let me know what causing this error . [Expression evaluation error at function 'reject' [line 39]: Incorrect number of parameters for function; expected 1 parameters, but found 0 parameters.] a!localVariables( local!group: index( rule!CDM2_findUserGroup(loggedInUser()), 1, {} ), local!escalatedTo: if( a!isNullOrEmpty(local!group), {}, index( a!queryEntity( entity: cons!CDM2_DSE_INQUIRIES, query: a!query( aggregation: a!queryAggregation( aggregationColumns: { a!queryAggregationColumn(field: "escalatedTo", isGrouping: true) } ), logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "groupId", operator: "=", value: local!group ) },
HI Team Is there any mechanism when bot goto disabled mode its should triggered an email. Because whenever we are running the bot its going into disabled mode. Thanks Manish
Good morning everyone,Is there a way to automatically update passwords for third-party applications, similarly to what happens with Blue Prism Change Credentials?Thanks
Hi, Is Appian RPA, Appian AI available on O-Premise environments in 23.2 version? Thanks
I have a list of Ids I need to check wheather document is exists or not - isobjectexist function is not availble in the community is there any alternate function please help me
Hi All,Need your assistence i just wanted to update all the groups visibility to public by expression is there any way to do that.For example, If i have multiple groups and there visibility is restricted then i want to update it to as public please let me know if you have anything. Please check below secreenshot.
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.