-
Recently active
I have a scenario where the user uploads one or many tiff files, and then wants to see them displayed in a gridlayout. I had already built out the process before realizing that imageField does not support Tiff. I have seen a plugin that converts tiff to pdf, but this doesn't help as I don't think there is a way to display a pdf in a gridlayout (please correct me if I am wrong!). Any suggestions would be greatly appreciated.
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?
Scenario: User wants to bulk edit rows of data which have been stored in MariaDB. User is presented with data (ranging upto 150 rows) in an editable grid. The first column in the editable grid is a picker field whose suggestFunction calls an external REST API. When the user loads the page (clicks "edit" record), will the REST API be invoked per row of the editable grid?
Hi, I'm in an interface A, and I'm calling a process from a!startProcess.Inside the process I have an Input task to display interface B. Could you explain me why when I call the process, it works fine but the Interface B is never displayed ? (all the nodes are linked with chaining)
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?
a!localVariables( local!pressedButton: "cancel", local!getdata: rule!getRequestByID(ri!id), { a!sectionLayout( contents: { a!boxLayout( label: "Approval Form", labelSize: "MEDIUM_PLUS", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Comments", labelPosition: "JUSTIFIED", value: local!getdata[1].requestorComments, saveInto: local!getdata[1].requestorComments, refreshAfter: "UNFOCUS", readOnly: true, validations: {} ), a!dateField( label: "Start Date", labelPosition: "JUSTIFIED", value: local!getdata[1].startDate, saveInto: loca
Hi, Any idea how to design a button with a style like below in Appian. Thanks.
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
I am looking for ways besides cards to initiate startProcessLink from a UI. Initially I was trying to replicate the look of Card Record Actions, but when I use a card layout I run into issues on mobile or smaller screens where the card becomes hard to read, or a scroll bar appears. Card choice field does not support links. Or is there a way to remove the scrollbar from cards?
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.
If we have an icon on our interface, ("clickable icon") ----> configured with a start process i.e. when we click on it, a report opens and shows on a new tab, is there a way to show that report in a pop up and not in a new tab? Icon image attached fyr:
In my application there is vendor who comment when submitting a form and when it comes towards reviewer the reviewer comment again.So I want to show it as history what vendor commented and what reviewer commented.
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
Hi All, Is there any way we can download entire .msg file (including attachments and email body as is) in Appian directly ? Thanks, ND
Hi all, I had a scenario Where i used MNI to start sub process (The sub process creates instance for each item in a parent PV , All at once and moves on each time an instance finished). And Inside sub process i'm just writing to Record , with a wait time which was defined in that parent pv. and i'm mapping output from sub process back on to parent. And on next node i'm appending it to a list. My issue right now was if two sub processes completed at same time one of the two is getting ignored second one getting appended twice to the list. (i Can't use looping ******, cause i want to process all the data once .)
Hi, i just want to know about how can i configure interface which open in pop up window. what is the best way do this ?
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!
Hello guys, i would like to ask if there is a way in case Write to Datastore entity fails for some reason to save the error message to PV and display it in interface. My next question related to this is if we can move the process to different path (end node or other path) in case Write to Datastore entity node fails? Thanks
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" ))
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.