-
Recently active
once I click on the document download link, getting this error , rather than document download...?
20000000 is displaying as 2e+07.
Hi all, How can we embed External Interface into Appian, such as a Tableau dashboard which is Published on a Web Server. i have used webContentfield(). a!webContentField( label: "Tableau Dashboard", labelPosition: "ABOVE", height: "MEDIUM", source: "xxx" ), i am getting below error
Hello Community, I was wondering how do you capture the process property ID when the process is submitted to then use it in a link within that interface. a!processTaskLink( label: "Approval Task", task: 1 /* pp!id */ ) Thank you.
how to show a confirmation message when performing action by using dynamic link?
The Appian Product Management team is prioritizing ways to make application design more efficient. Please consider helping that effort by taking this brief survey so we can learn more about which recent features have made your development faster and what is still slowing you down.
i want configure link field in submit button or button layout, how can i achieve this
I want add a color and text style to add row dynamic link label using in editable grid . how can i change the color ?
Hello,, using v22.3, there seems to be a limit of 10 documents that can be added to application documentation. Is this a configuration setting or simply a hardcoded value.
I want to design a interface with couple of links, when I click each link, I need to display related options of hyperlinks. Finally If I select one it shd navigate to specific interface. Any sample code for this
Hello, I am unable to save to data store using write to multiple DS smart service. For the context, I am trying to save data to 10 tables at once.
Hi Guys! I have this expression rule: { a!update( data: ri!holder.name, index: local!indexValue, value: "test" ) ), a!update( data: ri!holder.age, index: local!indexValue, value: 23 ) ), a!update( data: ri!holder.married, index: local!indexValue, value: true() ) )} This is my current process to update the CDT value of ri!holder.name, ri!holder.age, and ri!holder.marriedMy CDT holder contains: name(array of text), age(array of number), married(array of boolean). Expected ouput should be:[name="test",age=23married=TRUE] However Im getting a List of variant where all the values are stored in ri!holder.name:[name="test";20;TRUE] Do you have any ideas or suggestion on how to get the expected output?Thank You!
Hi I am trying to save data in the Appian database through CSV not getting any exceptions in the process model but not able to save data. Can you please help me out? Do we have to config in the output tab also?
Hello Team, Please, do you know of a command in linux that can help grant a user account read,write,execute when configuring a linux box. When installing appian, I keep getting permission issues when executing the search server. Is there a way to fully grant a user full permission to a folder and sub folders in Appian - Linux? Thanks error when using root account: Future versions of Elasticsearch will require Java 11; your Java version from [/home/appian/java/jre] does not meet this requirement. Consider switching to a distribution of Elasticsearch with a bundled JDK. If you are already using a distribution with a bundled JDK, ensure the JAVA_HOME environment variable is not set.warning: no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future releasewarning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOMEFuture versions of Elasticsearch will require Java 11; your Java version from [/home/appian/java/jre] does not meet this requirement. Consider s
i created the editable grid, using that i want to send the data to the DB but my requirement is like with out using the Process model witch function i need to use in the interface,also if i delete the data from editable grid(in interface) it will reflect on the DB(with out using the Process Model) for that witch function i need to use in interface
Hello, Is there any workaround using Create User Smart Service. Non Administrator User to be able to create new users ?
Hi All, On gridRowLayout selection i am populating the selected grid data in local!selectedGridData which has the clientID value for selected row. From this local!selectedGridData, we need to update the clientID value to ri!clientDetails.clientID at selected index on click on button. Here local!selectedGridData and ri!clientDetails both are of array. Please help with sample code, so that i will try once. Thanking you
Hi! We are currently passing in a folderId over a WebAPI call to Appian - from there we are using a!startProcess to run the Document Zipper smart service to zip the folder and output the resulting documentId. Is there a way to allow the resulting zip document to be downloaded via the WebAPI call, or will I have to use some workaround like using an additional GET method to pull the document after using POST to run the smart service? Thanks!
What are the challenges You people faced while developing ? How did you resolved it?
Hi All, How to enable the dropdown field based on gridLayout selection? actually i am trying with the below code but it is not working as expected: Please help and suggest logic so that i will try to test it. a!gridLayout( headerCells: { a!gridLayoutHeaderCell(label: "Dropdown") }, columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE") }, rows: { a!forEach( items: ri!data, expression: a!gridrowLayout( contents: { a!dropDownField( disabled: if( and( rule!APN_isNotEmpty(ri!selectedid), contains(fv!item.gfcid, ri!selectedid) ), false, true ) ) } ) ) } )
Just Installed Appian on Linux (Centos) But the site is not redirecting to /suite page. What am I missing? I get the error below when I load the site Any help will be appreciated. Thanks
Hey guys! is there any way to make this cleaner? I have to many OR and probably there is a better way to do this, so what i need is: OR to go to a path in case it finds a status or the other one if it doesn't find it then i need that in both cases it goes back to the script contador that its just an index+1 and iterates
my data is storing in the data base in the formate of customer number :"F123" i have serch filter when i search with F123 it is returing the related data but now if i search with customer number with padding (0) like "F000123" it shoud return the data whic have returen for "F123", the customer number is passing to stored proc and getting the out put so my queery is before sending input to the stored proc i need to remove the padded values then need to send to stored proc please me with solution so how can i remove the padded (0) from the value where i am searching
i want to display image in interface but i am unable to do that one can anyone help me for that,
a!formLayout( label: "View Document", contents: { a!sectionLayout( contents: { a!documentViewerField( label: "Document Viewer", labelPosition: "ABOVE", document: 5080, height: "MEDIUM" ) } ) }, buttons: a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Submit", submit: true, value: "Submit", saveInto: ri!buttonvalue, style: "PRIMARY", loadingIndicator: true ) }, secondaryButtons: { a!buttonWidget( label: "Back", submit: true, value: "Back", saveInto: ri!buttonvalue, style: "NORMAL", validate: false ) } ) ) I want to see the document in the interface with the help of this code but I am not able to do this. Its directly download the document how can I see the document ?
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.