-
Recently active
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.
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.
There is a problem with task "Move To Collab" in the process "FILE_SHARED_DRIVE_CONNECTION" Problem: An error occurred in executing an Activity Class. Details: com.appiancorp.suiteapi.process.exceptions.SmartServiceException: java.lang.Exception: User xxxx is not a System Administrator. You must run the Move to Collab smart node as an administrator. Recommended Action: Examine the activity class to correct the error and then resume. Priority of this problem: High Priority This message has been sent by Appian Still even after the node in the process model was configured as "Run as who ever designed the process" says - com.appiancorp.suiteapi.process.exceptions.SmartServiceException: java.lang.Exception: User xxxx is not a System Administrator. You must run the Move to Collab smart node as an administrator.
Hi Champs, Is there any way to edit CSV file inline in Appian screen and storing them back to Appian as document. Regards, Ghanashyam
What Is a function for showing array itoem in ascending or descending
Hi All, Please help me on this error a!localVariables( local!listOfAmendments: if({ index( index( rule!ISR_er_PopulateAmendmentsInExecuteMeetingDataSubset(meetingId: ri!meetingId), "data", {} ), "amdId", {} ) = index(rule!ISR_qry_GetISRAmendmentPrimaryReviewers( meetingId: ri!meetingId, primaryReviewer: ri!primaryReviewer, isActive: true ),"amdId",{}) },rule!ISR_er_PopulateAmendmentsInExecuteMeetingDataSubset(meetingId: ri!meetingId ),{}), /*(Amendment Number, Amendment Reason, Proposal Reference Number, */ /*Study Title, Primary Investigator, Medical Scientist/Proposal Champion (from GIL-134), */ /*Currency, Budget, Slides (Slide for the Amendment) (GIL-263))*/ local!tableAmendmentGridStart: " Amendments to be Reviewed: TA Ref # PI Country Study Category ", local!tableAmendmentGridEnd: " ", local!amendmentsGrid: a!forEach( items: local!listOfAmendments,
Hi, Can anyone confirm if it is possible for Appian to connect with Nasuni. Regards, Chetana
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, While Data Sync Enable, Doing related action For Update query in the table by using the Write to data store smart service. I am getting data sync error as below screenshot. I have generated the related action by using "generate a Record action". but in documentation said that Immediate sync is possible by using write to data store smart service.But it is failing and returning error as below Thank you.
hi everyone we just have a trouble in data sync. we have created some record types from the database, but one of them failed in data sync. the status is "failed" in sync history. the detail shows "Alert: Unable to sync due to a system failure. Issue identifier: [e0bcc3cb-4961-443e-be9d-ced7237ae97c]". is there some proboble reasons for this trouble? Thank you all.
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 .)
I would like to publish videos and documents using the video component and document viewer component. But when I use them, the component shows a download button. I don't want my published content to be downloaded. Can setting permissions by group solve this problem?
rule!INO_WidgetAgentBreakTimeMonthlyDrilldown( if( ri!selectedDateRange = cons!INO_DATE_RANGE_16_WEEK, daily16WeekAgentTaskProduction: ri!daily16WeekAgentTaskProduction, taskProdutionList: ri!dailyAgentTaskProduction ), selectedMonth: local!selectedbreakTimeMonth, selectedYear: local!selectedbreakTimeYear, selectedWeek: local!selectedbreakTimeWeek, selectedDay: local!selectedbreakTimeDay, dateCategoryList: local!categoryList, selectedDateRange: ri!selectedDateRange ), the error is coming for this If condition. Please tell me how to solve?
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!
I'm trying to figure out how I would configure an expression rule to perform a rolling sum by userId. For a given person, calculate how many hours they worked for a rolling 7 days, and if they have exceeded 10 hours then return true. Otherwise, false. My data looks like this: UserID workDate Hours 1 06-03-2022 1 1 06-04-2022 3 1 06-05-2022 1 1 06-07-2022 3 1 06-08-2022 1 1 06-09-2022 3 1 06-10-2022 2 1 06-13-2022 4 2 06-13-2022 7 Given the table above, it calculates from the current date (inclusive) for the last 7 days. UserID workDate Hours Last 7 days response 1 06-03-2022 1 1 false 1 06-04-2022 3 4 false 1 06-05-2022 1 5 false 1 06-07-2022 3 8 false 1 06-08-2022 1 9 false 1 06-09-2022 3 12 true 1 06-10-2022 2 12 (06-03 dropped off) true 1 06-13-2022 1 10 (06-07 to 06-13) false 2 06-13-2022 7 7 false Is it possible to configure a calculation like this in Appian? For all intents and purposes, once they have broken the 10 hour mark a
Appian promotes navigation sidebars which gives you a possibility to have multiple interfaces on one page on one side. I really like this approach and patter but our users complains on 2 things: 1 State is not saved - when user click on something to start process (startProcessLink) then when process is done user is redirected to main page (filters are gone, Appian does not remember from which page user stared that process. 2 If you save 'state' to table (fact that user was on particular ui) then users cannot use Application on 2 or more Chrome tabs. Appian gets their state from db and move them back to same page on all tabs. Any thoughts how to address this lost state problem? Navigation patter: docs.appian.com/.../secondary-navigation.html
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
a!localVariables( local!monthYearList: a!forEach( items: ri!dateCategoryList, expression: { month: month(fv!item.value), year: year(fv!item.value), day: day(fv!item.value), name: fv!item.name } ), { a!lineChartField( label: "Conformance", categories: ri!dateCategoryList.name, series: a!chartSeries( label: "Conformance", data: a!forEach( items: local!monthYearList, expression: a!localVariables( local!month: fv!item.month, local!year: fv!item.year, local!day: fv!item.day, local!week: fv!item.name, local!taskProdutionList: index( ri!taskProdutionList, where( a!forEach( items: ri!taskProdutionList, expression: if( ri!selectedDateRange = cons!INO_DATE_RANGE_16_WEEK, and(todate(fv!item.weekDate) = todate(local!week))
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.