-
Recently active
Hi Team, Iam getting raw data when i use EXPORT DSE to excel, example in table the priority are stores as 1, 2,3 in numbers. so when i use export DSE to excel, i get the values in Numbers in column of priority, but i need text values instead of numbers such as 1 - normal, 2- escalated etc My another Query is we are using record actions to export Functionality to call a process model and send exported excel to an email. how do i pass ri!timeperiod to record actions from Interface
Hey Techies, I have a Group 'User Group 1' with membership to include all the members of 'Subgroup 1'. For testing purposes, I want to exclude selective members of 'Subgroup 1' from 'User Group 1' while maintaining the subgroup membership rule. Any pointers?
Hi All, I have string containing items, such as ["var1","var2"] and there might be more than two items, I want to extract these values without double quotation marks " and square brackets [ ] , the result should be like var1,var2 are there any functions that could help me achieve this?
What is the actual use or difference between "a!StartProcess and a!StartProcessLink" . What could be a real time Usecase for both .
Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?
Hi, I have a process model , called from the interface using a!startProcess() upon hitting submit button. Each Node has been connected with activity chaining. Nodes - There are two API calls and a user interface ( just a message with OK button -attended node configured for pp!initiator. The process model works fine, but it waits in the User interface node for the initiator to attend it as task. my requirement is : The Interface needs to get displayed in the Site which has to be accepted by the User and not go to the task list and accept. Any advice is appreciated.
Hello, I am saving the uploaded files to a local variable and wanted to push to a folder. used a!moveDocument service a!moveDocument(document:local!uploadedDocs,destination:(constant pointing to folder), This does not do anything. Can you please help
Appian says I have a List of Text with 2 items, but when I try to get its length it says it has only 1 item. I need to do a flatten here to achieve the right response with 2 items and its type is not even a List of List of Text. Code for reference:a!localVariables( local!test: index({ code: { "A", "B" } }, "code", null), length(local!test) ) Am I doing something wrong here ? I'm really not getting it :/ For me seems Appian is interpreting the type wrong here because of its dynamic typing and even if it says the list has 2 items on the local variables, the interpreter is doing something different. From time to time we are facing little consistence issues like those and defects are being opened by QA and they take a lot of time for us to find out what the problem really is. This is something so core to the platform that we assume that it's working, but here and there this kind of stuff keeps hapening. We are needing to defend ourselfs against the platform because o
When user is taking Yes button action to send mail UI error is popping up saying like below Expression evaluation error [evaluation ID = 633fa:e25d4] in rule 'em_sendemailconfscreen' (called by rules 'em_receiptregisterform' > 'em_receiptcheck') : An error occurred while executing a save: Expression evaluation error in rule 'em_getemaildata' (called by rule 'm_getsystemstatusincorrectemailbody') at function a!forEach [line 78]: Invalid index: Cannot index property 'payment_no' of type Text into null value of type MV_CHECK_EISM_CASHDATA?list The block of code where the error pointing out is below: Could you please suggest on this a!localvariables{ local!isthree:contains( touniformstring(index(ri!eemDetails, "isthree", {})), cons!EM_EVENT_STATUS[1] ), local!prNo: index( index( ri!eemDetails, "pr_no", "" ), 1, "" ), local!untickedIds: if( local!isthree, a!forEach( items: ri!unselectedGridRows.payment_no, expression: if( rule!APN_
{ a!richTextHeader( text: local!vehicle['recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095}AA Vehicle.fields.{41ba4a5a-f36f-474a-b17d-c12f6869260f}make'], size: "MEDIUM" ), a!richTextItem( text: {local!vehicle['recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095}AA Vehicle.fields.{19858bdc-1ba7-46b0-8f44-c9bdcbd61fca}model']} )} I am just wondering how could I write only once the "recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095" them be able to get the value in a less verbose way I mean I don't think this sintaxe `local!vehicle[recordType!AA Vehicle.fields.year]` is ok for each field I want to add. it should exist something to reduce that syntax and then make it able to just "vehicle.field, vehicle.year, vehicle.color"... Thanks in advance
How to unarchive a archived process in appian? and who has access to do so?
Use of Swimlanes
Hello, Can you please help me removing the dots below the document link text as shown below Code used: a!richTextDisplayField( labelPosition: "COLLAPSED", value: a!forEach( items: local!uploadedDocs, expression: a!richTextItem( text: extract(fn!getcontentobjectdetailsbyid(fv!item),"Name:",",") & char(10), link: a!documentDownloadLink( document: index(local!uploadedDocs,fv!index) ) ) ), Screen shot :
Hello team, is there a way how to have the option "Return to all assignees" kept enabled but disable the "Reject", "Reassign" buttons? If i set set the reassignment option of task to "No Privilege" it will disable the "Reject" and "Reassign" options, but as well the "Return to all assignees" which i need to keep enabled once i accept the task. Thanks for any advice
Is it best practice to verify if an error will occur on every node in the process? In this instance, I've set a timer to delay for 5 or 10 minutes, so even if the process in the first line encounters an error, it won't be marked as active with error. thank you.
Hi All, Does anyone know if its possible to skip steps in a vertical milestone? What I mean is that the stamp can stay grayed out based on a value, and then if it was skipped only the first and third would be green, is this possible? I have tried a few things but it still keeps the linear flow. Like in this case if I went from claim filed to estimate issued , all 3 stamps are green, I would want Green - grey - green because technically the second one didn't happen. or another option could be to hide the middle stamp too. but not sure if that can be done. { a!localVariables( local!verticalSteps: { a!map(name: "Claim Filed", icon: "archive", date: today() - 5, isCompleted: true), a!map(name: "Vehicle Inspected", icon: "search", date: today() - 4, isCompleted: true), a!map(name: "Estimate Issued", icon: "file-text-o", date: null, isCompleted: false), a!map(name: "Payment Sent", icon: "money", date: null, isComple
Is there any difference between Start process and Start process smart service?
Hi All, Firstly, sorry if this is duplicate question. I could not able find from discussion tab. There is a scenario where we need to store UserName who accepts the task . So, the user who accepts the task needs to be captured after completion of task. The user who accepts the task (i.e tp!owner) needs to be stored in a db field. i have tried many times but in process variable i could see 'Null' value and not storing in DB column. PFA. code snippet. kindly help me one of the process model. below script task i have configured like this and storing into CDT entity checkerid field. after success process model run status. before task assigned to user the process variable properties showing like this status is = Assigned and CheckerId= null values. from below screen print i have accepted task and approved. now status got updated to Approved. the next flow is to update task owner property to CheckerId field. but noting showing here. but
Hi, hope you're all doing well! I would like to have shortcuts specially for the mouse "select" and the "connect" tool in Appian Process Modeler. As they get so much usage, it should be extremely useful to instead of be always clicking the same tools, we could simply type "S" to switch between"connect/select" cursors. To be honest I am fascinated by shortcuts, but those two would be of crucial value in my opinion, as the reasons are already explicated above. By the way I would like to know what are the possibilities for this suggestion to get implemented? Thanks in advance
Write a code to find the duplicate words in a string. input string = "Big black bug bit a big black dog on his big black nose" output: Duplicate words in a given string : big black
Hi, I want to display the difference between today's date and created date in record type as an integer value. Further, I want to show the value in certain colors based on condition (like if the values is less than 3 then green color; if the values are in between 3 and 5 then yellow; and if the values are greater than 5 then red). This values will only come when the status is not completed. Can somebody guide me?. Many thank,
Hello All I want to add a field that accept only 21 digits of number I tried to use a!integerField but is not allowed to enter too long numbers
Hello all, I have an array of 3 items. local!array:{ { id: 1, deleted: true, activeStep: false }, { id: 2, deleted: false, activeStep: false }, { id: 3, deleted: false, activeStep: false },}, Now I want to concat text based on index. for index 2 concatenate "Active" and for index 3: " orderid" Eg: local!array:{ { id: 1, deleted: "Active true", activeStep: "orderid false" }, { id: 2, deleted:"Active false", activeStep: "orderid false" }, { id: 3, deleted: "Active false", activeStep: "orderid false" },}, How can I do this. Thank you in advance.
Hi All, I have a query regarding checkbox. There are three checkbox in interface as shown in snippet below, but only one of them should be selected at a time. Can anyone please help me how to achieve this?
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.