-
Recently active
i have created a Api and done integration for that API. the request is successful . but how can i call the integration into my interface? can anyone pls help
Is it possible to consume the message from SQS queue using APPIAN?
Hello World, I want to convert pdf, jpg, png documents into Binary format. What would be the right procedure to achieve this. regards Navneet Kashyap
Hi Appian Pals!I need a bit help from your end to manage the DocuSign API and hit the resend email action on a same envelope ID.Right now the the result of the API hit is success but I am receiving an empty body in response.I have used the following configurations for request body:As this is a put request to Update and trigger the resend of docusign Email, So I need to implement minor changes to make it working.Can you please guide me on where I am being incorrect here?
Can anyone please tell me what's the reason of this error ? I'm a beginner and trying to integrate twitter in appian.
I’m working on using DocuSign to do an embedded signing of a PDF document through Appian. I’ve set up the DocuSign Connection and Integrations that will create the envelope, generate a signing URL, and pull down the signed document. I’ve also set up the following flow: Push the PDF to DocuSign and create an Envelope. Generate the Recipient Signing URL. Use the URL to redirect the user to DocuSign to do the signing. Created a WebAPI that DocuSign redirects to after the signing is complete. I’ve created a process that takes the envelope ID (which is included in the return URL that DocuSign redirects to after signing is complete) and pulls down the associated signed document, it then takes the user to a page that allows for further processing and allows them to download the signed PDF. I’ve tried to start that process from the WebAPI but since DocuSigns calls that URL via the GET method and Appian doesn’t allow smart services t
Hi All, I am generating a document using DOCX from dynamic template smart service but the document is not generating, error says that one of the field consists of "<" symbol. When I removed the symbol then it works. Could anyone please suggest if "<" symbol is supported in docx from dynamic template smart services. Thank You
How to connect to docusign using JWT authentication?
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
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.