-
Recently active
Hi All,I have used Plug in "PDF from HTML" to generate PDF from the html doc.HTML has the expected data with 34 rows but PDF generated has only 28 rows. can anyone guide as to how the last 8 lines are getting truncated in the PDF. Please let me know how to have all rows in PDF generated from HTML doc.red highlighted part in HTML is not getting generated in PDF.
Hi ,mails are not getting polled in the UI , getting the below error."Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID"Can someone please let me know what can be the cause and what is the latest version of poller.
Hello, We've been using the MSGraph Mail Poller plugin, which has been running frequently with no issues for a few months now. Over the last couple of weeks, it's been intermittently erroring once a day, this process is ran every 10 minutes. The node is returning true for errorOccurred but the errorMessage is always either null of 'Error executing this request' with no other information. The node itself is not erroring so the process from an Appian perspective is running as expected. We've haven't found any errors in the logs or from the mailbox side when it's being polled. Does anyone have any information on what could be triggering the plugin to error, or any thoughts on a way to find more information? Thanks!
i want activity name in different rows if i have 5 activity name then come in five rows , like above activity i am using doc to pdf plugins is there any way to archive this thanks
Hi Team, We have a requirement to upload/download the documents into the shared folder from appian. Could you please suggest. Thanks
Hello Community,Can someone help what is going wrong here, I am trying this in Appian community edition ? Receiving this error Expression evaluation error at function 'groupprofilerecordtypesource': The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB failure trying to convert typed value TypedValue[it=1474,v={TypedValue[it=1478,v={{{id,id,1}}}],TypedValue[it=1358,v={AND,{}}],{1,1,<null>}}] to java class com.appiancorp.common.query.Query.groupprofilerecordtypesource( query:a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: {}, ignoreFiltersWithEmptyValues: true() ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 1, sort: a!sortInfo(field: "name",ascending: true) ) ) )
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
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.