-
Recently active
Hi All, While trying to invoke appian inspection API'S using curl command we are not getting the expected output instead we are getting error responseTried same below api with postman and getting expected response but not with curl command. Can anyone help on this! API : curl -x 'http://XXXXXXXXXXXXXX:8080' --location --request \ POST 'ourappiansite/.../inspections' \ --header 'Appian-API-Key: ************************************’ \ --form 'json="{ \"packageFileName\": \" AppianApp.zip\", \"customizationFileName\": \"Appianpropertyfile.properties\" }"' \ --form 'zipFile=@"AppianApp.zip"' \ --form 'ICF=@"AppianApp.properties"' Error Response: {"resource":"\/suite\/deployment-management\/v1\/inspections","title":"An Error Has Occurred","error":"APNX-1-4552-004","message":"The request cannot b
Hello Appian expert, We want to send emails from Appian using Outlook 365 account. For that, we tried using MS Outlook 365 connected system and followed all the account set-up steps. but the connected system is not able to validate credentials and returns 'Invalid Access' Steps: Login to Azure AD, go to ‘App Registration’ and create a new app. Use the generated Client ID and Tenant ID from that app into the connected system Generate client secret from ‘Certificates and Secrets’ and pass it as input In the ‘API permissions’ option, click on ‘Add permission’ > select the Microsoft Graph API > Add (Application) Mail.Send permission Use emailaddress@domain.onmicrosoft.com email id To confirm, we are able to use the same account using MS Graph Explorer and successfully send emails. My questions: 1. Have you used this connected system and if so, please share any of the steps we missed? 2. What are the alternative
Hi everyone, I'm having an issue with Read MSG plug-in that the generated output .html document is coming out blank. The .msg file itself does have content in it though. I config the Read MSG node as guided in the plug-in documentation. The generated document (output html file) was stored in a process variable. When I download that html file from Appian folder and open it, it is a blank file. This is the original msg file: And below is the generated html: I'm looking for a solution to solve this issue or a workaround way for me to convert .msg to html. Does anyone have any idea? Thank you
Hello! My team and I are attempting to create a demo of a project for potential customers. The intended application would be able to take images from a mobile device, save these photos as documents in Appian, and have workflows in which those photos would be viewed/displayed in high enough resolution for end users to make determinations based on said photos. In your experience, what are the best plugins to achieve this functionality? I have found an image capture plug-in component from Vuram on the appmarket, but from the comments it seems that the photos are binned down to a very low resolution, which may disrupt our workflow tasks. What is the gold standard for image capture and viewing in Appian? Thank you so much in advance for your help!
I am using AWS Cognito to onboard Pool users with Appian via OIDC. I would like to know if I can use the Appian Login page instead of the one provided by Cognito. Cognito only supports English, so I wouldn't want to use the screen provided by Cognito.
Hi, I have to configure EWS Mail Poller To DB smart service, can anyone explain how configure input data tab? Thank you
Hi, our client requires plugins to be installed on Appian to pass a SAST static code scan before they can be used. Does anyone know if Appian scans plugins during deployment and in that case how is this done? Is there a way to perform a SAST scan on the plugins after deployment? Thanks in advance
appian-plugin name="ProcessDetail" key="com.appiancorp.processdetails.v1.1"> <plugin-info> <description>ProcessDetail</description> <vendor name="Appian Corporation" url="">http://www.appian.com" /> <version>1.1.2</version> <application-version min="6.1.0" /> </plugin-info> <activity-class-schema key="WriteProcessDetailsV1"> <name>Write Process Details</name> <palette-item category="Integration Services" palette="Data Services" > <palette-icon>palette-icon.gif</palette-icon> <canvas-icon>canvas-icon.gif</canvas-icon> </palette-item>
Hello, We have a AWS environment setup completed and trying to use AWS S3 using connected system by providing access key and secret key. I see an error saying "Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: GEC4SADZ0V9EAXY5; S3 Extended Request ID: K1xnNBqqSOyIRzaG4oVhOF5gl445LMP0PhElTnz4pVJ8vb0ERbzMeoYFuJgwzGAzQMzss4FCqM8=; Proxy: null)". Can anyone help me what needs to be done to get a successfull connection. Thanks in advance, Chaithra
Good Afternoon, We are using the query DOMO Dataset API to perform a SELECT query statement to retrieve some data for our Appian interface. Documentation: https://developer.domo.com/portal/52fd0777839f4-query-a-data-set We only intend to use SELECT statements to get data however we still have to use a POST method for this API. Because the Appian Integration is using the POST method to perform the query we are not allowed to use it in the Appian Interface's on page load. It will only work when used through a SaveInto parameters for buttons or links. I tried to make a middle layer Appian Web API to perform the POST Query Statement but referencing the POST integration inside of the Web API code that is using GET method was not allowed. I am going to try to use the Web API to launch a process model. That will have an Integration node to call the POST method query statement and the end of a successful process execution will be the response. I still need to carryout the i
Hello team, is it please somehow possible to use site page as a hyperlink to external page? It means when user click on HELP (as one of site pages) it will redirect him to a SharePoint page with useful docs. I tried it as Interface with safelink but it does not work. Maybe with process model it can work? Thanks
So here’s the thing, I fixed an issue with an Appian plugin. I downloaded its code, was able to get it running with all dependencies and build.gradle stuff, found the faulty code and upgraded it, I also upgraded and cleaned the code since lots of functions and/or variables were either deprecated or not used (seems like nobody tried to edit this plugin for ages now and is considered a black box) Uploaded it to our demos environment for a spin and it works like butter now. The thing is, this is a vital plugin for a certain demographic, I believe an update such as what I was able to accomplish in days should’ve been done by Appian a long time ago (this shouldn’t have passed testing stage let alone be published for thousands of developers and millions of users and be dismissed for a few years now) So my question is has anyone ever faced a similar situation ? How did you deal with it ? And how do I / should I get in contact with Appian regarding this? I noticed the “
Could anybody help me? I need a example to call this function getmodelswithgiventimertrigger Thanks
I can upload the documents from external application to the Appian. When try to open the received documents with file extensions .docx,.pdf,.pptx, the files are throwing error and after I select "Repair" option, then the files are opened. But the files with extension .xlsx,.zip,.png,.bmp are not opening and its throwing "file format or file extension is not valid" error and unable to open the files. Step 1: By using, "Document Upload" Web API can receive document from external application to Appian. a!startProcess( processModel: cons!DSC_UPLOAD_CWR_DOCS, processParameters: { transcript: http!request.body, cwrId: http!request.queryParameters.cwrId, documentType:http!request.queryParameters.documentType, }, onSuccess: a!httpResponse( statusCode: 200, headers: {}, body: concat( "Upload Successful: ", document(h
Hi , As pe the Function Plug-ins - Appian 22.2 , We can inject the service ( ContentService ) as a argument to the custom functions. When I try to inject as below public String dowork(@Parameter String para, ContentService cs) { } I am getting below error. : Unable to find a required instance of ContentService. Is there any other annotation or setting ? Thanks & Regards, Chaminda
Hi, I'm generating a word docx using docx from dynamic template and converting the docx to pdf using PDF from DOCX smart service. I'm able to generate the docx properly but while converting to PDF the text is getting overlapped in single line. can anyone help me on how to convert DOCX (generated using docx from dynamic template) into pdf with proper format. Thanks in Advance.
Hello All , I have noticed this error in the process model where we are calling an integration , And i have no clue what does it means can somebody help me here please ? com.appian.komodo.api.exceptions.ConnectionClosedException: The connection to content was closed, aborting CONTENT.getVersion Thanks, Udhaya
Hi All, I have setup the integration object using https://docs.appian.com/suite/help/21.2/sharepoint-connected-system.html All the methods I can use and its all working fine but I have a requirement that I must be able to move a document from one folder to another or delete a specific document from one folder. I got one method to use Execute Write Request but can someone help in what data we need to pass in that to fulfil the requirement? Thanks
Hi Team, I am having an issue with reading the log file (login-audit.csv). It contains multiple rows, but the function is only returning the header and not the rows. However, when I try with other log files, it works fine. Currently Our Appian version is 24.1 and we are using this plugin firsttime. Expression - readcsvlogpaging( csvPath: "login-audit.csv", startIndex :1, batchSize:20 ) Output 'type!{com.appiancorp.logreader}CsvContents'('logName': "/usr/local/appian/ae/logs/login-audit.csv", 'totalCount': -1, 'headers': {"2024-05-14 00:00:05", "Appian", "Succeeded", "3.106.112.168", "Web API", "Appian", "cd05a5a0-b1e5-4ffb-8dd6-0f7007e505ce", ""})
I am trying to call an integration that needs to pass a file from appian through its body. However, it's not being acceptable, cause As you can see, the connection endpoint is expecting the file parameter to be of type File. An information: with the url that I am retrieving in appian, I am being able to download the file just by clicking on the link. However apparently the File type on this connection expects another type of string: MultipartFile, Is it by any chance possible that conversion? Thanks
I have an integration which returns the document in binary format and I can convert that to Appian document using the option to Convert Binary response to Appian document. But this API returns JSON body as below while returning error. I want to extract this error details and present it to the users but the integration object is returning null response body when I select the option "Convert Binary response to Appian document" even though API is returning below body. Is there any way to extract this body when API returns error and convert the binary to Appian document in case of successful response ? API Response as JSON body: {"type":"about:blank","title":"Bad Request","status":400,"detail":"Failed to read request","instance":"/api/v1/"} Integration Response:
Hi Team, Import excel to database plugin not writing in database table and not getting error in output parameter and in tomcat logs. The issue i am facing in my Prod environment and even not facing frequently. Could you please help me on this to move further. The same process i tried individual with only node of import excel to database, its working. The issue not occurring repeatedly and same file is working for some time. Thanks, Pradeep Sridharan
Hi All, I have a file uploaded to sharepoint with encrypted file name ex: 1234.pdf . I have the original name of the file stored in table and while providing a safelink for download , I need to replace 1234.pdf with original name from table. Currently safelink downloads the file with default/encrypted name of 1234.pdf . What approach can be taken to have the file downloaded in original name. Please suggest. Appreciate the help . Note: if we download to Appian KC temporary and then rename the file, it will become a 2 step process. I would like to avoid that. Thanks Raj
This is the result of 1st integration , i want to store client guid (of result body) in some process variable and then pass this value as input to 2nd integration .How Can I achieve this ,can someone please advise
hi i have a query that i am using to fetch the data from post grace sql to appian but while i am making a manual query in that query i have empty values as some contion in the above condition we have empty values whic is not considerding by plugin and displaying the below error please give me any solution on this
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.