-
Recently active
I have a case where i need to delete 1million documents from appian. so what I did is querying the appian doc ids from the DB and checking whether the appian has this document and proceeding with deletion. for this i planned 2 approaches: 1. using a rule querying the doc ids from db. then, I will make an intersection with doc folder (getting list of doc ids in this folder) and doc id list to confirm those ids are in Appian and proceed with deletion. 2.adding a script task before deletion to whether doc is present in appian or not using isObjectexists then proceed with deletion(currently my environment has only delete single doc at one time) which will be best solution and pros and cons of it or is there any other ways . I'm new to Appian can anyone help me this ?Thanks in advance
Hii, is there any way to collapse in cardlayout section. I have a requirement like inside cardlayout section we have four selected tab again in cardlayout one by one that tab enable after approve after enable last one how can we collapse by default.
Can anyone brief about attended and unattended node?I'm bit confused of both
Hi Team, When Appian is down for maintenance do what will happen to the processes? Will they be queued or fail?
Hello Everyone, I have to show the UI like this(read-only), first two columns' data comes from different table (like collateral_cdt) and 3rd and 4th columns data comes from (cust_doc_cdt).How can I display this Ui? Please suggest on priority
What is the right way to index a specific field? im getting index error (Customer can only be indexed into using square brackets or the index function)
Hi team, Iam building a logic where i have two lists as listed below, now i want to check data[1] i.e, wifi Router Demand value 500 with all (5 items)count values in Items[1] . and same data[2] with items[2] with all 5 count values in items[2] and return the sparepart Names that are less than demand value. 1. data: [product=Wi-Fi Router, Demand=500, productid=]; [product=Wi-Fi Extender, Demand=7, productid=] 2.items:{ {{Sparepart: "Wi-Fi Module", count: 100, productid: 1}, {Sparepart: "Antenna", count: 100, productid: 1}, {Sparepart: "Power Supply Unit", count: 100, productid: 1}, {Sparepart: "Ethernet Port", count: 100, productid: 1}, {Sparepart: "CPU Chip", count: 100, productid: 1} }, { {Sparepart: "Wi-Fi Extender Module", count: 20, productid: 2}, {Sparepart: "Extension Antenna", count: 30, productid: 2}, {Sparepart: "Power Adapter", count: 15, productid: 2}, {Sparepart: "Ethernet
Good morning, I am trying to configure the Send Meeting Request smart service but it is giving me the following error: "Unexpected error. (APNX-1-8000-000)" and the configuration is as follows: From Email Address-->"prueba@email.com" From display Name-->"prueba" to-->"prueba2@email.com" Has anyone had this same problem? Regards and thank you very much in advance!
Hi Team, When try to open and application in the designer , It is taking too long time and showing 503 error, Not sure, I been working on that from yesterday but today when i try to open the application it is not opening, I cancelled all the running instances as well in that app process models which contains , Need to connect appian on this ? Thanks, Udayasai
Hi Community ,I want to send email on the basis of Two Constants. 1. Constant Type is of User2. Constant Type is of Email. ( bcz it is a Group Email for e.g. Support Group)How to write expression on Email Node in Process Model for this.Please help me on this.Many Thanks !Regards,Abdus Samad
How can display the label of the choice and not the index in the grid . The data is being fetched form lookup table ( RECORD type),while the document table is a CDT. example on how i display the dropdowns a!dropdownField( label: "Main Type", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels:local!type['recordType!{myrecord} Main Type.fields.{myrecord}descEn'], choiceValues: local!type['recordType!{myrecord} Main Type.fields.{myrecord}itemCode'], value:ri!DocDetails.mainType, saveInto: {ri!DocDetails.mainType}, searchDisplay: "AUTO", required: true, validations: {} ) a!textField( value:fv!item.id, saveInto:fv!item.id, readOnly: true, align: "CENTER"
Hello, I was wondering if there was a function which takes as input a string and returns the same string stripped of any accents (ex: été -> ete). If not, what would be the most efficient way of achieving this result within an expression rule? Thank you
I have a process model in which I'm using a start process. Problem: The process model inside start process is working fine but the main process which uses start process have few problems: 1) Even though latest version is published by me but this PM is still running on draft version 2) Error: in many PM I saw that the PM's latest version is published but it is running on an older version.Please provide a solution Thanks in advance
I have a expression rule to a html table , but i have to remove comma from it how can i do it, In output is returns a Semicolon
Hello, I have an Add/Update form and a GRID that can add or update data that is already there. I have 1 dropdown in this form that I can't figure out why it is not saving properly to the GRID. I select 1 of the 2 options from the dropdown and submit but it seems to make it NULL on the GRID no matter which option I choose. Any help here would be much appreciated. I will share some code snippets below. Dropdown data fetch: local!relTypeData: a!refreshVariable( value: rule!TB_QE_getValuesForDropdownCategoryFromKeyValueConfig( appName: cons!TB_TEXT_KEY_VALUE_CONFIG_APP_NAMES[2], category: cons!TB_TEXT_KEYS_CONFIG_CATEGORIES[13], selectionList: { "key1", "value1", "isActive" } ).data, refreshAlways: if(ri!selection = 12, true(), false()) ), local!isActRelType: index( local!relTypeData, wherecontains( cons!TB_TEXT_ISACTIVE[1], touniformstring( index(local!relTypeData, "isActive", null) ) ), null() ), l
Hello, I have an issue with a record action process model that sends a message to another process model to raise an exception on a user task.This was working previously, but seems not to send the message anymore.I have checked the following to find a solution: The record action is correctly picking out the correct process id to send the message.Copy and pasting the "get process id" and "send message" nodes to a sandbox test process model correctly sends the message and throws the exception on user task.Here are the set-ups for the send and receive messages:
I have a scenario where there is a web api returning a basic textual response, and this web API has to be triggered when the user clicks on submit button.This is something that we do with Integrations, similarly I have to call a webAPI on the click of a button.
Hi all, how can input the documents destination in the move document smart service process node without hard cording the folder name, depending on todays date the document will be sent to a specfic folder. for examle I have a parent folder called Documents. inside I will 4 subfolders, Period 1, Period 2 , Period 3, Period 4. but these will be created throughout, so for now I only have Period 1. If today is a date is january 2 t will go to period 1. but when we reach the date of march 1 it will create the second folder period 2, and then any documents after this date I want them to go to period 2 folder and so on. What is the best way to approach this? thanks in advance
Hi, I am saving candidate details and interview details of that candidate into DB and using write to multiple data store entity. here TA will schedule a round and task assigned to L1 interviewer, likewise, L2 and L3 but the issue is after every user interaction, a new row in the database. I am using multiple data store entity . For both the candidate and interview CDT primary key is set and it is autoincrement. Please suggest if I am doing anything wrong.
Hello All, I have passed some invalid userid to the function isusernametaken and it returns true.
Can we convert SAIL code to HTML?
I saved ny CDT in a rule input , but i get this error whenever i test it on the site. I tried saving the ri! in a local variable , but then the value of the CDT was null on the site ( works on interface but not on the site) what is the problem ?
I have been stuck here for days . i want to write to a data store entity using process model , but i am getting this error. i don't really understand what do they mean " The list of records to be saved must not contain a null" what records? i filled all the fields in the form and also the fields can be null , except the ID field.
In the context of an on-premise server, we have the capability to manage log files by archiving, compressing, and uploading them to S3 for efficient on-premise server disk storage management. However, when our application runs on Appian Cloud, we are aware that we can access the log files via the /logs URL, as shown in the attached screenshot. While it's possible to manually download these files one by one, compress them, and then upload them to S3, we are trying to find the best and most efficient approach to streamline this process. Any insights on the quickest and most intelligent way to handle this step would be greatly appreciated please.
Hello Everyone, I have a requirement that using multiple templates based on the codes. 2.These docs to store to the table (Cust Doc). 3.Using one MS Word 2007 Doc from Template, is it possible to generate all the Docs? Like using refId/code which is shown in the picture. Thanks is advance and your replies are appreciated.
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.