-
Recently active
what happens if i cancel the exam? will i get full amount what i have paid??
Hello! I am using docx dynamic plug in and when I was passing white spaces it was throwing errors, so I did some research and replaced all the spaces with " " but now I am getting this error The entity "nbsp" was referenced, but not declared. Can anyone guide me please ? Thanks
Hi All, I am starting a process from a report dashboard and I have a requirement to refresh my dashboard based on process result. But while using start process link I am not able to refresh my dashboard. Any suggestions/Solution would be really appreciated. Thanks in advance
The documentation in the frequently asked questions for the certification exams does not say what a passing score is for the exam. It also says that there will be matching and other types of questions other than multiple choice, but none of them are available on the practice exam. Is the practice exam old? What is the passing score? Can we expect updates to the exam practice test any time soon? I don't want to pay the fee for a test I haven't been able to practice for.
Hi Folks, I have a use case, say I have editable grid with 2 columns column 1 and column 2, user should see existing data in read-only format and when ever user clicks on add new row link in the grid, new row should be appended to existing list and editable. Consider I have below table structure is similar to my use case Column 1 Column 2 Check box Key1 Value1 Key1 Value2 Key1 Value3 Key2 Value4 Key3 Value5 Key4 Value6 In the above table Key1 has there different values, user should have a option to decide which value should be returned out/ mapped to that key1, to achieve this I have enabled section option in editable gird. When I do check on one row to map default value for key1, all the rows were selecting by default though only one should have been selected. Can anyone suggest me how to achieve selection in editable grid?What would be the reason for selecting all rows instead of only one row in above scenario? Thanks in advance [emoticon:c4563c
Team, We have list of users in array , we want to know there direct group names which they belongs too. Regards, Gaurav
Hi all, In our current project, we are discussing the use of a wizard-style form versus a single interface form; however, the form will need to support offline functionality. Will we be able to use a wizard-style form offline, where each navigation action saves the form's data or is that too far outside of the current offline functionality? Thank you, Jacob Benjamin
Hi All, In recent day, i encounter a weird issue. I am in a stage of Go-Live in my project. From couple of day back my credentials, has stopped working. I am not able to login in Dev and Test evnironment. whenever i try to login i get "The username/password entered is invalid. Usernames and passwords are case sensitive.". I reset my password from Admin console and try to login with the temperory password i get the same message ""The username/password entered is invalid. Usernames and passwords are case sensitive.". I did forget password and got password reset link in my email, when i click that it say "Your Link Has Expired". I created new account but still same result with that. Kindly help me here.
Hi guys, been facing this issue on our DEV environment for a couple of weeks now. When trying to reset the passwords for certain accounts via the admin console we're getting the following error: An Error Has Occurred Expression evaluation error [evaluation ID = 89ca3:c4826]: An error occurred while attempting to store into the following variables: [local!passwordResetWriter]. Details: [[local!passwordResetWriter:The user [test.account] does not have sufficient privileges to perform the requested action because they are not in any role.]] When trying to reset the password via the "Forgot Password" link, we're seeing the following: ERROR com.appiancorp.security.auth.forgotpassword.ForgotPasswordRequestServlet - Unexpected exception when processing password reset request. com.appiancorp.security.authz.AuthorizationException: The user [test.account] does not have sufficient privileges to perform the requested action because they are not in any role. (APNX-1-4188-001
I'm trying to load my developer course and the page is extremely slow. It wouldn't load. Anyone else experiencing a similar issue? All other webpages load perfectly fine, including this discussion forum as well.
Hi, I have to pass 10 digit number in the rule input, how to replace first 5 digit number with * and remaining 5 digit will same ?
Hi, New to Appian! I have a query filter rule: a!queryEntity( entity: cons!PINBuddy_DSE_Wizard, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "particpaitUpdateCutOffDate", operator: "
I have 2 page/interface say A,B,C,D. Each page has 3 items. Am able to store the value of items in CDT(Array). My doubt is Suppose I have selected 2 items from each page and want to display the value of items in page 3. How to achieve it. Thanks.
Hi, I have this code where if the index points are not returned, it should return the default value. But instead it returns empty data. How do I make sure that the default value is returned a!localVariables( local!address1: {{id:1},{id:2}}, local!mdmAddress:{{id:5,name:"abc"},{id:3,name:"pqr"}}, index(local!mdmAddress, wherecontains(local!address1.id,local!mdmAddress.id),"Hello" ) )
We need a simple way to migrate a large number of documents from our Appian-based APS application to a non-Appian application. To do so, we need a way to attach metadata to the physical files that reside on the application server, under accdocs. We can obtain the following information regarding a document in Appian: Document Name: sf1449 Document ID: 59834 File Type: TXT Parent Folder: All Objects > APS Community > Contract Documents > Contract CORFD-21-C-0001 > Attachments Parent Knowledge Center: All Objects > APS Community > Contract Documents > Contract CORFD-21-C-0001 Parent Knowledge Center ID: 59680 Using the Parent Knowledge Center ID, 59680, we can find the folder on the application server where the document is stored. Folder on Application Server: /app/APS/_admin/accdocs1/59680 By going to the application server and visually inspecting and/or downloading a
HI. We have a requirement for an unfinished task to send out a reminder email 3 days starting, followed by every day. I have done this with an escalation containing an alert with a timer set to start after 3 days, then reoccur daily. However we have an extra requirement to only send these emails out on work days. Do any of you have any recommendations on how you would solve this problem?
Hi all, I'm unable to execute the Appian RPA, I was trying to create Bot using selenium, once its execute it should open link.
Hi there, As far as I know, it is only possible to use a Single Sign On mechanism with Appian using SAML but one of our clients requires to use OAuth2 tokens instead of SAML. Is that possible? Thanks a lot
Hello, I have a record table and a nested funding type table. The record has typical information but I normalized the database to have some sections in their own tables and nested them according to documentation. For the drop down, the choices are populated by a expression rule that grabs the names of the funding types. I then have a index on the front end {index(rule!RP_GETfundDropDown().data, "fundTypeName", null)} grabbing the names. I then added the primary key of the fundtype table as well and listed those as the choice values. The goal was that I would just need to insert the id of the funding type into the record record type and it would be a reference fk. Instead, it is requiring the whole array of objects. See image. I am not entirely sure what I am doing wrong or why its expecting me to pass the whole row when it's referenced as a fk. Get_FundType a!queryEntity( entity: cons!FundTypeNames, query: a!query( selection: a!querySelection( columns: {
Hi, I am trying to re do the excercise of vehicle fleet management from the Appian developer course and i am also doing a project on my own.In both cases in community edition,the supervisor tasks page does not display ,the assigned,completed or Accepted tasks ,duw to which i cant connect the supervisor approval form interface in the site. Could you please help me with it?
Hi all, I have used the "Send E-Mail" smart service to send emails with attachments in my process model. I got the error "Failed to send Email" in a process that errored out at the node "Send Email". When I analyzed the file size I found that one of my attachments had a file size of approximately 61 MB. What is the maximum file size allowed in Appian "Send E-Mail" smart service for attachments? Thanks in advance.
Hi All, Suppose I have a rule input of type doc or folder, I need to perform a check whether the passed data is actually a doc or folder. Any idea on how to implement this? The same goes with the case of User or group. Have tried using typeof() but it doesn't work for me.
Hi,We want to know the integration_uuid for every integration object. Is there any possibility to know the associated integration_uuid's for every integration object?We knew from integration_details.csv file contains calling integration_uuid's and if we copy the integration_uuid and search in object tab in appian it will give the object name with other details.So, our basic question is from object name it's possible to know the integration_uuid? Thank you,Nandakishore.
Please, in what document folder is the best practice for saving Process Report in ?
This is the error message I receive when attempting the "user" function not the a!user function: The user function does not have a domain prefix....
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.