-
Recently active
Hi!, I need to change the name of a rule input from a expression rule. But this rule it´s called by nearly 20 rules/interfaces in my app. So, is there any way to change all que code quickly from all 20 objects with the new rule input name? the only solution i have is going one by one changing the name. Thanks!
I am getting the below-mentioned error while converting xml to cdt using torecord() function. Does any one know what is the root cause of this error ?? or Let me know alternatives of converting XML to CDT ? Thanks
I have created expression rule to find data like {{changeid:"1234",prioritystatus:null}} now i want to update this list of dictionary using a!update how can i do that? i want to update that field prioritystatus. I am doing this by selection of one prioritylist in dropdown box. I have done this in user interface and on changing this status it will update the above field in this list of dictionary. But it gives error. I have done like this: a!update (data:{{changeid:"1234",prioritystatus:null}},index:"prioritystatus",value:1)
Hello All, My requirement is to search a word from the sentence. for example: sentence(single text): "The document is AI contain the data" search text :"AI" Output: true The desired result is:- get that the sentence is having the search text but only if exact word is there no if that alphabet is any word. For example: "The document contain the data" search text: "ai". output: false regards sahil
a!queryFilter( field: "expiredDays_int", operator:"between", value: {rule!CR_CMU_DSC_getExpiredDaysInSecurityDocumentation( selectedItemType_txt: 1 ).startIndex_int, rule!CR_CMU_DSC_getExpiredDaysInSecurityDocumentation( selectedItemType_txt: 31 ).endIndex_int } ) how can write this query without between operator
Hi there, I need to use the date string in format "YMMd", for example, "20220329" for today. I am using the datetext function: datetext(today(), "YMMd"), if today() function return "03/29/2022", then the datetext(today(), "YMMd") will return "20200328". what's the issue there? why I cant get "20220329"? what's the good way to archive it? Thanks! Lin
Need to build a robot that will interact with JAVA/SWING client. It seems that there are JAVA extensions by Robocorp and UIPath. What are the implications for having that to work with APPIAN/RPA ? Thanks
Appian Lovers, Per Appian Documentation Developers can design the Decision Table and delegate the same to Business Users to add Business Rules. This can be achieved by providing the Editor access to Decision object which will then give them to update the Decision via "Analyst View". Please refer to link below https://docs.appian.com/suite/help/22.1/Appian_Decisions.html#analyst-view I am not sure, where or how to access the Analyst View. This question is in reference to a request from the Line of Business to figure out if they can manage the Decision Table themselves. Thank you, Janaki Ram Kavuri
We have just upgraded our IDP application to current and have found that the modeller needs to be re-trained. Specifically with the "Invoice with Line Items" document set originally used to train the IDP Classification/Extraction engine.There used to be a zip file (we think we remember one anyway) that contain set of varying documents that fit into this category. Does anyone have a copy of that (or similar) that they'd be willing to share.
Hello, I want to schedule meetings and i have taken parameters from manager such as attendies, venue, time, date. So I couldn't found any such automation to create create google meet link dynamically for the group of people. Anyone can help me with it?
Hi! I'm trying to put logicalExpression within logicalExpression ( one of them will be with operator "AND" and the other one "OR") and I dont know how to write it. Where should I put the logicalExpression with the "AND" operator? for simplify it the "AND" contains the "OR". local!dataSubset: a!queryEntity_18r3( entity: #######, query: a!query( pagingInfo: a!pagingInfo(1,-1), logicalExpression: a!queryLogicalExpression( operator: "OR", filters: { #### }
Hi All, I am sending document to IDP but every time it is "Straight Through Processes" instead of reconciling. Can any one please help me out.
Hello, what option in the RPA I can use in case if the Browser Automation URL is not found ? I Need the robot to: 1. Detect the page shows error Not found and than keep refreshing until find is. Thank you.
I created an interface to upload a document and i am trying to capture the document name during the upload process. Following is the piece of code for the expression rule that i have been calling in a Script task. a!flatten( a!forEach( items: ri!attachments, expression: if( rule!app_isBlank(fv!item.attachmentType), {}, updatedictionary( dictionary: fv!item, fieldsAndValues: { recordId: ri!actionid, documentName: if( rule!app_isBlank(fv!item.documentId), null(), document(fv!item.documentId, "name") ), documentType: "", modifiedBy: "user@gmail.com", modifiedDt: now() } ) ) ) ) However, i keep getting the following error: Expression evaluation error in rule at function a!forEach [line 2]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function 'document' [line 14]: Document Does Not Exi
Hi! We're having an update from windows 7 to windows 10 over our VM. With Win7 we do not have performance issues, but upgrading to win10 becomes a problem because all animations it has. Also, Internet Explorer updated and also with the latest driver, looks like it behaviour its different. And as a last resort, when trying to execute the agent on Win10 leads to not being able to assign more than 1024 mb to it, which we think, is the main problem to the performance problem we're facing. Anyone has migrated from win7 to win 10 who can help us? Thnx in advance. Cheers!
Has anyone automated java swing .jnlp applications?
Hi All, I am checking for some collaterals and Videos around Finance and Accounting – Preferable (Procurement to Pay) , (Record to Report) and (Order to Cash )cycles . Thanks Arvind
Hello, 1. How do I retreive Data from a certain e-mail? 2. Want to login to a certain site, and go in to a certain link that contains a specific word amog multiple line of links, and then get the contents inside using RPA. Thank you.
I am learning Appian RPA and the documentation on the excelmap data provider is a little underwhelming. I am currently trying to get Appian RPA to just read the excel file but the only results for "Rows" is null. See below for screenshots of my configuration. I am able to get the other low code methods working just fine. The only problem is the excel file is in my support files, But RPA doesn't seem to recognize it as present and as a result outputs "Null" every execution. Ideally I would like to iterate over the rows and get the information per row, I put the count rows just as a test to see if it would work correctly but to no avail. Any help is appreciated!
According to docs: a!update() Function - Appian 21.4, this function should work with a list, map, dictionary, cdt or record. I'm having difficulty with one particular case of a!update with a list of dictionary (version 21.4). I have the following snippet of code and am receiving the following error: This error message is unable to be duplicated with a simple index, meaning the error message is somewhat misleading to myself: Are there any known workarounds - or does this seem like a product issue? I would rather not have to check if my data type is a list of dictionary prior to calling the a!update function.
Hey, How to capture the Bot exception in the "Clean Up" section of the Bot. Thanks
Hello, I get this error when trying to launch a robot that makes use of the start process functionality. Does anyone know what the reason is? com.novayre.jidoka.client.lifecycle.PhaseException: An exception occurred in phase step: Requesting Dependencies (REQ_DEPENDENCIES)
Question in the title. How can I download the source code of a robotic process already created? I know you can download the source code of a robotic process you just created. I am just not aware of how to do this for an already existing process. Thank you, Saeed
Hi to all. I'm looking for sections in "New Robotic Process Designer" like the previous one :- can we find it in the new version, and if there is an alternative to that, please explain.
Hello all, I uploaded a document in appian, and now I want to create a some rules regarding some fields. For instance I want the blank fields to appear under a certain condition. So I want them to appear if they are automatic tasks, in case they re not i don't want them to show. What's the best practice here
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.