-
Recently active
Can I edit a form up to 5 minutes after click on submit,
Hi all, Actually, by using Dynamic DOCX Template I am generating a PDF. Now I want that PDF ID to save in a process model. I tried by creating a process variable of type number integer and tried saving the generated document from the plugin into the process variable and didn't work out!! Can someone suggest me how can I achieve this. Thanks In Advance.
Hi I have a use case where I should navigate from my interface to another application and should create an object and after saving the changes, once it is saved it should again redirect back to interface
Hi Guys, Can you please share the details how to get all object type and Description for my Application. I have tried with getcontentdetailsbyuuid and get the attributes of the objects with type. But not description. Kindly help on this. Thanks, Pradeep Sridharan
reject() function giving error when all the items in the list are null Example: reject(fn!isnull, {null(), null(), null()}) --> error Is this expected or it is a bug?
i am getting this error: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error in rule 'sm_stockdetailschart' at function a!richTextItem [line 89]: Invalid index: Cannot index property 'turnover' of type String into type List of Variant how to resolve this ?
Following code worked fine up until 23.2:xpathsnippet(local!xml, "//fs:PartyRoleCollection/fs:PartyRole[1]/fs:Party/fs:PartyReference/text()") Now we receive an error: "Namespace with prefix 'fs' has not been declared." Anyone else experience this?
Hi all, How to compare two lists in appain {1,2,3} and {4,7,6} IF the Comparision true then it will write true otherwise false. Please help me
I have a Site say "ABC". In that site, i have configured a record which has multiple tabs: summary, cases, audit etc. My Requirement is, whenever i click on a tab, the name at the browser tab should show that. For eg, If i click on Summary, the browser tab should show summary. I have attached a screenshot for reference. I checked, it could be achieved by configuring dynamic display name in the Sites, but I don't know how to achieve that. Is there any code snippet or example for display name using expresssions in SITE. Thanks in advance
Hi! I'm trying to save values from a multiple dropdown into a rule input, but my code it's not working. I proved a!forEach in my submit button, but when i press the button only save the last item of my array. a!localVariables( local!categoria: cast( 'type!{urn:com:appian:types:FDC}FDC_CATEGORIA?list', rule!FDC_ER_getAllCategoria()), local!organismo:rule!FDC_ER_getOrganismoByCategoriaId(id: ri!categoria), local!guardarOrganismo:local!organismo, /*local!prueba:ri!cartaOrganismo.idOrganismo,*/ a!sectionLayout( label: "Section", contents: { a!sideBySideLayout( items: { a!sideBySideItem( item: a!dropdownField( label: "CategorÃ%ADa", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: local!categoria.coNombre, choiceValues: local!categoria.idCategoria, value:ri!categoria, saveInt
Hi, my trouble here is that I don't know how can I save true or false in differents boolean columns in my database. I tried something like that: a!checkboxField( label: "", labelPosition: "ABOVE", choiceLabels: { "Limpieza","Plaga","Manipulador" }, choiceValues: { "Limpieza","Plaga","Manipulador" }, value: {if(isnull(fv!item.inLimpieza),{},"Limpieza"),if(isnull(fv!item.inPlaga),{},"Plaga"),if(isnull(fv!item.inManipulacion),{},"Manipulador")}, saveInto:{ a!save( fv!item.inLimpieza, if(contains( save!value, "Limpieza" ), true,false) ), a!save( fv!item.inPlaga, if(contains( save!value, "Plaga" ), true, false) ), a!save( fv!item.inManipulacion, if(contains( save!value, "Manipulador" ),
a!localVariables( local!fieldName:"5", local!operator:">", local!value:"2", a!textField( value: fv!item.fieldName, saveInto: fv!item.fieldName, validations: { a!validationMessage( message:"test", showWhen: local!fieldName & local!operator & local!value ) } ) )This is an example of what I want to achieve, the operators can be different, the fieldValues & fieldName can be of the other fields. I want the showWhen condition to work even if I give it a string.
Hi, Our Company wants code signing enabled for all code and we use on-prem Appian. Is there any way this is possible in Appian.
What Is a function for showing array itoem in ascending or descending
Hello Everyone, I have created two schedulars through PMs that executes one by one. But sometimes the first schedular runs longer and in that case I want my second schedular to wait until the first schedular finishes. Can anyone please help me out how to acheive this? Thank you!
I know self doable feature to select time zone or internationalization setting accros all profile. But if we have many users and do not want to communicate users to do setting on their own. Is there a way to accomplish to do this. May be LDAP sync kind of?
When I am logged in as a member of Admin group the following returns a count that is different from, when i am logged in as member of some group that is also a group member of cons!ALL_USERS Any idea why those count could be different ? count( a!groupmemers( group: cons!ALL_USERS, direct: false, memberType: "USER" ))
Hi Everyone, what is the limit on number of rows in export to sql smart service. I had an requirement to export around one to two lakh rows in an excel. Any other way that i can acheive it if export to sql smart service had limit? Thanks in Advance!!!
Hi everyone, I have a list of values as given below: local!1: {a,b,c,d,e,f,g,h,i,k,l,m,n}, I want to do a loop to index a batch of value each time, for example the first batch is having index 1,2,3 (a,b,c), the next batch with index 4,5,6 (d,e,f),etc (batchsize = 3, start index +3 for each loop) I tried Enumerate() to determine the exact index of the data I want to get, but this function returns all values from 0 -> batchsize value. Is there anyway that I can get only the index I want, for example 1,2,3 of local!1 for the first loop, then 4,5,6 of local!1 for the second loop and so on? Thanks a lot!
Facing error when testing card choice field in Appian Fitness version 23.1 Using the following format for card choice selection, |click on card|FieldValue|choice|FieldName| 10:19:32.786 [main] ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Card Choice org.openqa.selenium.WebDriverException: unknown error: getting size failed to return xAny help would be appreciated. Thank you.
Do we have an efficient way to give warning during user upload the document in Appian? when he press "Upload" in file upload object, choose a highly restricted doc and open, then system can give a warning Popup show this is highly restricted doc, are you sure you want to upload? choose confirm then upload, cancel then purge the doc directly.
Hi community, I face an issue when I try to access safe link. I get the below error. Thanks in advance.
Is it possible to add/update Chrome Options while using Cucumber for Appian? Having an example will be very helpful.
Hello there, I have been overall enjoying the Cucumber for Appian framework however it has severe limitations and some design decisions that I wish to change. First of all I do not agree with the decision to place the Tear Down inside of the actual example steps. This is not good best practice as it means if you exit a test for whatever reason before the test finishes the chrome driver will not tear down. Instead this should have been put in the @after within the test running class. Can I still tear down in the @after? How would I go about calling the actual tear down method, I am fairly good with Java but I am not a developer and the code is very complicated. My second question is that I need the ability to at times pass random values as fields for the my steps. For example our project involves "duplicate checks" and without being able to dynamically generate these fields I am stuck having to edit the test script each time. I know it's technically pos
Hello, does anyone know how I can make a custom picker to save the value if it is not in the list? The code is that: a!pickerFieldCustom( label: "Tipo de entrada", labelPosition: "ABOVE", maxSelections: 1, suggestFunction: rule!ERYM_FiltroComponente( filter:_ , labels: local!tipoEntrada, identifiers: local!tipoEntrada ), selectedLabels: a!forEach( items: ri!expediente.tipoEntrada, expression: index(local!tipoEntrada, wherecontains(fv!item, local!tipoEntrada)) ), value: ri!expediente.tipoEntrada, saveInto:
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.