-
Recently active
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
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, 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 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.
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 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 ) },
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.
I have a value of type Date, inside two arrays. First array has only one value, Second array has multiple values. When I try to evaluate their typeOf(), I get 54 (Date with Timezone) for first one, & I get 7 (Date) for second one.The question is, why does the data type change for todate(now()) in first and second array ?Code:a!localVariables( local!singleItem: { todate(now()) }, local!listOfVariant: { 2, todate(now()) }, { typeOfSingleItem: a!forEach( items: local!singleItem, expression: typeof(fv!item) ), typesOfListOfVariant: a!forEach( items: local!listOfVariant, expression: typeof(fv!item) ) } ) Screenshot:
Hello, We are trying to compare two variables data inside 'IF' condition on Appian interface but we are not sure how to apply AND and OR condition? Kindly let us know, how to add AND and OR operators in 'IF' condition. We tried using 2 different approaches but getting error 'The function 'if' [line 1] has 3 parameter(s), but instead passed 4 parameter(s).' 1. if(not(isnull(local!customeraccountnumber)) AND (local!selectedTab > 1), true(),false()) 2. if(not(isnull(local!customeraccountnumber)) && local!selectedTab > 1, true(), false())
Hi Team, We have a custom GenAI platform in my company with custom chat completions API. Is there an interface component available in Appian that provides chat like UI? Or how can we design one? The chatBOT component available on marketplace require an OpenAI URL or API Key. It has no possibility of accepting my custom GENAI API URL and key. Thanks Bihitak
Hi Team, Does Prompt Builder AI Skill give the Gen AI capability.? Also we are using 24.1 version and the Create a Prompt Builder AI Skill is not visible. Thanks Bihitak
Hi, "I have three lists and I need to obtain the values present in all three lists? How can I do this without having to perform an inner join on the database?" ex. list1: {"IT","UK,"DZ", "USA"} list2: {"DZ", "USA"} list3: {"IT","UK,"DZ"} and I need to obtain {"DZ"} thanksss
Hi All, My requirement is to read the excel sheet data and to write it into Database table from Appian. The excel sheet contains some dateTime columns. But when we read the excel sheet in Appian, it considers all the columns as text, so I am getting the dateTime as below format when I read the excel, example 1: "2024-01-31 09:14:36" example 1: "2024-05-28 15:14:36" But I have created columns with dateTime datatype in CDT/table, so please help me to convert the above dateTime text to dateTime as below formats, output 1: 1/31/2024 9:14 AM output 2: 5/28/2024 3:14 PM Thanks in Advance!
Hello All, My use case is using ai-knowledge-assistant(community.appian.com/.../ai-knowledge-assistant), chatbot will ask question sequentially like ai-knowledge-assistant: Hello! I am your assistance. How can I help you? Human :I want to register one student in the school. ai-knowledge-assistant:sure! what is the name of the student? Human : Arka ai-knowledge-assistant:what is his previous school name? Human: Abc ai-knowledge-assistant: Please upload the school results <Upload button> Human:<human uploads the document> ai-knowledge-assistant: Please review the below information Student Name : Arka Previous school: Abc School result Please confirm Human: I confirmed <system creates an entry in the student record > Now my question are 1. Is it possible to show the question sequentially ? 2. Is it possible to have a button to upload a document and save it document folder? 3. Is it possible to trigger the process model after user says li
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.