-
Recently active
I am not able to publish portals in appian comunity environment and also not able to create service accounts , can this things be enabled in future.
I have a file that have around 80000+ records and size is around 35MB. I would like to understand the way to read the data in it but need paging to be part of the process as i want this to be inserted into DB.
Hi All, I have a template document where it has 3 statements and then a table which will display data . But if the data is empty, the table header is also not displaying . But I need the output doc to display the template. table with header row showing no data available. Is this possible, Please suggest some solutions. a!localVariables( local!queryXML: if( toboolean(ri!isFormat)=true(), ri!data, a!forEach( items: reject(fn!isnull,{ri!data}), expression: "" ) ), if( a!isNullOrEmpty(ri!data), "", if( toboolean(ri!isSplit)=true(), local!queryXML, ""& ""&ri!product&""& ""&rule!DIL_testNewDateFormat(date: ri!dateFrom)&" to "&rule!DIL_testNewDateFormat(date: ri!dateTo)&""& ""&ri!type&" listing"& if( ri!type = "Unblinded", "Unblinded Safety Data : Do not share with blinded study personnel", "" )& local!queryXML& "" ) ) )see attachment/resized-image/__size/640x480/__key/communityserver-discussions-
Join Appian experts to learn how you can unlock AI potential using Appian’s latest generative AI skills. In this livestream, you'll see how Appian’s pre-built prompts streamline a wide range of AI-driven tasks, making automation easier than ever. Our experts will showcase real-world use cases, answer your questions, and explore how these AI skills are being implemented across industries. Don’t miss this opportunity to see Appian AI skills in action! Turn on notifications to make sure you don't miss it!
Hi all, I am a beginner of Appian and I am required to change color of each rows in a grid. Even though "Shade alternate rows" is enabled, the contrast is not vague, so I need to do a clear contrast... I hope your help. Best regards,
Can anyone help me with this
Hello everyone, In our Appian setup, we are utilizing SAML within Azure to embed Appian interfaces into an Azure application. We've encountered some issues when attempting to call the Microsoft Graph API, so we decided to create a Bridge API in our Azure application and make calls to it directly using the existing browser token connection. When I log into the application using SAML and then open a new browser window to call our Bridge API, I receive the expected data. However, when using a!httpWrite for a POST request to retrieve the API information, the response only returns an HTTP 200 confirmation code without any actual data. I assumed that no additional authentication methods would be necessary since I'm already connected to the application. Has anyone faced a similar issue or can you suggest anything I might have overlooked? Thanks for your help!
Estoy trabajando en un proyecto grande que ha evolucionado con el tiempo y está compuesto por varios subproyectos independientes, cada uno desarrollado por un equipo diferente. Si bien estas aplicaciones tienen sus propios propósitos, están interconectadas y juntas forman parte de un flujo de trabajo completo. Para contextualizar, un ejemplo sería: • La aplicación A gestiona la creación de una solicitud para construir un edificio. • La aplicación B se encarga de redactar el proyecto junto con los arquitectos. • La aplicación C gestiona los permisos necesarios para la construcción. • La aplicación D gestiona la contratación de personal para realizar la construcción. En total, hay unas diez aplicaciones independientes que en conjunto forman uZn único proceso funcional. El reto al que nos enfrentamos ahora es la creación de una aplicación “padre&rdq
I am trying to create an email that will go to an non Appian user. I am putting 2 links/buttons in the email for them to click and in turn would like it to start a process. First, is this even possible? Second, in my HTLM code, do I set mode to cors or no-cors? Third, where do I put the authorization in the HTML code? I set up a service account in the admin console and added it to the user group.
Hi, I have a requirement to send about 1000 mails based on number of records updated. I am trying to send using MNI. I tested for 600 records at once and most of the process breaks and got error alters. I reduced the batch size to 150 then it works fine. But if the data is about 200 then the process starts to break. The error is Failed to send email. Is there any limit to send mail. Is there any other way to send mail efficiently. Please let me know. Thanks
This is with regards to Performance Testing. We are using Locust as the tool for PT. We have certain Interface components where label is not defined as per design. When writing PT scripts Locust for Appian provides functions to interact with a "testLabel" if label is not available. I want to interact with a dropdown using a test label. But the appian interface designer does not provide an attribute called "testLabel" for dropdown component. Reference: appian-locust.readthedocs.io/.../appian_locust.uiform.html
Hi All, I'm getting the below errror from the recordtype Can you please help me to find the rootcause for this issue Expression evaluation error [evaluation ID = 4JPG0] at function a!recordList: An error occurred while retrieving the data for "NV_CaseData". Details: Record type is marked as synced, but its data has not yet been synced or its existing synced data has been invalidated. Contact your system administrator. (APNX-1-4198-000) Thanks, Udhaya
I was wondering if obtaining Appian certifications (Analyst and Developer) is a prerequisite for establishing a partnership with Appian. My company has a vast history in developing systems and applications for a wide variety of clients and organizations. Additionally, we possess substantial experience in low-code environments such as Oracle APEX. Is the certification a compulsory requirement for the partnership. can anyone please clarify the specific requirements and certifications needed to pursue an Appian partnership?
Hi all, I am a beginner of Appian and I am required to change alignment of button... Two button is in a column each other and the button was created by "Button Array layout". As the screenshot below, "search" and "save" button is far, so I want to change the width of column and button array layout a little bit ... to make the interface better. May I know how to change the width of column and button array layout? Regarding the width of column, I would like to change only the last two column width a little bit...
Hi everyone, I need help checking whether I’m doing something wrong with my code. I’m having an editable grid with data is a data subset local variable. In it’s gridRowLayout() I also provided the id parameter. But somehow when selecting the row, it does not save any data to local!selectedAzureId. I also tried with fv!index instead of fv!item.fileId but did not work either. { a!gridLayout( label: "Documents", labelPosition: "COLLAPSED", headerCells: {}, columnConfigs: {}, rows: a!forEach( items: local!data.data, expression: a!gridRowLayout( id: fv!item.fileId, contents: {} ) ), selectable: true, selectionValue: local!selectedAzureIds, selectionSaveInto: { a!save( local!selectedAzureIds, a!flatten(save!value) ), a!save( ri!selectedAzureIds, local!selectedAzureIds ), }, rowHeader: 1, showWhen: rule!AAA_C
Hi there, I am trying to create an expression rule that returns true if a document is not null, and has an ID attached to it. The expression rule is used to determine an XOR node to go to the document deletion node to delete the document if it exists, or to move to the end node if it has already been deleted. Right now, I am using a plugin isObjectExists() and it does work correctly but my supervisor wants me to improve the code to not use that plugin, any ideas for what to do?Here is the expression rule I created, it currently works how I want it to but I want to avoid using the plugin, any help is appreciated!
Hello Appian, Is there a way to apply font to appian?Can it be applied partially rather than the entire site? Thanki you.
Hi All, In my case, in the end of process model i am using a user input task in which i am using a recordLink which working fine but since i am not giving any submit true value to submit that form so it;s stuck can anyone help me with code in that interface where i can use both submit true and link. Below is my code of that interface, a!columnsLayout( columns: { a!columnLayout(), a!columnLayout( contents: a!cardLayout( link: a!recordLink( recordType: cons!TWM_RECORD_SITE, identifier: ri!idSiteLocation ), contents: a!richTextDisplayField( align: "CENTER", value: { a!richTextIcon( icon: "check-circle", size: "EXTRA_LARGE", color: "ACCENT" ), char(10), a!richTextItem( text: "Success! Click to continue", style: "STRONG", size: "MEDIUM" ) } ) ) ), a!columnLayout() })
I am using one function readcsvlogpagingwithheaders to read login-audit.csv file and this function is working fine in lower enviroment and reading all the data but in prod we have 3 servers and its reading log data from all the 3 servers but not reading all data. Any idea or has any one faced this issue before? Thanks in advance.
Hi Appian Community, Please be informed that we have used Cancel Process Smart Service, after this Smart Service runs all instance are successfully cancelled but cancelled instance are always available in process monitoring. Is there any way to delete the cancelled instance automatically once its cancelled by Cancel Process Smart Service? Data Management Selected as Delete Process after 3 days. Will Appian itself automatically delete both the cancelled instance & other parent instance with are cancelled and showing as "Active with Errors" process with error showing as "The sub-process started by this activity has been cancelled" by cancel process smart services? Thanks and Regards, Vigneshkumar R
Hi Team, We are using CSV Parser Plugin smart service in our project currently it is going to deprecated in few days is there any alternate smart service or function for replacement please suggest.
Hi All, I have grid displaying certain records for a specific user, lets say I want to calculate how many days did it take the user to create the next record so for example in the image attached the user created a few on the same day, so if I wanted to add another column next to this one to display number of days, how can I achieve this? the calculation part? because I need to grab the first date of the previous record with the date of the next created record and so on . Is this even possible, or what are your suggestions on finding this kind of information? Thanks in advance
Hi, This is Ajay and I am learning appian 24.3 since a week. I am stuck with below error. Same code is working fine in 1 Process but getting below error with other Process Model. Can someone pls help me to get this resolved. /* Code */ /* Error */ Error Evaluating UI Expression Expression evaluation error [evaluation ID = D7MQR] in rule 'pm_rentalview' : A dropdown component [label="Status"] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was Not Paid and choiceValues was Paid; Not Paid; On Advance.
Are there any limitations for record actions like how many record actions we can create .
Hi [mention:adb98a54369049d19dbc03825a3132e4:23b05a61c3e5445190d9bfa00453bce4] / [mention:b1ec831bc63f413fb8baec7179cee8b3:23b05a61c3e5445190d9bfa00453bce4] / [mention:5357deb643314f689f0553cc98556414:23b05a61c3e5445190d9bfa00453bce4] I am trying to upgrade from 23.4 to 24.3 and I am facing below issue. I have followed the instructions provided in from the below links, with search server added new properties in both the location but still I am getting this error. 1. https://docs.appian.com/suite/help/24.3/Upgrade_Guide.html2. community.appian.com/.../kb-2322-application-server-fails-to-start-due-to-improperly-configured-search-server-credentials 09:53:52.442 [main] ERROR com.appiancorp.common.persistence.search.AppianSearchSpringConfig - error initializing client com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: The search server cannot be reached. Failed to connect to server at [localhost:9200]. Check that the search server is started. If ru
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.