-
Recently active
Hello Everyone, I want to check the current license status of our Appian environment. Is there a page to manage licensing? Thanks, Chaitanya
A task within a process for which you are an administrator requires your attention. The task currently has no valid assignees and will not be completed without intervention. Please click the link below to go to the task and reassign it to another user or a group with members.Priority: Normal Even though the task is assigned initiator. I am getting this error. Any suggestion on this?
Due to resetting one of my colleague's phone, he lost the Google Appian authenticator! Is there any way to reconnect with the Authenticator?
Hi, for the log transmission through AWS private link it says that I should have an Advanced account in Appian. Can anyone tell me the steps to get the Advanced account?
Hello, we take data from Active Directory(AD). We use the "LDAP User Profile Synchronization" node to synch data from AD to Appian. We have a requirement to consider email based on the below condition. "If CallingCardNumber = Migrated then consider the value from mail attribute or else consider value from PrimaryEmail attribute". How can I add a condition in this "LDAP User Profile Synchronization" node's "User Email" field? Thanks in advance. Jigna
which type of record is best to use in appian? and in which scenario we should use entity backed record, process backed record and service backed record?
Can some one suggest on this please. Thanks.
HI, I'm adding a new SAML configuration for Okta and to save it I have to make a successfull verification before. The problem is we fail to establish the connection so the Test return false. When the user tried it has the error below : "Authentication was unsucessfull Reason : the user tested with was invalid" Nevertheless, the user connected is a valid user of the Appian application (and is system Admin). Regarding the Tomcat logs, I see this error : 2023-06-22 10:18:13,730 [http-nio-8080-exec-1535] ERROR com.appiancorp.security.auth.saml.SamlTestServlet - Error occurred during SAML authentication test: Invalid Username com.appiancorp.security.auth.saml.exception.InvalidAppianUserException: Invalid Username at com.appiancorp.security.auth.saml.SamlAuthenticator.getAppianUserProfile(SamlAuthenticator.java:100) at com.appiancorp.security.auth.saml.SamlAuthenticator.authenticateUser(SamlAuthenticator.java:54) at com.appiancorp.security.auth.saml.SamlTestValidator.valida
Hi Team, I created an Appian account on June 26th, I requested for Community edition site. when can I expect the Site? Regards, Chandra
Hi,Is Maintenance window in Admin console activation and deactivation records any logs?if so can anyone let me know the location to find the maintenance window logs? We would like to know who and when made this maintenance window changes. Thanks,Venu.
Hi everyone, I would like to know the following thing for my process: I have a record where data is put, including users taken from a group defined inside Appian. I would like each user, when he logs into the site where this record is displayed, to see only the row corresponding to his username. For example, as in attachment below, if the operator "Canelli" log in the site, is capable to see all the rows of the site with its name and not the other rows, so only the rows with ID 6 and 14. If Piemonte log into the same site, he's capable to see only the 8th and the 9th rows and so on. is it possible to do this? I enclose an example of a view of the site in question. Many thanks in advance.
Hi, I am working on a date validation, where I want the date format based on various user locale to be converted into a common date format "dd/MM/yyyy". I am using "datetext()" function and it gets converted into the desired format whenever I tried to enter the value based on the user's calender format. But whenever I tried for other test scenarios, it fails. For example: If I enter date as "dd.MM.yyyy" in the expression of the test inputs, then in the value of the test input, I don't get the entered date in the desired format("dd/MM/yyyy") . I need every date formats of the various user locales to be converted into "dd/MM/yyyy". Please provide some suggestions. Thank you.
I would like to give users only the URL of the site and want them to use only the site. In that case, is it possible for users (site users) to use Tempo's news function? The purpose is to use the news function to communicate between users.
Does Appian's mail function support the exchange of messages between users?Also, if it is not supported, is there a function that can exchange messages?
Hi, I am looking for how to read the historical logout file which is in logout-audit.csv.2022-10-03.gz format. Is there any plugin or any specific function for that?
I can able to generate multiple groups &can able to store multiple groups in DB, but multiple id's are not getting generated. How can I generate ID's that need to store in DB using MNI?
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.
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?
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
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))
Setting up a new dev app on Appian Community Edition. Connecting to MySQL cloud database. Receiving "Test Failed" error while trying to create MySQL Data Source as Connected System. Able to connect to the database in question via phpMyAdmin over browser. Thoughts? Thanks.
Hi, I'm using v22.4 of Cucumber for Appian and am trying to make sense of the following entry in the CheatSheet.feature file: # Used as relative datetime for date/time fields: Given I set start datetime Is there a way to dynamically set the date and then use as input in dd/mm/yyyy string format? I'm struggling to find any good documentation on this. Thanks, Paul
I've raised these issues to Appian in a support email, and no response was returned, and I have not seen any improvement in the problem in the year since. I've spotted two major issues with the Appian automation framework, which are just lousy coding and must be resolved. Problem 1: The Tear Down Method Currently Appian introduces the teardown method as a step in your feature file. This is a problem for two reasons. 1. Ending the test execution early will never reach the teardown method. 2. A test that fails before it reaches the teardown method will not be adequately torn down. Impact: When you do not tear down the Chrome or Ghecko driver, you have two major issues, one minor annoyance and the other more significant. First, the browser will not close. If you run the test ten times, you will have ten browsers open. This alone may not be a big deal since you can close them, but the bigger problem is that the Chrome driver instance will still be alive in your processe
Hi, I actually wanted to know if is there a way to track the no of users logging into the project in real-time in Appian?
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.