-
Recently active
we have this grid but the user wants like below how can we transpose this grid to row wise grid
Hello, my team and I have used the new AI skill for an email classifier and we have several questions regarding the process.For some context, we need the AI to classify emails into three groups, lets say A, B and C. To train the AI we uploaded: for group A around 139 eml files, for group B around 103 eml files and around 70 for group C.Once it was "trained", it said it had an accuracy of 100% and it concluded there were no errors in the training process nor the actual classifying process, but as seen in the picture, it seems the model was only trained with few of the files we uploaded for each group. We were a little surprised when we took a look at the metrics since 1- they were extremely successful and 2- the ai didn't use all the files we uploaded from each type. We still went ahead and tested it with new emails, 1 from group A, 2 from group B and another 2 from group C. The results showed all emails but one were classified as group A, and the
We have an expression rule that has not been modified since 2017. The developer who wrote the rule originally is no longer with the company. This rule is executing without error in our DEV, UAT, and PRODUCTION environments. However, when I go to the rule in Appian Designer, it's throwing an error, saying there is an undeclared local variable. Indeed, there is an undeclared local variable, and it is referenced multiple times in the rule. However, this rule is somehow working, otherwise we would see dozens of errors in Production on a daily basis (according to the rule's Performance Trends, it's hit several hundred times a day). How is this rule able to work correctly when it's called in Production, but becomes a problem when it's being modified in Appian Designer. It's worth noting that the rule is called by an Interface that (again) has not been updated since 2017, and still uses "load" and "with" instead of "a!localVariables" - and
Hi, I have a requirement where I need to find the count of how many times a keyword appears in a PDF. How can this be done?
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?
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
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
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
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
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]].
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.