-
Recently active
I have all admin rights. On process modeler if I try to edit any node on "edit process view" I only have the "node properties" option. If I try the same with other user I can edit it with no problem. I tried on incognito mode, clearing cookies, different computer, change to basic and again to admin rights... I can only solve the problem creating a new user... but that would not be the right things. Any suggestions?
What does memory used % represents in the Appian cloud support site? We have 3 servers in prod and one of them is having around 68% memory used. But in Appian health check report, its showing as 1500MB which we are assuming its pointing to RAM. If only roughly 2gb is occupied by instances, what does the remaining memory is taken up by? We have 75 gb ROM memory for each server and 32gb memory for RAM. Any insights will be helpful
Hi Community, I am considering installing Appian in Self-Managed environments (AWS/Azure/GCP) instead of using Appian Cloud. I would like to know which features are not available in Self-Managed environments. I have learned that AI capabilities, Process HQ, and Portals cannot be used in Self-Managed environments. However, are there any other features or functionalities that are also unavailable or restricted compared to Appian Cloud? I would appreciate any insights or official references regarding the limitations of installing Appian on AWS, Azure, or other cloud providers. Thank you in advance for your help!
According to functionality whenever someone initiate the process then we have schedule work order task in which we need to provide the issues with the property and assigned them to the vendors/technisians,After scheduling the work order if your price is above then 500 then that task goes for approvals(We have to completed 5 approvals to pass that task to the vendor). But in task report when i assigned the task for approvals then it is showing list of taskassignees name but according to my requirements i need to show group name. So i have created a condition as per the task, but my question is can we add this below code in the task report or not. a!localVariables( local!getScope: rule!TSW_getScopeByID(SCOPE_ID), if( index(local!getScope, "Status", {}) = "Approvals", a!match( value: rule!MP_getRequiredApprovalLevelByProjectTypeNID(SCOPE_ID), equals: cons!TMP_APPROVAL_ROLE_LIST[2], then: cons!TMP_APPROVAL_ROLE_LIST[2], equals: cons!TMP_APPROVAL_ROLE_L
Hi All, I have two APIs right now. POST webAPI and GET Webapi. --POST API is taking two query params as input, doing a start process and returning some url in its body. --In GET Api i want to fetch that url from POST APIs body. How can I pass the params to POST Api from my GET API to fetch the url as response in GET API? Here is my current implementation in GET API: a!localVariables( local!httpRequestBody:http!request.queryParameters, local!FormId: if( rule!GEN_IsNull(local!httpRequestBody), null, local!httpRequestBody.FormId ), local!formToLaunchParameters_txt: if( rule!GEN_IsNull(local!httpRequestBody), null, local!httpRequestBody.formToLaunchParameters_txt ), if( or( rule!GEN_IsNull(local!FormId), rule!GEN_IsNull(local!formToLaunchParameters_txt) ), a!httpResponse( statusCode: 500, headers: a!httpHeader( name:"Content-Type", value:"application/json" ), body:a!toJson( {
Hello, I'm facing an issue while exporting the package, it's showing as in progress since a long time, Has anyone encountered the same issue before? pls let me know. The package has a single object to export. Thank You!!
Hi Team, Appian seems down for me https://us.appian.community/ Getting below maintenance Page, would be helpful if you can help ETA for restoration
Hi everyone,I’m signed up to the Appian feed on Sprout Social https://advocacy.sproutsocial.com/feed (formerly Bambu). It’s been a great source for Appian articles. However, I have no idea how I signed up originally and no idea how to have a colleague of mine sign up as well. In my personal settings I'm not an admin, team lead, or anything like that.Please could someone assist in the steps to have a colleague of mine sign up, so that they too can access the Appian feed on Sprout Social? Or is as simple as creating a Sprout Social account and searching for Appian?Many thanks.
log file name where all user data exist which contains when user got created and deactivated.
How to get an Active and Inactive users in appian .. also what was the time when they got deactivated.
Hi Team, I am trying to generate the excel with 100 columns in the same sheet. Since there is a limit of 50 columns per sheet I am trying to use the same service two times so that I can generate the required columns. But the issue is it is either generating the remaining 50 columns in the separate sheet or replacing the first 50 columns with the second 50 columns. Is there a way where i can generate all the columns in a single sheet? Thanks
It has been a missunderstood because I scheduled the exam for today 12 AM but in my country 12 AM means at the morning, not at the evening so my boucher is no longer valid to take the exam anymore. Do you know if is there any solution to reschedule the exam to another day with the same boucher? Right now, the state of my exam is "Not show" and is not longer valid. Thanks in advance.
im executing a process that is returning this i dont understand why there is a comma before the result of the map which is returning errors in other nodes how can i fix this?
Hi All, For any reason I can't imagine, if you run this instruction in a rule; fn!extract("<a>some text</a>","<a>","</a>") you will get {"some text"} as a result, which is what I expected. But if you run this one fn!extract("<p>some text</p>","<p>","</p>") you get nothing as result. Another example of this strange behaviour: fn!extract("<l>some text</l>","<",">") returns {"l","/l"}, which is fine fn!extract("<p>some text</p>","<",">") returns nothing, which is inexplicably to me Any idea on why is that happenning?. I've tested that on Appian v25.1 Regards!
We used type! to create local constants in case of CDT, but is there something similar for record types?
I have requirement to export a view to excel such that one of the fields (request ID) should be having a hyperLink to Appian record. Data to be exported is stored in a view. How can I achieve this in Appian? Note: We need to send the exported excel via email every week. Thanks in Advance.
Hi All I am working on version 24.3! My scenario is, in the SITE provided to the users there is an Active Tasks page where user is shown the tasks as a link. On clicking the link; at the backend we have used a!startProcessLink() to start the appropriate Process Model with the required parameters. We send a customised mail to user using Send E-mail smart service whenever a task gets assigned to them. The user wants the functionality that in that customised email, a link is provided for the task such that on clicking the link a task gets opened just like it gets opened from the SITE. I understand that a!startProcessLink() actually returns a Reaction Tree which Appian internally reads when we call the a!startProcessLink(). Wanted to check is there a way to handle the same scenario from the email such that on clicking the link in the email; the corresponding process gets started in Appian just like it happens from the SITE. Thanks in advance!!
So I want to be able for the user to add hyphens into their phone number(s) when entered into a form I have. Whenever I add hyphens to the phone number field it pushes the hyphens to the very front for some reason, like this but I want it to stay like this Here's my code a!textField( label: "Contractor's Phone Number", labelPosition: "ABOVE", value: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{f2502f28-185b-4cdb-87eb-56e09d28d249}conphoneNum'], saveInto: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{f2502f28-185b-4cdb-87eb-56e09d28d249}conphoneNum'], refreshAfter: "UNFOCUS", required: true, characterLimit: 12, validations: {} )
todate function subtracting date with day minus one day
We are importing the SCIM User Management application provided by Appian on the market place: [mention:f8e98d7fbd7245cbb0e4083fc4357870:f7d226abd59f475c9d224a79e3f0ec07] The locale for that application is en_US. The locale for our Appian server is GB. We get the following error when trying to import: Problems (1):processModel 0002e9c5-4ae7-8000-558d-3a4d983a4d98 "{en_US=SCIM Deactivate User}": An error occurred while creating processModel [uuid=0002e9c5-4ae7-8000-558d-3a4d983a4d98]: com.appiancorp.process.validation.ValidationException: Process Model is not valid. The process model must have a valid name in the site primary language: English (GB). (APNX-1-4071-007) How are we suppose to import applications if they are for a different locale? Thanks
Hi I have parent process and a Subprocess "waiting queue". this sub process is configured as a MNI with configuration to "Move on after all instances are done". However, after each instance of sub process is executed the node following the MNI is executed and its not waiting for all instances of MNI to finish. Please have a look at the implementation below and let me know if anything is incorrect?
Hi Team, has anyone Integrated Appian with Jira ?
In Case Management Studio, tasks can be routed based on decision in decision type tasks and using dependent. But I want to trigger/route from one task to other based on case field data. For example, if there is a case data field named "Amount", then I would like to route tasks based on the value of Amount filed. Is there any way to do this?
Hi, I have a subprocess, "waiting queue" ( which contains all automated nodes). This subprocess is configured to execute as MNI - Synchronously, with configuration "Move on when all instances are done" However, after each instance of this MNI is executed, the Node following the MNI Sub process is executed i.e. the node following MNI is executed as many number of times as the MNI instances. I want to wait till all instances of MNI is executed before moving forward. How to achieve it PFB screenshots
Hi team, I have a grid from view and have record actions for time1, time 2, time 10 etc columns , so user can interact with the columns. now when we click on record action , i want to send input to the popup screen that time 1 is clicked. time1 to time 10 imagine "07:30" and more id name time 1 time 2 time 3 time5 time 10 1 abd recordAction recordAction recordAction recordAction recordAction 2 bcd recordAction recordAction recordAction recordAction recordAction
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.