-
Recently active
List of Dictionary - 3 items Dictionary icon:"arrow-circle-o-left"(Text) action:26(Number (Integer)) Dictionary icon:"sitemap"(Text) action:25(Number (Integer)) Dictionary icon:"check-circle-o"(Text) action:28(Number (Integer)) As i want to remove second item from dictionary what should i do
Hi All, I have a scenario where i am getting details in a recordtype which is multiple. Now i have to subsitute the record field value at a specific index of a recordtyep in interface. Is that possible as i am not seeing any option to index it.
Can data about process and user task metrics be accessed directly from Appian servers without using Task Reports and its functions like total_work_time(), task_avg_completion()...? Thanks!
I am a Designer and I use Appin Designer to present interfaces to my team and get feedback. I need a way to record and store their comments somewhere in Appian Designer so I can go through them after our sessions and make the changes that were decided. Is there any comment function in Appian that I could use for this purpose? Thank you!
We are using a!iconIndicator to display icons such as happy_face, sad_face etc in our dashboard. We are able to see those icons in lower environment. But we are not able to view the same in prod. Anyone know what is the reason for this behaviour? Lower environment Prod
I have a requirement to sort few columns in a paging grid in A to Z & Z to A. Issue :Sorting is working as expected how ever, When we click on a specific column to sort then NULL data record that is showing on top of the list then followed by A to Z records. Is there any possibility to show A to Z & Z to A first and a the end of the grid just to show record which has null column. Note: Grid is populated using record(a!recordData)
We are using Appian cloud for our application. Our application is retiring and all the clients are offboarded , However we want to take backup of our ARCHIVED processes. Please let me know the process to take backup of ARCHIVED processes. The business people want to store it for future reference.
Hi All, Is Spell check is possible in Appian? Regards,Sandeep
Hi all! On the Appian cloud environment, a process stopped working correctly, even though there were no changes to the process model. A change happened on the environment however, database encryption was enabled. Please suggest how to resolve the error. Error happens on the Deactivate User smart service, no details in the error. The node is being run with administrator rights (the whole lane is). This is from the tomcat-stdout.log 2023-12-05 01:07:32,459 [ajp-nio-0.0.0.0-8009-exec-58] ERROR com.appiancorp.process.runtime.activities.DeactivateUserActivity - There was an error when trying to deactivate the user [USERNAME].org.redisson.client.RedisException: Unexpected exception while processing command at org.redisson.command.CommandAsyncService.convertException(CommandAsyncService.java:299) at org.redisson.command.CommandAsyncService.get(CommandAsyncService.java:116) at org.redisson.RedissonObject.get(RedissonObject.java:90) at org.redisson.RedissonMap.scanKeyIterator(Redi
Can we customize the settings? Like remove the settings for Password, Third-Party Credentials, Email Notifications, Mobile Notifications, and Accessibility? Can we also add more settings on the General tab?
Hi I am getting this error for checkbox Expression evaluation error [evaluation ID = IGMIN] in rule 'gai_managegeneraladdnlinfo' at function a!checkboxField [line 19]: A checkbox component [label=""] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was false and choiceValues was true. ri!projectInfo.column is boolean type where i am saving this value how can i fix this? i have attached my code a!checkboxField( choiceLabels: " Check here if you are a non-profit organization", choiceValues: true(), value: ri!projectInfo['recordType!{ba1b9bf5-818d-401c-b540-67788e6d7d2d}GAI Application Project Info.fields.{3f6f4ef6-3667-485b-86f3-6519b03d80a2}isNonProfit'], saveInto: ri!projectInfo['recordType!{ba1b9bf5-818d-401c-b540-67788e6d7d2d}GAI Application Project Info.fields.{3f6f4ef6-3667-485b-86f3-6519b03d80a2}isNonProfit']
Does anyone else use multiple monitors when developing Appian applications? How do you utilize them? Would love for Appian to have a "dock / undock" feature where you could put the expression editor on one screen and the preview on another.
Hi, i did the exam in september 2022 and i didnt completed any realeased showcases. my cerificate is now inactive. what should i do? if i now look into them will the certificate active?
Hi, I configured the sign-in Page with one link which was initially not showing on the sign-in page. But when I removed the link from the Sign In page it started showing in the login screen. Can anyone suggest how to remove the link? Screenshot of no links configured Screenshot of the link showing on the login screen
Hi All, We have given our client to add notes up to 10000 char. It is getting saved in DB as well, But when querying from Record it returns only 4000 char. I need help here to overcome this limitation. It's Urgent!!! Thanks in advance.
Hii, PARENT PROCESS Subprocess After filling the User input task in this parent process it goes to Subprocess, In the Subprocess I have another user input task(Enabled Activity Chain), After filling the UserInput Task in SubProcess and Submitted, again this Parent Process is started as new one. Note: In the UserInput Task of Subprocess I have a start process link which helps me to fill another form inside the userinput task of Subprocess. Submission of StartProcessLink UI lead me to create this New parent process
I have a column layout (shown below with dividers) with text fields with adjacent labels. I need this column layout to be more narrow, but when I make it more narrow, it tries to preserve the spacing to the left of the text field labels and shrinks the text field values. I want the opposite. I need to reduce the blank space to the left labels and keep the size of the text fields. How can I get rid of the wasted blank space on the left?
Hi Team,I have a constant which holds array of data store entities, In a interface I need names of those entities from constant.for example: cons!xyz is my constant, if I just simply use this in interface I'm getting something like this(internal representation) [Data Store Entity:"29c9c1bd-6809-486b-8da1-f993cd872bbc@867691"] [Data Store Entity:"95bb55be-5347-4ea3-9713-b78870bbf7e3@867691"]instead is there any way to get name of those entities like "employee","education" ,something like that.Thanks in advance [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
I want to refer to the information on the right when filling out the form on the left. I want a new page to be displayed on the same interface when I click the product name on the right. How can I achieve this operation?
We are using an editable grid, we have a requirement where we need to display a textbox when a particular value (Other) is selected from the multi dropdown list other wise it should not display textbox. Please find the attached screenshot for requirement reference.
a!dropdownField( label: "Deposit Amount", labelPosition: "ABOVE", placeholder: "--- Select ---", choiceLabels: a!forEach( items: rule!CD_QE_Get_Amounts().data, expression: fv!item.amountFrom & " - " & fv!item.amountTo ), choiceValues:a!forEach( items: rule!CD_QE_Get_Amounts().data, expression: fv!item.amountFrom & " - " & fv!item.amountTo ), value: {local!DBben.Amount}, saveInto: {local!DBben.Amount}, searchDisplay: "AUTO", required: true, validations: {} ) Hello All, I am facing this error "has an invalid value for "value". All selected values must be present in the choiceValues array, but value was -∞ and choiceValues was 100000 - 500000; 500001 - 1000000; 1000001 - 2000000;" any advice ?
Hello, The categories of column char showing one 1st at its index. The column chart is as follows: series: local!columnSeries:a!forEach( items:local!months, expression: a!localVariables( a!chartSeries( label: fv!item, data: a!localVariables( local!count_usage:where(local!months=cast(typeof(local!months), fv!item), 0), if( length(local!count_usage)=0, 0, index(index(local!localCbProcessess.data, "id_count", {}), local!count_usage, 0) ) ) ) ) ) Column Chart field: a!columnChartField( categories: local!months, series: local!columnSeries, xAxisTitle: "Months", yAxisTitle: "Usage", stacking: "NONE", colorScheme: "CLASSIC" ) categories data sanp: the chart is not sho
How to populate a dropdown list of years between 1990 to 2023 using enumerate function
I have a process model that has multiple sub processes for a project. Each sub-process references the project name that was created at the beginning of the process. The project name is retrieved by calling a rule that then saves to a process variable. At a sub-process further down the life-cycle, there is a user task (a) and the process is waiting for the user to complete the task. Outside of this process model, anyone can go and update the project name. The name is then updated in the database. My issue is that at this point (a) while waiting for the user task, the project name is not being updated even though the database has a new name and the process variable being reference is calling a rule to get the project name. All further sub-processes after (a) gets the updated project name. Only at (a) where the task was waiting to be completed when the name change occured, is not updated. Does anyone have any idea of how to resolve this?
We are experiencing an intermittent problem with Send Email node in a process. On the front end, the error is 'Failed to send email'. On the stdout log, it is stated that the error is caused by: 'jakarta.mail.AuthenticationFailedException: 535 Incorrect authentication data - https://community.mimecast.com/docs/DOC-1369#535'. According to the given Mimecast web-page, error 535 is due to 'Incorrect authentication data'. The sender and receiver in this instance was the same as multiple other instances in the same day, which worked as expected, with email going out and being received successfully. Any ideas? Thanks for taking the time to consider this.
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.