-
Recently active
Hi Everyone, I recently created test cases for 100+ expression rules. When I tried deploying to higher environment, even though the deployment was successful - the test cases are not deployed for all expression rules. Only 2 expression rules got their test cases while others did not. Looking for some reason why this might happen?
Hello Community,I'm facing "An error has occurred during the execution of the smart service activity." while executing Robotic smart service. I have uploaded some Macro Files and passed as an input. But, Robotic Tasks smart service execution is failed. When I passed similar kind of Macro files then it executed well earlier. I'm unable to figure it out. Can anyone help me on this.
How can we show output as given below in appian using expression rule? output: 1 22 333 4444 55555
this is the query how can i write a expression rule for this and the result will be like below
Hi Appian Community, I have been trying to create a short POC in Appian RPA Community edition but it has been a struggle. After resolving multiple issues, i'm now stuck at one issue from where i cant proceed . I'm unable to perform any debugging task as it takes a lifetime to connect to a robot. Also have been facing continuous issues with task recorder while launching any web browser , the success percentage is 1% as of now. I have checked the following already - 1.Agent is installed correctly and showing OK as can be seen in attached screenshot 2. Installed the web driver at appropriate location 3. Web driver installed is of correct version
[View:/cfs-file/__key/communityserver-discussions-components-files/61/REC_2D00_20240918144920.mp4:320:240]The image was already put on Advance Configuration > Support files.However, it cannot be selected from the Locate Image > Image(s) to search field. Can you help me how to troubleshoot this concern ?
We are currently using Appian 24.1 version. I am testing out RPA as an option for automated testing and when I use the Interact with Element the Clear Value option is not working. Any suggestions? I want to remove the original text with entirely new data and not just add to it when using the Update Value option.
I am working a requirment where I need to show salary based on currency. In India, The currency is always displayed in lakhs and crores Ex: ₹10,00,000. I am using a!currency() function to acheive this. The function is returning the value in ₹1,000,000.00 format instead of ₹10,00,000. ...
Greetings I am trying to use Document Extraction AI Skill to save information in a Commission Statement. The Commission Statement has standard details (Statement Number, Statement Date, Total Commission Paid, Production Cycle etc. It then has a breakdown which has Commission Line Items (Client Name, Surname, Policy Number, Policy Type, Amount, VAT). I have created a similar process model to the one in the Tutorial: https://docs.appian.com/suite/help/24.1/create-skill-doc-extraction.html I therefore have a Table that speaks to Commission Statements and a Table that speaks to Statement Items. No the problem here is that the Commission Statements record Type gets updated with relevant data from the Document, however the Statement Items information following the Reconcile Doc Extraction results does not populate into the Statement Items record type. I have created the One-To-Many relationship between the Commission Statement and Statement Items Record Type and left the Writ
I want to validate a website URL that goes as an input, requirement is to start with https://www. and with {.in, .com, .net}Please Assist, Thanks in Advance
Why I'm facing this issue when I try to create a robot? It was working, and I have deleted the robot to create a new one.
Our user case is, We have an UI to manage the tasks where we have 2 dropdowns, Task Name and Precedent task name as shown below.Task Name -> Precedent Task NameTask A -> ------Task B -> Task ATask C -> Task B Condition is,Task B can be dependent on Task A but Task A cannot be dependent on Task BTasks B & C can be dependent on Task A but Task A cannot be dependent on Task B or CTask B can be dependent on Task A and Task C can be dependent on Task B, but Task A cannot be dependent on Task C. Basically the requirement is to prevent creating circular logic among tasks. Since Task B is dependent on Task A, only if Task A is completed then Task B can be enabled. When user selects Task B or Task C as the precedent task for Task A, then a circular dependency will be created, hence to avoid this when user select B or C as Precedent task for Task A in UI, an error message should be shown. Today we have
Hi Everyone, Can anyone help on check box content extraction using appian AI. It seems like AI is not reading check box content. Do we need any specific configuration for reading check box content? Thanks in advance
How to write a rule which takes two input a char and an integer,ruleInput: (A,2)Output: (A1;A2) anyone can give me the answer
Hi Everyone, I have one requirement whenever any new request/case created auto refresh the Appian site tab. Example initial my site tab name as "Cases (10)" and whenever another case created from different source (Ex:Email), would like auto to refresh the tab name as "Cases (11)". I have tried with refresh variable, but it is not working. Can you please share any other workaround to achieve this functionality. Please let us know, If any queries. Thanks!!
Hi All, I have made my Appian Environment through appian community, but i am not able to see admin console and Appian cloud database. they are giving me the basic user permission not system Admin. earlier we are able to see Admin console and cloud database but for new version we are not able to see admin console. so how we can connect data source how we can see value in database if appian cloud database is not visible.
Hi, overview : 1. I am sending a email to process model and store the data's in pv 2. With the use of (Create Eml File from OOTB Poller) smart service generating a document in EML format 3. In classify email AI - passing the generated document as input. I am getting an error saying " The user does not have permission to view document " in classify email All objects(AI,process model,document folder) have Admin access Also the generated doc from step 2 is showing "not in the application" but it is in document folder within the application Pla suggest a solution to resolve this. Thanks in Advance
Hello Everyone , so i was having query regarding Doc Extraction skill's , anyone is having idea that how we can achieve Checkbox field extraction without having Reconcile DOC task ? because of this issue i have to look for AWS services for the same , it would be so useful if checkbox and table field we can extract automatic from Appian itself without having reconcile task!
I have this array {100, 50, 20,50,10} and a variable x = 600, I need help to create a rule that creates an array with the results that must be calculated in this way: The first value of the array must be subtracted with the variable x, the result must be subtracted with the second value of the array, the previous result must be subtracted with the third position and so on. The results must be stored in an array. At the moment I have this code but it does not work correctly a!localVariables( local!regularizaciones: {100, 50, 20,50,10}, local!initialValue: 600, local!resultArray: {local!initialValue}, a!forEach( items: a!forEach( items: local!array, expression: fv!item ), expression: a!localVariables( local!currentValue: fv!item, local!lastResult: index(local!resultArray, length(local!resultArray)), local!newResult: local!lastResult - local!currentValue, local!resultArray: append(local!resultArray, local!newResult) ) ), local!resultArray ) I appreciate any help
Hi everyone,I need to control the font size in an email whose body is generated by an expression rule that generates the corresponding html. The problem is that the font size that I specify in the html does not correspond to what the email finally has. For exmaple, this HTML <p style='font-size: 14px;'> Hola, la solicitud se ha completado y puede generarse el acuerdo en Vistex (adjunto fichero de carga)<p> should be 14 px. However in the emali the font-size is 10.5px.
Hello I uploaded 10 pdfs, did mark the labeling then submitted for training how long does it take before i can publish, is it 30mins ? Is there some way to calculate this time 10 docs, 50 fields each page one page doc, structured pdf , ex:insurance Acord form
{ 'a': true, 'b': true, 'c': false, 'd': false } The code above should dynamically be converted to { { 'a': true }, { 'b': true }, { 'c': false }, { 'd': false } } is that possible? Thanks in advance
How to integrate python script into appian robotic task? I have to create an Appian BOT to convert doc file into pdf. I have created python script for that. I dont know how to intergrate it into appian rpa. can anyone describe whole process of conversion ?
Hi All, I am trying to fetch data from Oracle DB using a query rule with batch size as -1, but the system is throwing the following error : Expression evaluation error at function a!queryEntity [line 2]: An error occurred while retrieving the data. Details: Unexpected error executing query (type: [DataTypeName], query: [queryentity expression], order by: [[Sort[primaryKey asc]]], filters:[((Ts= TypedValue[it=9,v=3000-01-01 00:00:00.0]) AND (Valid= TypedValue[it=3,v=Y]))]) It had data of 147 rows and if I use batch size of 100 with start index 1 it's sometimes working but when I use startindex as 101 it's always failing with the above error.I am facing the same issue with some more tables from the same Oracle schema.Here I am attachinga!queryEntity( entity: cons!DSE_TABLE_NAME, query: a!query( pagingInfo: a!pagingInfo(startIndex: 1, batchSize: -1, ) ), fetchTotalCount: true ) the sample Code I have used.
Which types of objects can be called using the "rule domain" prefix? A. Connected systems, records, expression rules, and interfaces B. Decisions, expression rules, interfaces, and integrations, C. Process models, integrations, expression rules, and constants
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.