-
Recently active
Hi i need to fetch the group name provided in the DB as Groupid.
Hi, I'm just getting started with learning Appian. Was trying to create a recordtype from scratch with v25.1 community edition. But, dont see an option to do so Can someone please help?
We have an Appian sandbox server for training on our on-premise Appian servers, and we're facing an issue with component plug-in approval verification failing. When attempting to add a newly developed component, can you advise on how to bypass this process? We are using our on-premise servers and do not plan to upload these components to the Appian Market.
Hello, I'm trying to generate document from XML code. I have already seen many of the community posts, I followed the same pattern to generate doc using xml code, but I'm getting an error, says that syntax error in template. Please let me know what i have done wrong here. ERROR:"Syntax error in template ""fr.opensagres.xdocreport.document.docx.DocxReport@6c1fb8c6!word/document.xml"" in line 4, column 4957:" & fn!char(10) & "Encountered ""name"", but was expecting one of these patterns:" & fn!char(10) & " "".""" & fn!char(10) & " ""..""" & fn!char(10) & " <DOT_DOT_LESS>" & fn!char(10) & " ""..*""" & fn!char(10) & " ""?""" & fn!char(10) & " ""??""" & fn!char(10) & " ""!""
Hi All, I am using gridPlusLayout , i want to know how can we put validation on columnConfigs. 1.Like if want to put validation for null or empty. 2. the second concern is when i am editing a field after made changes it save data into separate variable, but every time when we load grid it by default creates a null empty row and add that row also in save data variable. so when i am saving that record in record type it thorw error because a null type or row is also adding into save data variable. It works fine when we manually remove that data from grid but when we don't remove that causes error. So how to handle this situation.
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?
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"></head><body> <pre></pre> <script> document.body.insertAdjacentHTML('afterbegin', "Dinesh"); </script></body></html>if i use the script inside double quotes the script not working
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
- Use a subprocess. - Call a web API. - Use a!recordActionItem(). - Use a Start Process smart service. - Run a!startProcess() from a script task. Thanks
Hi Experts, Please help me to resolve my issue. I want to convert the following data returned in "Text" format into a list of dictionary/map and afterwards map these fields to a CDT. { "IPAddress": "111.101.1111.11", "StartDate": "2024/06/26", "StartTime": "23:24:49", "StartTimezone": "UTC", "EndDate": "2024/06/28", "EndTime": "17:38:12", "EndTimezone": "UTC" }& { "IPAddress": "111.111.1101.11", "StartDate": "2024/07/02", "StartTime": "02:52:07", "StartTimezone": "UTC" }& { "IPAddress": "111.111.1110.11", "StartDate": "2024/07/07", "StartTime": "18:10:37", "StartTimezone": "UTC", "EndDate": "2024/07/09", "EndTime": "03:50:30", "
Hi team, The requirement is to display a pie chart in the dashboard. For the pie chart, I am using a card layout. Inside that, I am calling the KPI interface. The KPI interface has a side-by-side layout at the top and KPI and side-by-side layout at the bottom. I want to use only KPI size medium and card layout size tall_plus, but with this combination, I am getting a scroll. Is there any way to compress the height of the KPI using any other component?
Hi team,Scenario - There are many table for our application and all of these tables have there respective Appian records. Now, if someone adds unique key constraint to any of the column on any table then we also need to re-map column on the respective records. Ask - Is there any direct way to generate a summary report to fetch all the records whose mapping of columns is breaking/ where we need to remap the columns in our record.
Hi Everyone, I am facing an issue with the "Import Excel to Database" plugin. When reading the Excel file from the mail poller, it is not loading into the staging table. However, if we copy the same file to the local system, open it, and save it again, the data is successfully loaded into the staging table. Upon reviewing the system logs, I found the following error: [Senario:File was not ingested scenario]. 09:08:21.599 [Appian Work Item - 191302 - WorkID 79 - execution01 - process 268462146 - model 172 : ExpressionGroupRequest] ERROR com.vuram.plugins.documentencrypt.CheckDocumentEncryptionUtil - Unable to process document Any Ideas would be appritiated. Thanks in Advance!
Hi - I want to add a new user as Basic user who should be able to see Appian Designer only with specific Application let say "ABA" - nothing else in designer. How to achieve this? I created a user and added to designer which is added that person to Database and other groups as well which i don't want. I want that user to be administrator of the specific Application "ABA" Please guide how to achieve this? Documentation is very high level, and self-paced training is not helpful.
While invoking a POST webAPI from Postman, I am getting error as below: "Unable to get Issuer certificate" . Authentication used here API-Key. Passing as Header: Appian-Api-Key What can be possible reasons?
Hi, I have a process model with a user task. user task has a Rich text editor, where user uploads the images but leaves the form without submission. Issue is, how to delete the uploaded images/documents based on timer - 1hr. I have tried exception flow on UIT, but the user enter docs data/Ids are not received into process var. Is there a way to get the document IDs by using process instance Id? Thanks, Keerthi
Hi, I am new to Appian and I'm having the following error when building my application. I'm trying to configure the rule inputs but the message "Invalid index: Cannot index property 'relationships' of type Text into Type RecordType. I'll attach a screencapture. Thank you in advance for your help.
Hi, im new in appian. I create a get api integration which recieve multiple lists those lists recive another ones. Also i create a expression rule to parse this information with my CDT. On my forms i call this rule and it works with text information but not with lists. This is my interface: This is my rule expression: This is my CDT:
Background: This issue is only happening in our three environments (DEV). Issue: When using an a!documentImage field inside a!imageField, the image only displays if the sit is set to 'FIT'. It is not displaying for any other size setting (including null). In the following code, the interface is only displaying the image where the size is set to 'FIT':{ a!imageField( label: "Image", labelPosition: "ABOVE", images: { a!documentImage(document: a!EXAMPLE_DOCUMENT_IMAGE()) }, size: "MEDIUM", isThumbnail: false, style: "STANDARD" ), a!sectionLayout( contents: { a!imageField( images: { a!documentImage( document: cons!G_FILETYPE_ICON_IMG_SMALL ) }, showWhen: true, size: "FIT" ) } ), a!sectionLayout( contents: { a!imageField( label: "Image Field Example", images: { a!documentImage( document: a!iconNewsEvent(icon: "HAMMER", color: "BLUE") ), a!documentImage( document: a!iconNewsEvent(icon:
I want to add searchable filters in a recordtype, is there anyway to achieve this? For example, i have made a custom filter below which calls DB & gets the productionUnitCode upto 15 & then i can select multiple in it. I want same thing with record filter rather than custom making it.
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
Do we have any function to sort an array of type integers in Ascending or Descending order (except a!sortInfo(), which did not help)? For instance: I have an Array {1, 4, 6, 8, 5, 3} & I want to sort it in Ascending. So the O/P will be {1, 3, 4, 5, 6, 8} Thanks in advance!
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( {
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.