-
Recently active
Hello!We are attempting to create a read only grid which will allow the users to export to excel (so data must be a record type) to filter the relevant data into groupings we have an expression rule however the outputs will need to be pivoted to display in a way that is readable/logical on the grid Data from rule example-raisedBy: Username1Status: CompleteCount item: 2Level:1raisedBy: Username 1Status: CompleteCount item: 3Level: 2We would want to display this data pivioted i.e. RaisedBy Status Level:1 Level: 2Username1 Complete
Hi All,I am trying to access the system logs(design_errors.csv) in production. For myself and another user, we are seeing same version of that particular file. For another user, we can see more details in that particular file. And also I can see that for that particular file, the logging has stopped at 14th August. We had some latest errors for which we are getting error mails as per latest appian upgrades. But those errors are not present in that file. Not able to understand this behavior. Any insights on this?
Could you please help me to find out the correct answer for this question?
Hi Team, What steps do we need to follow when we release the package to higher enviroment for a Data store. Do we need to deploy the package to includin the data store to the higher environment or do we need to add the entities to the data store after deployment?
Hello, we need to receive mails from *.appiancloud.com. I noticed that the appiancloud.com MX server has a very small set of supported cipher suites. Just 4 of them, TLS 1.2 only. No TLS 1.3 support. The receiving end requires TLS 1.2 or TLS 1.3 with supporting suites: Supported Server Cipher(s):Preferred TLSv1.3 256 bits TLS_AES_256_GCM_SHA384 Curve P-384 DHE 384Accepted TLSv1.3 256 bits TLS_CHACHA20_POLY1305_SHA256 Curve P-384 DHE 384Accepted TLSv1.3 128 bits TLS_AES_128_GCM_SHA256 Curve P-384 DHE 384Preferred TLSv1.2 256 bits ECDHE-ECDSA-AES256-GCM-SHA384 Curve P-384 DHE 384Accepted TLSv1.2 256 bits ECDHE-ECDSA-CHACHA20-POLY1305 Curve P-384 DHE 384Accepted TLSv1.2 128 bits ECDHE-ECDSA-AES128-GCM-SHA256 Curve P-384 DHE 384 Server Key Exchange Group(s):TLSv1.3 192 bits secp384r
If a process model initially consumes around 30,000+ AMU during its execution and then reduces to 30 AMU upon completion, will the 30,000+ AMU memory be released from RAM once the process instance is completed?
Hello, I am no longer able to save and publish process models. Where should I be looking to verify that I have permissions to do so? I am in groups with process administrator level access to the process models. This issue is across all process models in my environment across different applications. Thank you, Nick
Hi all, Recently i got to know that process will be referring latest published process model data management settings. But when i tried the below scenario, it didn't work as expected. 1. Set 3 days archival in PM 2. Triggered and completed the process for that version(its showing in monitoring as archival is 3 days) 3. Set 0 days archival in PM and published it I expected the process will get archived as per documentation but it didn't happen. Did i misunderstand what it is mentioned in documentation? Or am i doing something wrong here?(My friend tried the same and it was working for him as mentioned in documentation)
HI team I want to connect with legacy web service using API key instead of generic user id and password I generated the API key from web API Authentication in admin console also added service account in user groups however it didn't work Please suggest
Hello guys, can anyone explain how the save draft functionality works in some detail. In my task i have a grid in which i select a row and then press save draft. After opening the task again, the row is not selected.
I am not able to select multiple selection from the multiple drop down list and able to select single option,I am getting error like below. Please suggest in the code what needs to be done getting below error if I select multiple options.
Hi All, One of the if conditions in a XOR gate is defined as follows and the output is getting written to a DS entity. However, this code is getting stuck at the XOR gate level itself giving the error as below. Please advise:Error: An error occurred while evaluating expression: =a!localVariables( local!statusCode: if( rule!APN_isBlank( pv!RMO_CDT_TxnLog.responseMessage ), "400", a!fromJson( pv!RMO_CDT_TxnLog.responseMessage ).StatusCode), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" )) (Expression evaluation error at function a!fromJson: The jsonText parameter was not valid JSON.) (Logic Output)Code configured in XOR gate: = a!localVariables( local!statusCode: if( rule!APN_isBlank(pv!RMO_CDT_TxnLog.responseMessage), "400", a!fromJson(pv!RMO_CDT_TxnLog.responseMessage).StatusCode ), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = &q
I have an authentication problem when connecting my integration with the Connection System, my credentials are correct since I have checked them in different ways, for this reason I have not been able to continue making my call in the interface.
We have created a process model that retrieves an XML file from an external system and starts a new process instance using the "Start Process" smart service. The second process instance then extracts data from the XML file and stores it in the database. Despite deleting the process instances after completion, we are experiencing increased memory utilization over time. The memory is not being released from RAM, even after the instances are deleted. We need to understand the mechanism Appian uses to release memory from deleted instances. Is there a specific Appian process or configuration that ensures memory is properly freed up? If not, are there any additional steps or practices we should follow to manage and optimize memory usage effectively?
Hi All, getting an error as below and flow is stuck at XOR gateway. Please advise:Error:An error occurred while evaluating expression: =a!localVariables( local!statusCode: if( rule!APN_isBlank( pv!RMO_CDT_TxnLog.responseMessage ), "400", a!fromJson( pv!RMO_CDT_TxnLog.responseMessage ).StatusCode), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" )) (Expression evaluation error at function a!fromJson: The jsonText parameter was not valid JSON.) (Logic Output) Code in XOR gateway: = a!localVariables( local!statusCode: if( rule!APN_isBlank(pv!RMO_CDT_TxnLog.responseMessage), "400", a!fromJson(pv!RMO_CDT_TxnLog.responseMessage).StatusCode ), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" ))
Hi experts, I have an interesting requirement and I am currently investigating whether it is possible in Appian or not. The requirement is to have a page that is constantly refreshing so it always shows the latest data on the screen and ideally have that auto-refresh prevent the logged in user from getting timed out/auto sign out due to inactivity. I've set the session timeout for my app to the minimum which is 15mins. The data of the dashboard is coming via stored procedure. I've tested this by adding the refreshVariable function together with the refreshInterval property for a local variable on the page that just keeps getting a random number and each time the refreshInterval hits, the number shown on the interface gets updated. This seems to work although I haven't tested whether this would work when the data of the local variable is coming via stored procedure. Regardless, it still doesn't prevent the time out. In summary, my data is coming from stored proce
I want to have users upload files within a foreach - ie like an array of arrays. Think a use case like an apartment/landlord asking for multiple documents for same person ie banking will have multiple documents, ID will have multiple docs, references, etc. But all within the same ForEach in the interface. Each element of the ForEach has a different file upload instance. Thoughts?
Hi,I'm trying to create a very common UI with a background image in the background using a billboard section and a search box like the examples below but I get an errorCould not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!barOverlay [line 12]: A bar overlay has an invalid value for "contents". The overlay contains a component that is not supported in the billboard layout. Received: TextField.: is there a way to accomplish this in appian ? Thanks in advance
We’re wondering if anyone have any recommendation in applying hotfixes after a major upgrade, I see that hotfixes are released weekly.Can the hot fixes be done via rolling restarts(with no downtime of the environment) ?
Hi All, I have a requirement in which i am opening summary page in new tab, and from previous tab i have deleted that record through record action. Now, when I am going on summary page tab of same record, and reloading the UI, It is showing error like "An Error has occurred. Record does not exist, either deleted or don't have permission " Please help me if there is any way i can replace this message with custom appian UI showing This URL does not exist and 404 - not found Thanks in Advance, Shree Krishna Tiwari
You are referencing and using arrays of a CDT (Custom Data Type). Which two statements are true? (Choose two.) A. Other Appian functions can be used within the square brackets "[]" when using dot notation to return specific data from the array. B. There is no difference between using "dot notation" and the index() function. C. An array of integers can be passed as the second parameter to the index() function to return the data at those position in the array. D. The function where contains can act on operands of different types. I think options B and C are correct. Option D is incorrect. However, option A is not clear to me. The following code does not give any error: Hence, is option A correct? If that is the case, which one is incorrect?
Hi Experts, I am using a grid layout and I have rule input of array type, I want to select data present at specific index in rule input, Please help me how can I get index of array type rule input? Thanks in advance.
Hi All, I'm using the Aspose plugin for converting DOCX to PDF, specifically the Convert DOCX to PDF feature. The original DOCX file uses the Open Sans font, but when converting to PDF, the font formatting changes. The plugin has an input variable for font IDs, which is an integer. what could be Could provide the font ID for Open Sans? Alternatively, is there a way to ensure that the PDF retains the same formatting as the DOCX? Thanks in advance!
We are trying to deploy SQL scripts through Appian's compare and deploy, but we ran into this error: Access denied; you need (at least one of) the SUPER, SET USER privilege(s) for this operation The user who requested this package to be deployed has system admin permissions in the target environment, and I'm 99% sure they have system admin permissions in the source environment too. They weren't the ones who built the package itself though, but I'm not too sure if that matters here? Does anyone know what this error is referring to?
Hi guys, when I call an Integration and it return some files to Appian Folder. I could set all those files' name as requestDoc.xml, but could I set dynamic name using response property like result.body.fileName ?
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.