-
Recently active
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
Hi [mention:b1ec831bc63f413fb8baec7179cee8b3:23b05a61c3e5445190d9bfa00453bce4] / [mention:5357deb643314f689f0553cc98556414:23b05a61c3e5445190d9bfa00453bce4] I am trying to upgrade from Appian 23.4 to 24.3 and I have followed the instructions from below link, but I am facing some unauthorized error with respect to search server configuration. 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 2024-09-09 09:53:50,863 [main] INFO com.appiancorp.common.persistence.search.SearchServerClientConfiguration - Using the Search Server client configuration specified in /opt/appian/conf/appian-topology.xml. 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
Hello everyone. I would like to know if it's possible to use Appian as a consumer for a specific Kafka topic. In our very specific case, let's suppose a user updates an address and the message is replicated to multiple systems, through Kafka. Our idea was to enable Appian to consume from this topic and these messages. I tried to configure the Kafka Tools plugin available in the AppMarket, but I can't seem to configure the nodes correctly. I have a demo instance in Confluent Cloud and I was able to do some producer/consumer tests locally and also via Python Client, but I'm not able to consume anything when it concerns Appian. Do we have a better way of integrating with a Kafka topic? Kind regards
Hi All, There is only one instance failed when calling a start process smart service - Error when parsing process details or variables Activity chaining enabled in child process. Error Logs - TimeoutException: Timed out sending PROCESS.getProcessDetails to execution04 ERROR com.appiancorp.process.engine.UnattendedJavaActivityRequest - An error occurred while executing activity: id=3271473, classname=com.appiancorp.process.runtime.activities.StartProcessSmartService2 com.appiancorp.suiteapi.process.exceptions.SmartServiceException: userMsg[error.processDetails.userMsg=Error when parsing process details or variables] alertMsg[error.processDetails.alertMsg=Error when parsing process details or variables] at com.appiancorp.suiteapi.process.exceptions.SmartServiceException$Builder.build(SmartServiceException.java:145) at com.appiancorp.process.runtime.utils.SmartServiceExceptionFactory.createException(SmartServiceExceptionFactory.java:14) at com.appiancorp.process.runtime
I have asked two developers about the best approach for data management in Appian. One usually uses Datastore Entities and other uses Sync Recordtypes. But, I have seen that there is a third configuration where a RecordType is related to a Datastore Entity (this disable recordtypes relationship). Which best approach is my dilemma. I have heard recordtypes limitations related to database (some datatypes capacity limits) schema, 2 millions rows storage limitation and sync issues. I haven't found documentation about best practices for data management. What do you recommend? Some prefers CDT others Recordtypes.
I can't find the custom data type object in Appian designer objects, knowing that I am using the free educational version, and the tutorials are showing this process of creating one
Hi All , How can we manage memory consumption in process model , so that it wont be more than 10,00,00 AMU . ( the ways we can follow to reduce memory consumption in Process Model ) .
I am facing some issues with the report in which , Whenever i refresh the page it is showing blank and the error. Please check below screeshot. Is there any way to solve this problem.
In a scenario where multiple networks each have their own related data, and users can select one or more networks to print all associated data, is it possible to dynamically generate a PDF in Appian with varying numbers of networks?
Good morning. They know how to align the component legend, which appears at the bottom, to the left. Thank you so much
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.