-
Recently active
HI Team, I wanted to reduce the size of the images what users are uploading, they are high mb and causing the disk space memory usage , Do we have a plugin which reduce the size if image like if user uploaded is 30mb then reduce it to 3 mb . I see image compression plugin but looks like it has some vulnerabilities, Any suggestions will be helpfull Thanks,
Hi Everyone, I am having the following scenario, we need to send an email user , In the email body we should show the form with approve and reject option for a request. Business requirement: we should not create Appian account for the user, and they should be completing the task from outlook email body itself, without logging into Appian. I have tried the steps mentioned in Task Viewer Add-in for Microsoft Outlook - Appian 22.2 but I when I click on the task link , user is navigated to Appian Environment. FYI: I can see task viewer add-in was added to my account.
We have a requirement to get files from NFS path into Document object as down the lane, we have to pass it to other api, which accepts only Document object for file. Can someone recommed us with approach to work it out?
Hi All, I'm trying to call a web service using the 'Call Web Service' smart service. However, when I paste the WSDL URL, I receive the following warning. As a result, I'm unable to select the Service and Endpoint options. Is there a solution to configure the webservice without modifying the WSDL structure? Warning: 'The endpoint BasicHttpBinding_AAA contains a reference to an ExactlyOne policy operator which does not contain a supported policy alternative. That endpoint is not available for selection. The unsupported policies are [[alternative 1 : SignedSupportingTokens, Wss10]]. (APNX-2-4041-007).'
Hi, I'm trying to compare the similarity between two texts(For a dashboard), I found a plugin (similarity) but apparently it has a high cpu usage. Does anyone know if there is any out of the box solution or another plugin for this? Thanks!
import csv to database smart service from Excel tool is creating an issue with connected system data source
Hi everybody.I want to extract information from a ProcessModel, calls from an Interface.But I don't know how. And also, the interface show me the "onSuccess" result immediatly after the process'calling.
how can i generate api key for google maps connected systems?
Is there a log that captures any calls to a Legacy Web Service. Trying to confirm the external system is failing to call our service at all (if there is an error on their system) or if we are having issues.
Hi All, I have requirement which i need to convert below mentioned JSON format to.. { "requestId": "221a0000-faff-00e3-ac11-dbe6ebd00d00", "sourceSystemName": "ABCD", "requestDateTime": "2023-08-23T15:03:31.919Z", "requestInitiator": "App Name", "context": "/fetchData", "data": { "kind": "fetchDataRequest", "items": [ { "item": { "key": "ID", "value": [ "1234567890" ] } }, { "item": { "key": "CRITERIA", "value": [ "EMPLOYEEDETAILS", "INCLUDEIDDETAILS" ] } } ] } } .. this string format: "{ ""requestId"": ""221a0000-faff-00e3-ac11-dbe6ebd00d00"", ""sourceSystemName"": ""ABCD"", ""requestDateTime"": ""2023-08-23T15:03:31.919Z"", ""requestInitiator"": ""App Name"", ""context"": ""/fetchData"", ""data"": { ""kind"": ""fetchDataRequest"", ""items"": [ { ""item"": { ""key"": ""ID"", ""value"": [ ""1234567890
Hello, I'm trying to send a file from my Appian application to a remote server that has its own hostname, username, password, and key file. I have implemented the process to do this. While attempting to connect to this remote server, I have configured the file transfer configuration like this: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverPort: 22, serverHostName: cons!ETT_HostName, privateKeyFile: cons!ETT_SERVER_PRIVATE_KEY_RSA ) However, I still don't know how to successfully connect to the server, even though the process does not throw any errors. How can I resolve this? I'm really stuck; I can't find documentation, tutorials, or even an explanation of how the plugin works for beginners, which is a very terrible thing for such an important plugin. The problem is that the process is not throwing any errors and there's no logic to connect to the server without the username and password.
Hi All, We have installed plug-in for Range slider and we now we have to store the slider value selected by customer in one of our variable. Kindly let us know how can we save value to a variable?.We have already created a variable and tried saving the value in 'range slider save into' but it is not working as expected. Thanks
Hi All, I'm using the Google Charts Component Plugin, specifically for Tree Maps. I want to display the values dynamically in the tooltip as shown in the google developer documentation. But, in the Appian tree map plugin function, i only see option to show basic tooltip with showTooltips:true() option. Is there a way to display dynamic tooltip in Appian as shown in the google developer documentation. Thanks in advance.
I'm trying to integrate an external system (e.g., CRM, ERP) with Appian but I'm not sure which integration method is best. SOAP, REST, or something else?
Hi All I have a requirement to implement a SOAP solution, I have exposed the web API from Appian to third party system(legacy system). This system sends the data to appian through web API on daily basis and appian has to process the data and save in our database and in turn API should respond with SOAP Body. Since these are confidential data, I have to implement ws-security for the response. For the response body I have to generate the digest value and digital signature and send these in the same response. Query: How to implement digital signature in appian probably configuring XML signature with X.509 tokens? Using hash function, I can generate the digest value but for digital signature I am not finding the approach/plugins in appian. Please anyone suggest. Thanks in advance Sample response snippet looks something like this: <Signature xmlns="">www.w3.org/.../xmldsig <SignedInfo> <CanonicalizationMethod Algorithm="">www.w3.org/.../xml-
Hi All, We're interested in creating an Appian service using a Web API to return documents to an external client who will be processing these documents as part of a routine backend batch process. While it's well documented how to convert a document to base64 in the request body for an outbound API call using an Integration object, I haven't found documentation on how Appian documents can be converted to a base64 string to return as part of the response body in an Appian Web API. Curious if anyone else has had a similar use case and how they got around this. Thanks!
Good day, I would like to know if there is a plugin that allows extracting data marked as "tags" in .doc/.docx documents I would need the same functionality that the PDF Tools plugin allows with .pdf files (getPDFFormField, getPDFText, etc.) but for MS Word files Thank you very much in advance and farewell. PS: In the image: example of a MS Word tag from which I want to extract its information
Hi All, I have created a Web API. I tried with 1. Basic Auth by providing username and password. - Worked 2. Using API Key - Worked - Created New API Key with service account and copied API Key - Created a group in my application and added the service account in that group - Provided viewer access to Web API - Accessed Web API by passing Appian-API-Key: <API Key Value> in Header 3. Using Appian OAuth 2.0 Clients - Authentication is Successful but getting empty data - Created New API Key with service account and copied Client Id, Client Secret, Token Request End Point - Created a group in my application and added the service account in that group - Provided viewer access to Web API - Accessed Web API by passing the values like below I tried using
Hello, does anyone know how to make a service monitoring API? To notify when Appian it's under maintenance for example.
Do to security concerns of iFrames our risk team wants us to pass the sandbox attribute on our webContentField that displays a thrid party website within our Appian application. Bassically we need the equivalent to this: <iframe src="demo.htm" sandbox="allow-scripts"> Is there a way for us to achieve this in Appian?
Hello, I have used the smart service "Import Excel to Database" to import a huge Excel Data(200 rows and 150 columns) into a table. Issue 1. When we add more than 10 columns to import excel to DB we are getting an Error (conn=935099) You need to set exactly 15 parameters on the prepared statement. Issue 2. we tried Importing 10 columns from excel to DB, even though we have 100 rows in excel, it was importing 20,000 null rows in DB. Could any one help me with these issues, Thanks Gopala Krishna Raju
Hello, We are trying to integrate with a client's external system to send notifications and, when we send documents attached to the notification, they arrive corrupted. As I mentioned, to send the notifications we need to call an external system and the request body has 3 parameters. One of them must be in base64, which originally is an XML that contains the notification information (body, recipients, attachments, etc.). The XML code is the follow one: concat( "", "", "", /*(Opcional) Indicar si se debe realizar la comunicación solamente por una vÃ%ADa de envÃ%ADo: SMS, EMAIL, PUSH sin contingencias*/ "EMAIL", "", "", ri!codigoPeticion, "", /*Destinatarios*/ joinarray( a!forEach( items: ri!arrayDestinatarios, expression: char(10) & "" & fv!item & "" ), "" ), "", ri!asunto, "", toHtml(ri!cuerpo), "", if( a!isNull
I created a Web api and tried to use it in Appian Integration of same environment but I am getting time out error, how can I resolve the issue. The web api is of POST method with startprocess. The process model is triggering but I am getting below error in Integration
Hi All I am calling one web service through Appian Integeration and getting the below error. <soap:Envelope xmlns:soap="">schemas.xmlsoap.org/.../faultcode><faultstring>Error transforming the soap request to be processed</faultstring></soap:Fault></soap:Body></soap:Envelope>"(Text) While calling through postman it is working completely fine. The reuqest that I am sending is the same as in Postman. Please refer the below screenshots. Many Thanks in advance. POSTMAN REQUEST
Does a service account is needed to create an integration object (used in process model ) and when service accounts are used?
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.