-
Recently active
Hello, I have a site with an interface page as content. My interface nested other interfaces and the navigation through all interfaces is based on the logic of local variables. However, in some interfaces I use "a!processTaskLink" to run tasks on already started processes. My problem is: I want to open these tasks in the same tab and when I finish my task, I want to go back to the interface where I was. But, the actual behaviour is that when I finish my task, I go back to the main interface because the values of local variables are lost. Does anyone know how to get around this problem? Thank you.
I'm getting this error in my tomcat stdOut log when I startup Appian. I'm able to go on the site but when I try to run/debug my process model it always stuck on the start node and won't continue the flow. Not sure what went wrong, It worked fine other times when I did a fresh install of Appian. 2021-12-29 20:31:45,319 [ForkJoinPool-1-worker-25] ERROR com.appiancorp.common.config.ConfigObject - An error occurred while trying to initialize the config LoadExceptionHandling [0ms] [resources 27ms] java.nio.file.InvalidPathException: Cannot store the note content, because the location is not valid.: C:/appian21.2/_admin/process_notes/exec/00/2/0 at com.appiancorp.process.notes.services.NotesContentServiceImpl.createNoteContent(NotesContentServiceImpl.java:164) at com.appiancorp.process.notes.services.NotesContentServiceImpl.createNoteContent(NotesContentServiceImpl.java:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImp
Is there any other way to check the performance of an interface other than the performance tab? I often see interfaces that say they take 100 ms to load (or whatever number) and yet spend 20-30 seconds opening the page. There seems to be some kind of disconnect there and I am trying to figure out where the issue stems.
here will be selecting one row in grid and showing the below data but same data in separate section we have multiple selection here how can i show the selection data because I'll be selecting multiple rows here can anyone suggest me the approach
Hello, I have a question, I have an interface which is a grid, this allows me to add a dropdown with information obtained from a constant, this constant has 3 groups, my question is, how can I do so that when I add a new grid, this information from my constant is independent of my dropdown that makes new, all this is written to another constant through a process. I have something like this, I already tried using save to to my new constant, but it is not updated with the process, does not elminate or anything. this is my code. thanks you! a!localVariables( /*rule to save groups */ local!groups: rule!GS1_getgroupnames(), /*rule to get all groups */ local!grupos: rule!GS1_getgroups(), a!formLayout( label: "Manage Additional Distribution List", instructions: "Please select and modify the groups that you wish to update in the grid below.", contents: { a!sectionLayout( label: "Additional Distribution List", contents: { a!gridLayout( label: "", labelPo
Hi, We've got a scenario where we want to provide hyperlinks for the user to access a site page which contains a record list. Is there a way to have filters prepopulated for a record list when the user clicks on the hyperlink, like maybe through passing values via the URL? Or any way to have filters prepopulated at all? I know users can save filters, is there something similar to preset them? I've been looking through the forums and documentation but I haven't found anything yet. Thanks for any help!
Hi, I am trying to pass the timestamp value which is of type text in CDT from upstream through webapi. The milliseconds part is getting rounded off automatically Value from Upstream: 2022-11-21T09:00:56.998992Z Roundoff Value: 2022-11-21T09:00:57Z Expected format : %Y-%m-%dT%H:%M:%S.%fZ" But I need to send the same value from my upstream to my downstream system Any solution for the above please?
Hello, is there any way I can remove this window from the SITE and directly start from the Login Page? I also Removed the My Learning Journey Contact Appian (Sign-in Page Links) from the Admin console but it is not reflecting on the SITE.
Zup, people ? So, I'm trying to tigger a action after some task is reassigned, due my business rules. I have to change a record in database, for example. Is it possible ? thanks for ur attetion in advance!
Hi everyone, I am trying to reassigning task from one group to other group by using Reassign smart service but it is not working. As a Appian designer I have administration permission if I initiate the process model that time reassignment work properly, but the same process model if I use as sub process than its not working.
Hi Guys! I have these Data Store mapped on the appian cloud. And as shown on the picture below it was successfully verified. However when i checked on my appian cloud there are missing database table which are not visible. Only the highlighted items shown on the picture are visible on the appian cloud.(see below) I already save and published it many times, refreshed the browser on the appian cloud but still not working. Is anyone has any idea on how to fix this? Thank You!
expected output : textShouldBeInCamelCase
Hi, I have written down a code to calculate this, please let me know if it can be more refined. a!localVariables( /*rule inputs local!StartDate, local!EndDate*/ local!StartDate:todate(ri!StartDate), local!EndDate:todate(ri!EndDate), local!WorkStartTime:time(2,0,0,0), local!WorkEndTime:time(10,0,0,0), local!StartTime1:totime(ri!StartDate), local!EndTime1:totime(ri!EndDate), local!StartTime2:if(local!StartTime1local!WorkEndTime, local!WorkEndTime, local!EndTime1), local!EndTime: if(local!EndTime2local!WorkEndTime,local!WorkEndTime,local!StartTime2), local!StartDateTime:datetime(year(local!StartDate), month(local!StartDate), day(local!StartDate), hour(local!StartTime), minute(local!StartTime),second(local!StartTime),milli(local!StartTime)), local!EndDateTime:datetime(year(local!EndDate), month(local!EndDate), day(local!EndDate), hour(local!EndTime), minute(local!EndTime),second(local!EndTime),milli(local!EndTime)), local!ElapsedDays:elapseddays( local!
There are two column layout when you zoom out in the browser they move apart one to left another two right I want them to stick together Any solution for this
I have an application has a lot of objects I don't want to import. Most notably it has a data store which taking it will result in a massive amount of extra data types and baggage. All I care about is a process model I have copied. All of its dependents have been brought in to a new application I am using to package up and import. I am getting some cascading and normal errors that seem to stem from me being unable to import the datastore. What can I do to decouple this datastore from my application for importing? I already created a new datastore in my environment I am trying to move export it to and created any constants there that pointed to the data store entities inside it in the old application. In summary what do you do if you want to bring in portion of an app but don't want to bring in the data store entity it had?
If i delete tempo reports in lower environment same change should reflect in higher environment i.e auto deleted while deployment . Is this possible ? If not how to achieve this..Because I don't have production access to delete
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
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.
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.
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!
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
Hello, Is there any workaround using Create User Smart Service. Non Administrator User to be able to create new users ?
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!
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.