-
Recently active
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?
https://api.spacexdata.com/v4 is not working . Can you please provide another link which I can use for testing.
Appian's Rich Text component doesn't seem to render or handle extended ASCII char very well. In the above example we can see the same text rendered. Ideally we would like to display these text in a mono spaced manner. In addition to mono space issue; there also appears to be a vertical spacing issue. Is there a way to configure a rich text component so it complies with ASCII extended chars better?
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)
Hi All, I am getting a datatype mismatch erro when I am connecting and creating a fk from a pk from another table.Each and every confirguation is same for both the columns except the following: PK column is default none with auto increment FK column is default null Can you please guide me on what mismatch I am missing as this is a usual case and easily implementable.
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, Can anyone help me convert this string into date format so that I can inject into data base "20171222" string format is "yyyyMMdd" I need to convert to date format yyyy-MM-dd so that it can be added to database
Hi,We must configure Okta in Appian.When adding a new SAML identity provider, I've added a .pem certificate but Appian is rejecting it saying the private key is missing ? But I've read over the web that only the public key was required (and only public key is in my possession). Am I missing somthing ?Any help would be appreciated. Finally, would you know where I can find good tutorials to configurate Okta in Appian ?
Hi, What are the protocols supported by Appian for file share? Regards, Chetana
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.
I want to add multiple columns from different tables to a existing views in Appian Cloud database. Can I use CREATE OR REPLACE VIEW for adding multiple columns from different tables to an existing view? can anyone provide sample script.
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
Windows server allowing 5 concurrent user session logins. Can we have different Appian RPA processes running in different sessions at the same time? Which means installing the agent for each user specific session and connecting it with console and resource.
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" ),
Is there any way to delete all the previous version of selected artifacts at once rather than deleting them one by one ?
This might sound a bit silly but I wanted to know how to track during which phase of the application flow, an API is being triggered? I have an API that kick starts a process model that queries data from database and that is about it. In the backend I see this process model is getting triggered every now and then started by a service account. Now, how do I know when this API is even being called? How do I back track it? checking its dependents doesn't show anything except for the process model. Any response is appreciated. Thanks.
Hi all,i tried to perform upgrade my local server from 23.1 to 23.2 inorder to upgrade the env i followed all the steps mentioned in https://docs.appian.com/suite/help/23.2/Upgrade_Guide.html while starting the tomcat appserver i noticed the fatal error pointing to local port by default appian install pointing to 9300 but search server poinitng to 9200, please find the logJun 20, 2023 5:06:38 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath log4j:ERROR Unable to deduce date from C:\appian_23.2\appian\logs\perflogs\http-requests-and-responses\integration_req_resp_activity.2023_06_16.1686880664795.log rotated log file. log4j:ERROR Unable to deduce date from C:\appian_23.2\appian\logs\perflogs\http-requests-and-responses\integration_req_resp_activity.2023_06_15.1686825944448.log rotated log file. 2023-06-20 17:06:41,485 [wait-for-component] INFO com.appiancorp.tools.WaitForServers - Waiting for servers to be up.
Hi Community, I am using webservicequery() function in one of my expression.It is working perfectly fine in our development environment. However when we have moved that Application to the UAT environment.We are getting below error:Expression evaluation error at function 'webservicequery': The WSDL cannot be processed because the remote server's certificate is invalid. Check that the certificate has not expired. Can someone help me on this ? Is there any settings which I have missed ?I have verified the Expressions in both the Environment. They are exactly same even the User Name and Password.Regards,ABDUS SAMAD
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.
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.