-
Recently active
Hello what is the difference between - AI Skill Document Extraction = https://docs.appian.com/suite/help/23.2/create-skill-doc-extraction.html - Start Doc Extraction Smart Service = https://docs.appian.com/suite/help/23.2/Start_Doc_Extraction_Smart_Service.html ?Thanks
Hello,following the tutorial "Automate Your Business Tasks with AI Skills i created the AI Skill object, but i have this error. I need to receive an help/explanation.Thanks to all.
Hi, I am parcticing with the a!queryRecordType() function and I realized in return one field called identifiers where the primiary key is returned and I would like to know if I could transform it together with the data field into a map where the identifiers values are the keys and the data values are the values. For example: Having: identifiers : {12,20} data : {"first value", "second value"} Transform it into {12: "first value", 20: "second value}
Hi, I need to find the sequences child-father in this table starting with an input id. For example 1-3-9-11-18 or 2-5-6-15-20. I tried using query in forEach loop but without success. Do you have any suggestions about it? id idFather 1 3 2 5 3 9 5 6 6 15 9 11 11 18 15 20
Hi All, Can anyone help me convert this string into date format so that I can inject into data base "20171222" string format is "yyyyMMdd" I need to convert to date format yyyy-MM-dd so that it can be added to database
I'm trying to figure out how I would configure an expression rule to perform a rolling sum by userId. For a given person, calculate how many hours they worked for a rolling 7 days, and if they have exceeded 10 hours then return true. Otherwise, false. My data looks like this: UserID workDate Hours 1 06-03-2022 1 1 06-04-2022 3 1 06-05-2022 1 1 06-07-2022 3 1 06-08-2022 1 1 06-09-2022 3 1 06-10-2022 2 1 06-13-2022 4 2 06-13-2022 7 Given the table above, it calculates from the current date (inclusive) for the last 7 days. UserID workDate Hours Last 7 days response 1 06-03-2022 1 1 false 1 06-04-2022 3 4 false 1 06-05-2022 1 5 false 1 06-07-2022 3 8 false 1 06-08-2022 1 9 false 1 06-09-2022 3 12 true 1 06-10-2022 2 12 (06-03 dropped off) true 1 06-13-2022 1 10 (06-07 to 06-13) false 2 06-13-2022 7 7 false Is it possible to configure a calculation like this in Appian? For all intents and purposes, once they have broken the 10 hour mark a
Hi All, Please help me out of this Error, Error message : Training failed because there are too few files that meet the requirements. Collect and upload more files that meet the requirements to train a model. Which type of templates Should be Upload in AI skills - Email smart Services
Hello, I have a constant of type application and I need to retrieve all of the application groups from it. Is there any way to achieve this? Thank you!
Interface is holding Dict TypeProcess model is holding Map Type Clash b/w the dataTypes while triggering PM.Could you please help me to convert dict to map before triggering?
Hi All, Can anyone please tell me how to train idp/ or some change in objects so that IDP forgets its mapping. Thank You
I don't see any information in the documentation about how to train the AI Document Extraction process. I thought that invoices were already trained, but that doesn't seem to be the case. Additionally how would we train a new document class, like insurance claims for example. I see doc'm about how to setup the fields, but how do we train for locate/extraction rules? Do we just run a bunch of docs thru manual reconcile? Is there a way to clean out bad documents/trainings? How do we get more insight into what's going on behind the scenes with extraction? Thanks in advance!
Hi All, I had the set of data in table like "startDate" as 2023-01-01,2023-03-01,.... and "endDate" as 2023-02-28,2023-04-30.... now I need to check today is available in between of which set.Please suggest if anyone have an idea. Thanks in advance.
Hi, my table is having let's say fields - name, age, gender and meta Data - isActive, createdOn, createdBy. How to add data for these fields
Hi Members,I am trying to calculate the working hours between two different time using calworkhours function.It is giving perfect result for all the days except on Fridays. I have check my calendar setting as well . Friday's setting is same as other working days.I have pasted the Screenshot of Calendar and Expression along with it's result. EscalationCalendar Image : I am expecting 6 hours but it's giving 2 hours and it is same for every Friday.Please help on this ASAP.
When I write a code "month(fv!item.asDate) = local!month", why it's showing a result A null parameter has been passed. How to resolve that part? Also I put that part if( a!isnullOrEmpty(index(fv!item, "asDate", null)), false, contains( tointeger(local!month), month(index(fv!item, "asDate", null)) ) ), but same error as it is
I have a local variable which is receiving BacthPayloadInput Response from process model local!updatedPurchasers_at: index( ri!EF_GeneralUpdatePayload_cdt.RequestJson, wherecontains( tostring("PowerPurchasers"), cast(103, index(ri!EF_GeneralUpdatePayload_cdt,"RequestEndpoint",{})) ), null ), when i output the values it contains in expression rule it gives me output like this: I want to extract the only "KeyPowerPurchasers" out of it which i am not able to do so. I have been trying to get it in following these two methods but both are having problem: first one: local!purchaserKeys_int:reject( fn!isnull, { if( a!isNullOrEmpty(local!updatedPurchasers_at), null, cast(101, index(local!updatedPurchasers_at, "KeyPowerPurchasers", {})) ) } ), it gives empty array {} 2nd one: local!purchaserKeys_int:reject( fn!isnull, { if( a!isNullOrEmpty(local!updatedPurchasers_at), null, cast(101,a!fromJson(local!updatedPurchasers_at).KeyPowerPurchasers) ) } ),
In our system, we need to use an MLOps tool for monitor and manage lifecycle of AI Appian's Smart Services. Can Appian provide Legacy or Third-party MLOps Tool Integration?
Hey all. I have a validation in which the name of the uploaded attachment can't have more than 100 characters. I need that Appian automatically cut the name to maximum 100 characters. I was trying to make an expression rule; I made an index to find the character number 101, I wanted to insert a "," to split the text and then remove it... but I can't because the insert function doesn't accept text for the index parameter. Ideas? Example value: nombredocumentosnombredocumentosnombredocumentosnombredocumentosnombredocumentosnombredocumentosnombredocumentos
Hi I have a scenario, where a User is entering some value in a Paragraph field, I have to convert a char(10) value to char(13)+char(10) in that value. thanks in advance
Hi all, I'll be going live with [mention:da607bcd87114fd49b5ca5347f2c131f:e9ed411860ed4f2ba0265705b8793d05] and [mention:b29cd3504c7e4302838f9d1f6c59b0f3:e9ed411860ed4f2ba0265705b8793d05] in about 20 minutes on the Community YouTube channel to show off how to use AI Skill and answer any questions you may have. Here are the see attachmentAI Skill sample files we will be using during the demo if you'd like to try training some models for yourself!
i am using idp to extract data from documents like passport, DL etc, after several reconciliation also auto extraction accuracy is not increasing ,can you please help me with this?
I have a requirement of creating a decision which take input of a user type how to achieve this? basically we are comparing user from the record.
I have two values consider type is CDT: local!oldData: {customer: "oldCustomer",location:"Hyd",supplier: "ABC"},local!updatedData: {customer: "newCustomer",location: "Hyd",supplier: "DEF"}I want to give response only the updated values like follows:fieldName: customeroldValue: oldCustomer,newValue: newCustomer,fieldName: supplier,oldValue: ABC,newValue: DEFCan anyone please help me to build logic for it.
write a program to check whether it is a Armstrong or not ? Input : 153Output : Yes 153 is an Armstrong number.1*1*1 + 5*5*5 + 3*3*3 = 153
How can we assign cases to the users in round robin method.Could anyone of you Please suggest the Logic/CodeThanks in Advance
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.