-
Recently active
Process Model is using Plugin, but throwing error "This Application uses MSGraph Plugin components and its throwing error by saying "User Does Not Have Rights to Perform this Operation" The user is not administrator of application? Is it required to be admin to run process model with plugin? User is part of "Process Model Creator " group.
How to get two search fields in the OSM map component to search the route from a start location to an end location?
Hi All, in Appian is there any way to restrict Excel Template with few Editable columns and Few non Editable columns? For example : we have 10 columns in Template we should restrict 2 columns as Non Editable remaining as Editable we can achieve this with VBA code in Excel ,but after template download in appian its not allowing to edit remaining Columns in Excel
Hi everyone, I am currently working on a project where I should extract a Greek text to PDF. I have tried using the Create PDF plugin from PDF Tools, as also the PDF from HTML plugin from Dynamic Document Generator without success. I would really appreciate any help with that. Thank you!
When I am trying to pass the Arabic characters into 'PDF from DOCX' smart service this is not displaying the Arabic text but displaying hash(#) instead. Also, even if its numeric characters! Same when I am uploading MS word document edited a text or added any text in Arabic or numeric chartacters by the user, then the generation process to save the uploaded document by a save button in the interface, I am using the PDF form DOCX plugin smart service in the process to convert pdf file from the uploaded MS Word document. Then, the user will view that pdf document in a document viwer in that interface but the text or the char added appears as HASH(#). The Generation PM: NOTES: I used SST Arabic TTF File as the font of the pdf file. I need the uploaded edted word document as it is to generate as a pdf saved in its folder with SST Arabic font as I put it in the smart servcie, not when the user donwnload the required file to edit it then upload. It
Basiclly I follows the steps as mentioned in the document: https://docs.appian.com/suite/help/21.4/Appian_Plug-ins.html, However I runs into issues after deploy my plugin to Appian server. 1. I copied the log4j-core-2.17.1.jar and log4j-api-2.17.1.jar from /deployment/web.war/WEB-INF/lib folder to my laptop, and inlcude them to my project 2. In my code, i use LogManager.getLogger(MyClass.class) to get a Logger (org.apache.logging.log4j.Logger) 3. Use Logger object to log messages But when the code runs on Appian server, in log file shows exceptions about the org.apache.logging.log4j.Logger class is not defined. I am using Appian V21.4.
Hii All, i am trying to import the data in the excel sheet to the database using Import Excel to Database smart service plugin but the data is not importing to the database even the process workflow is working fine and executes without any error. I have used the upload file field in the interface then using the start process function i am triggering the process model. Can anyone please help me in this?
Hi All, I have a requirement to convert an XML file to CSV, where the data points of the XML file can be dynamic. We cannot use CDT/Tables as the data points are not fixed and we need to use some mechanism that identifies the datapoints dynamically can convert to flat CSV file. Please let me know if anyone has any solution for this. TIA.
We need to dump ~30 MB Excel data into DB and we are using Import Excel to Database (Plugin to extract data from file to DB) with batch size=5000(parameter in plugin) While doing this process, heap size is reaching threshold (4 GB) and causing the environment down. Is there any way to dump this data into DB via Appian without increasing the Heap size. We need to do via Appian as User has to upload the excel via Common User interface.
We have purchased the Full Calendar with Event Scheduling plug in from the Appmarket but are unfamiliar with how to get it installed on our cloud instances. We reached out to Appian support and they informed us that: It's possible that the functionality offered by Vuram includes some additional installations or scripting, but in terms of what would be expected from Appian Support in order to install a plug-in on the server I see the offering (Assuming it is this: community.appian.com/.../full-calendar-with-event-scheduling or this: community.appian.com/.../full-calendar-with-event-scheduling-12-week-view) is a component plug-in, so we would expect a file named something like "full-calendar-with-event-scheduling-2.0.2.zip-signed" Has anyone installed this or similar plugin that might be able to provide some guidance. The zip file from the plugin web site contains several folders that contain java script files. Thank you
Hi, I'm facing an issue when using Rich Text Editor Component plugin, sometimes it works fine, but sometimes it will not work and check the Network, there is 403 response for below request. But after I clear chrome cache, the issue will be fixed. Is there anyone have the experience about this? appiancloud-dynamic.com/suite/rest/a/content/latest/webcontent/richTextField/index.html?locale=en-US&accent=%231d659c
Load CSV file to database gives error "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=' at line 1" I am using same CSV file that was exported using export db to CSV have gone through all the discussions so far on the community we are using on-premise mysql DB so using this smart service rather than import CSV to DB which was also giving error anyway. will attach excel file I am trying to import: date is in proper format:'yyyy-MM-dd hh:mm:ss' since that was earlier error Anyone faced similar issue or knows the cause please help
Cucumber Appian- Automation- Unable to select the dropdown value using Given I populate dropdown "FIELD_LABEL or [INDEX] or FIELD_LABEL[INDEX]" search box with "VALUE"Can someone let me know how we can select dropdown value in Appian.I am currently using version- cucumber-for-appian-23.2.1
I am trying to use the move documents smart service in MNI mode to move multiple documents to a folder. It's only moving the first document and the next documents are getting deleted from appian. I can't find them by name or document id anywhere in Appian. When I try to find the document using getcontentobjectdetailsbyid function, it returns this response. "Content Object [Name: SamplePDF3.pdf, UUID: _a-0000e63c-719f-8000-9bb5-011c48011c48_148201, Parent: , Parent Id: 0, Type: Document, Created by: 00001, Created on: 2021-07-02 06:57:50.0, Last updated by: 00001, Last updated on: 2021-07-02 07:05:39.0, Latest version: 1, State: Active Published, Internal file name: accdocs3/7285/10005248.pdf]"(Text) But the document is not visible anywhere - old or new folders. Additionally this is only happening on version 21.1 and not on 21.2
Hi all, What's the correct process for backing up plug-ins and then reverting back to this version after an upgrade if necessary? I've tried selecting the plug-ins, clicking "Download Selected" to get the zip folder, and then importing this ZIP folder but this is giving me the following message: The specified file does not contain a valid package and cannot be imported. (APNX-1-4154-000) Thanks
Hello there,These trhee plugins are implemented by appian:community.appian.com/.../mail-pollercommunity.appian.com/.../msgraph-email-pollercommunity.appian.com/.../poll-email-from-microsoft-exchange-ews-apiHowever the latest version of the plugin needs to be on Appian 22.3 or later.Is it possible to get a previous version of the plugins compatiable with Appian 21.3?Kind regards, J
Hello, We have a requirement in our application to have a grid with advanced grouping/sorting/filtering capabilities, bulk editing, paginated editable grid to handle thousands of records. These features are not fully achievable using the in-built grids that Appian provides. We are trying to if we can use a 3rd party library (such as Ag Grid) which has the capabilities we are looking for. However, as per this article we see that there are license restrictions on using proprietary libraries. I am not sure if Ag Grid falls under such restriction. As an alternative, if there is already such a plugin available in AppMarket please do suggest. Thanks in advance. Rahul.
I am trying to configure the third party credentials in the administration console for the MS graph plugin but entering these values does not work for me. Can you help me with the data to enter? tenant: login.microsoftonline.com/aena.es
Hi Champs, I want to create a password field component where user can't do copy paste. Can I create a custom sail component like this ? Regards, Ghanashyam
Good Morning! I downloaded the Database Load Generation on the APPMARKET and tried importing it on the environment and updated this properties file. I updated the Data Generation Application Properties file and updated the line 29, 30 and 37,38. First I remove the pound sign and change the colon (:) to equal (=). Then I imported it like this after that I inspected it before importing to check if there are any errors since there are no errors I proceeded to import it. then when I imported it the status is failed. Then when I checked the import log this is the error that are written Has anyone have an idea how to solve this error? Thank You!
With the implementation of Appian 22.3, we had to upgrade our LDAP Tools plugin to the latest version due to a java error. This also required us to replace the LDAP User Profile Synchronization smart service nodes wherever they were used. We copied parameters from the old version of the smart service into the parameters on the new nodes. The parameters were copied exactly. Now, when these processes run, they are pulling users from "similar" baseDN's. Example, when we try to sync baseDn "OU=ITS,OU=Depts,DC=abc,DC=company,DC=com", the node is also pulling users from "OU=Contractors,OU=ITS,OU=Depts,DC=abc,DC=company,DC=com". This assigns the Contractors to groups only intended for employees, presenting us with a possible security issue. Is there a setting or filter that will force the Sync node to ignore the members of extraneous groups with "similar" baseDn string values? Please note that the ldapsearch function works as expected and does
HI Team, I am converting html file to pdf, The image which i show as logo is not displaying and show white blank when i convert it into pdf, Attached html code , Any suggetsions ? <!DOCTYPE html><html><head><style>table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%;} td, th { border: 1px solid #dddddd; text-align: left; padding: 8px;} tr:nth-child(even) { background-color: #dddddd;} img { display: block; margin-left: auto; margin-right: auto;} </style></head><body> <img src="">www.cscsw.com/.../cscsw-logo.jpg" width="200" height="200", class="center"><h2>< </body></html>
Hi there, we are trying to read the data from SAP tables, for instance the table "T001". This table holds maybe only about 100 entries. For this reason we do not have any conditions. We already have a connection to our SAP System and we are using several BAPI's. But with the BAPI "RFC_READ_TABLE" we do have some issues. a!sapInvoke( scsExternalSystemKey: cons!SAP_EXTERNALSYSTEMKEY, usePerUserCredentials: false, hostname: cons!SAP_HOSTNAME, clientNumber: cons!SAP_CLIENTNUMBER, systemNumber: cons!SAP_SYSTEMNUMBER, bapi: "RFC_READ_TABLE", importParameters: { QUERY_TABLE: "T001" }, tableParameters: {} ) Errormessage: Details from external system: java.lang.IllegalArgumentException: InvalidFieldType We have tried unsuccessfully several option for "importParameters" and "tableParameters". Any idea how to create a simple call to read from a SAP table? thanks Yusuf
I would like to use a customized large language model in appian.(I am not asking about official connected systems created by openai or appian)I know it is possible to use LLM through API in Appian, but is there any way to implement LLM in Appian? I suppose it might be a bit difficult since you can't use Python in Appian.
Hello all I am using the "Send meeting request" Smart service in the process model. The smart service was properly executed without any error but I am not getting any meeting email or Invite.
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.