-
Recently active
as per document IReservedQueue is depericated and now we can use IReservedQueuePaged but while using this i am getting below error- private IReservedQueuePaged reservedQueue; not able to find its dependency and add it into maven
I have built an expression rule where I am using a!foreach() and looping through items. Below is the query. a!localVariables( local!var: a!queryRecordType( recordType: 'recordType!rec_type1, pagingInfo: a!pagingInfo(1, 10) ), a!forEach( items: { local!var}.data, //4 data items from the record type table are that it can iterate on// expression: fv!item['recordType!rectype1.fields.col1'] [1] )) The record type I am querying here has 4 items that I am iterating in using a!foreach(). Now expression gives a single output (specific cell's data from table i.e. first record's col1 value). My expectation was that this would give same table cell data as output but 4 times instead of 1 time. Is it due to the fact that in every iteration fv!item moves to the subsequent item as current array item and therefore cannot give that cell's data as output remaining 3 times since it has already moved ahead to next item.Let me know if I am thinking correctly or is there
Please let us know if we can get the 'confidence level for Document extraction' similar to the confidence score output for Document classification.
Any idea why the input value is not recognizing the array? I've tried with/without the comma, but Appian is still saying there is only 1 item in the list.
i have faced access denied problem when i add more than one email type in AI Skill Email Object
I have followed setup instruction as per 23.3 doc and installed RPA Agent, JDK and Maven. The agent icon in status bar is not turning to blue, I see it grayed out. And hence the robot is not coming online. Please suggest.
Hi, I have an upcoming application that is going to have a heavy IDP component. I haven't actually worked with IDP yet, and development hasn't started yet, so all of what I've been researching for Appian capabilities has been what Appian has in their documentation and other community questions. The question is, when the user uploads the form and there are attachments that also have to be extracted, does each document have to be in its own PDF? Or can they all be uploaded as one, multi-page PDF and the system can extract them all separately? Thank you! And I apologize if I'm not wording things properly, again, I don't actually have any hands on IDP experience yet, I know each form a user could upload has to be configured and classified, so this is assuming the main form and possible attachments have been configured.
Hello techies, I need to use the merge() function on a dynamic list but it isn't proving easy. Please check the following code snippet and suggest applying it on the dynamic list local!a.b a!localVariables( local!a: { { a: 1, b: { 1, 2, 3 } }, { a: 2, b: { "asdf", 5, 6 } }, { a: 1, b: { 7, 8 } } }, { merge({ 1, 2, 3 }, { "asdf", 5, 6 }, { 7, 8 }), /*working*/ merge(local!a.b[1], local!a.b[2], local!a.b[3]), /*not working*/ merge(a!forEach(local!a.b, fv!item)) /*incorrect result*/ })
Getting this error while adding cdt Constant in expression rule
Hello, I'm trying to open an Excel file on my local using Appian RPA. The execution log shows the action is successful (refer to the screenshot below) but the file did not open. I tried moving the file to different folders but it didn't work. Can someone let me know if I'm doing something wrong? Thanks!
Hi all, I am trying to extract data from PDF using AI skill document extraction , but it is not working. Is it working in community edition?
- Robot without parameters - Robot without environment variables - Waiting for a resource
Hi All,Will readcsv("login-audit.csv") fetches all users login audits if we are on high availability cloud (Having more servers)?Or do we need to do anything extra to get the audit logs from individual servers. Thanks in Advance,Ramesh
I am using community version of Appian so is there any way to run macros in excel using community version only?
Hello, We are trying to extract the data from PDF using AI skill Extraction but not able to extract most of the data, Is there any way to improve the AI skill document extraction performance to extract complete data in PDF Thanks R Gopala Krishna Raju
Showing this error while runnig RPA environment on Appian: To ensure appian is able to sign is as expected verify the user name associated with the robot is correct.
Hello everyone. I was using an AWS EC2 Linux instance to run RPA, open browser action was failing. using Chrome and Chrome driver of the same version.
Hi All, Legacy windows application it is not working when i am trying to interact with elements. Though, browser interaction is working. Don't know what is the fix. Do anyone has solutions pls let me know.
Hiii, i want to fetch multiple string value seperated by semi colon through query in one column like (123456;234565;456789;234567;124567). How we can do that
Hello Experts, Not able to find the Appian Connected Systems - Document Vector Database, is it pinecone CS? Cheers, Kalai.
Hi Team, I would like to remove total words from a sentence, Below is the sentence Are the machines property stickered(external communication) I need to remove(external communication) from the above one, Strip with or clean with cant be used because it will remove other letters also Any suggestions ? Thanks
Having an issue while creating a Robot for windows, what will be the JRE Path (%JAVA_HOME%).
Hi, I am receiving date in the format like : 25SEP I want to format it in this format : 25th September Is there a way to do it ?
hello, im trying to implement a rule that takes as an input (number:decimale) and return and italian readout of that number for example(21762161120,58)the result will be this way (ventunomiliardisettecentosessantaduemilionicentosessantunomilacentoventi/58)
Hi all I need one suggestion please let me know if anyone have an idea Question: I had data in array ex: a!map{ (id:1,idTwo:1,value:text), (id:1,idTwo:2,value:exam), (id:1,idTwo:1,value:yes) }, I need to combine the value when id and idTwo are same Expected Output: { (id:1,idTwo:1,value:textyes), (id:1,idTwo:2,value:exam) } Thanks 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.