-
Recently active
Unable to use Microsoft Edge Fitnesse For Appian I'm trying both FitNesse for Appian and also in Appian Selenium API. Anyone tried before?
I have one web api which is using a!startProcess to call the process async. As it is async and does not wait for process model to complete it is not updating the process variables in the response. What are the possible fixes we can do?
The plug-in is not compatible with Appian 22.1. what else can I do to import csv to database
Hi, I am trying to integrate a web api in Appian enviornment but getting error that The connection is not secure even the web api is secured by SSL certificates. Apart from this, I am able to access web api in postman without any errors. Please suggest me what should I do to fix this.
Can we use "Modifying Data" option for GET method . What is the actual usecase for "Quering Data " and "Modifying Data" .
I'm using Executestoredprocedure plugin in 21.3 version to execute stored procedure in Oracle database. The procedure using Cursor as out parameter to return select statement result. I found out the open cursors are remaining open in database. Any thought to solve this issue?
Hi team, can anyone suggest me is their any plug in to download folder from the sharepoint
Good morning, I am trying to create a Web API that returns all the documents (more than one) for a given ID. Is there a way to do this? Thanks
Hi, I'm trying to configure the MSGraph Email Poller and I have given all the required values in third party credentials. secret tenant: using format login.microsoftonline.com/.../ applicationID But I'm getting below error: 2021-08-09 17:50:26,625 [Appian Work Item - 0 - execution00 : UnattendedJavaActivityRequest] DEBUG com.appiancorp.ps.msgraphmail.MSGraphMailPollerSmartServic e - Connecting to MS Graph authentication provider 2021-08-09 17:50:26,863 [Appian Work Item - 0 - execution00 : UnattendedJavaActivityRequest] ERROR com.appiancorp.ps.msgraphmail.MSGraphMailPollerSmartServic e - Unexpected error polling for mail java.util.concurrent.ExecutionException: java.lang.NullPointerException at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) at com.appiancorp.ps.msgraphmail.MSGraphConnector.<init>(MSGraphConnector.java:75) at com.appiancorp.ps.msgraphmail.MSGraph
Hi All, In order to read site_usage.csv log and convert it to readable format I am using readcsvlog (Log Reader - plugin) . But I am facing issue like these params are timestampColumnName, timestampStart, timestampEnd not working and I am getting massive data without these params. Is there any way to filter the csv log data based on timestamp range while reading the csv using plugin. When I read the entire set I have to loop huge number of time for getting the timestamp and filtering it based on date range which is causing performance issue. Regards Bihitak
I am unable to call a WEB API that uses POST (trying to write to a datastore). I made sure the service account has all the right permission. I am getting the following error: 500 - Internal Server Error Edit: Turns out the service account simply did not have access to one of the objects called. Thank you.
I want to export grid data obtained from stored procedures to Excel without the need to create any CDTs (I have different tables from different stored procedures) I'm trying to use Export SQL to Excel in a Process Model in order to do this. I can provide it the query (which, once again, contains a stored procedure in almost all cases). However, when I debug it, I always get the same error, java.lang.reflect.UndeclaredThrowableException My configuration at this momento is the following: -Node inputs Cell_Keys (empty) Cell_Values (empty) Add_as_new_sheet=true Document_name_to_create="SQL_Excel" Document_save_directory="PM Artifacts" Document_to_overwrite (empty) Excel_base_template="PM_blankexcel" (a blank Excel file created following a kind of step by step made for this situation some years ago in Appian community discussions) Include_header_row=true Jndi Name= (here I literally pasted the Connection URL I used in the Connection System obje
Hi Team, Is there any plugin or any way to upload copied image from windows clipboard snipping tool to Appian? like we do in jira , service now Regards Bihitak
Hi All, I have a requirement for converting hebrew language DOCX Document to PDF Document.I have tried to convert using "PDF from Single DOCX (with Fonts)" Smart Service from dynamic document generator(https://community.appian.com/b/appmarket/posts/dynamic-document-generator).But Hebrew Language content is replaced with ### symbol in created PDF Document using this smart service.So I created constant, added two hebrew ttf document ("NotoSansHebrew-VariableFont_wdth,wght.ttf","NotoSerifHebrew-VariableFont_wdth,wght.ttf") and added as Font Documents in that Smart Service.But still I got the same PDF document with replaced ### symbol. Could you please suggest, what kind of font document we need to upload for hebrew language to get original Hebrew Language PDF Document? Also I have used "HTML Doc from Template" Appian smart service to create a HTML document with Hebrew content and using the generated HTML document I tried using the "
Team, We are trying to use MS Graph poller plugin to poll mails from mailbox. We have created an application in Azure and received applicationId,client and secret. But not clear on below highlighted text? What exactly we need to do to add mailbox in the application we created in azure? Any one used it can guide please? Azure team also dont know what to do. In Azure, register an application for Appian to use client credentials. This applications needs to have all mailboxes in scope where you want it to be connecting to. Any documentation which guide how to link mailbox in application scope?
Good morning, I'm trying to obtain a report from a grid. I obtain that grid via an SQL query so I thought of using the SQL to Excel Smart Service included in a plug in for Appian Community Edition, but i haven't been able to obtain the desired result due to "java.lang.reflect.UndeclaredThrowableException". My configuration is the following (I filled the fields marked with * as I guess they are the only required ones and also a couple of the not required ones): -Add as a new sheet=true -Jndi Name= (I copied and pasted the connection url I'm using in the connected system) -sheet_name="output" -sheet number=0 -sql= "EXEC dbo.spRepRevenues '', ''" (which I know works due to the grid showing in the interface using .results) -document name to create (not required): "probandoplugin" -document save directory (not required): "PM Artifacts" My only guesses are that either the jndi name is wrong (I als
Hello, I am having the following error com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Plug-in 'test.plugin version 0.0: 'Component plug-in approval verification failed. Please contact Appian for approval process' while trying to deploy a JavaScript Component Plugin on server with temporary license as it is just for POC Is there any solution to above ,knowing that I tried to register my machine through AppMarket submission page but it gives me error Please enter a valid FQDN for a non-production environment with an active product license Thanks in advance Nancy Ahmed Update :I got my developer token and I applied it on my development environment but I am getting same error and I do not know from where I can start investigation
Hello, I see the below error while executing the custom plugin function. I verified the connection and third-party credentials, and it all looks correct. Could anyone please help me understand what the issue could be? Error: (Expression evaluation error in rule 'cbg_po_eds_addmerchant' at function fn!cmpo_eds_ws_getbotwinstitution [line 3]: Unable to find a required instance of SecureCredentialsStore.) (Data Outputs) Server Log: 2022-05-20 21:36:25,659 [Appian Work Item - 173086 - execution05 : ExpressionGroupRequest] ERROR com.appiancorp.process.engine.ExpressionGroup - An error occurred while evaluating expression: addMerchantResponse:rule!CBG_PO_EDS_addMerchant(requestId_int: pv!requestId_int, billingAccount: pv!billingAccount, customer:pv!customer, customerMailAddress: pv!customerMailAddress, appianPrdId: pv!appianPrdId ) (Expression evaluation error in rule 'cbg_po_eds_addmerchant' at function fn!cmpo_eds_ws_getbotwinstitution [line 3]: Unable to find a
Hi We have a requirement to switch the API end points(i.e the integration calls(among different environments) based on user selection from UI) We can dynamically generate the URLS and authenticate via Basic Auth and store the Username and passwords on a constant but the problem is that people with designer access can view the constant values If we provide credentials for a single environment, by default they are encrypted and environment specific but if we configure them using expression the credentials are visible to designers which is a security concern. I am looking for the way to secure them and retrieve them back in Appian using a!scsField() -(There used to be a plug-in called HTTP Request with Secure Credentials Store but that is archived unfortunately) We are using Azure cloud services so I am not sure if there is any connected system to integrate directly with Azure key vault to store and retrieve credentials or any plug-in to integrate with SCS from App
Hi everyone, I want to use a!documentViewerField() but it only works for PDF. I want pptx files to be displayed to user. How can I achieve this?
Good Day Experts, When i tried to convert XHTML to docx i'm getting below error. Can anyone please help me how to overcome this issue ? Thanks in advance. Cheers, Kalai.[View:/cfs-file/__key/communityserver-discussions-components-files/19/error.log:320:240]
Hey there, I'm developing a custom function plugin that will require an http request to an external server. This is done using a third-party Java library. However, in order to make a successful http request, I need to configure a proxy. I have configured the proxy via the Admin console, but it seems this is not getting used by plugins, so I have to manually set the proxy settings in the plugin code. I wanted this to be an easily reusable plugin. Is there a way to pull the proxy configured in the Admin Console for use in function plugins? Thanks in advance. Cheers
Is it possible to deploy only Db Scripts through Deployment API ?
Hi, We have updated Dynamic Document Generator Plugin version form 1.8.5 to 1.8.7. After upgrading DOCX from XHTML is breaking when generating document, we didn't make any changes to our existing logic. The same code is working with older version - 1.8.5 in other environment. Based on the error looks like it missed some classes. Error: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: java.lang.NoClassDefFoundError: com/lowagie/text/DocumentException @jialin.wang @Appian please fix this issue ASAP Caused by: java.lang.NoClassDefFoundError: com/lowagie/text/DocumentException at org.docx4j.org.xhtmlrenderer.docx.DocxRenderer.(DocxRenderer.java:160) at org.docx4j.org.xhtmlrenderer.docx.DocxRenderer.(DocxRenderer.java:85) at com.appiancorp.ps.xmlfo.ss.DocxFromXhtmlWithStyling.runSmartService(DocxFromXhtmlWithStyling.java:61) at com.appiancorp.ps.xmlfo.ss.AbstractDocumentGeneration.run(
I am new to appian.I have no idea. How to register data from user interface to integration object andhow to display the registered value on the user interface. Thank a lot.
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.