-
Recently active
Hello, We had recently updated the SFTP Functions plugin to v3.0.2. After the update, the SFTP Send File smart service is failing with the error "Auth fail". Third-party credentials are setup and have not changed. The plugin has access to the third party credentials. The FT_Config CDT has got updated (due to the plugin update) and has the below structure: Smart Service Inputs: We are passing the values to the smart service as below: File Transfer Configurations: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: cons!SFTP_HOST_NAME, (text) serverPort: cons!SFTP_SERVER_PORT_NUMBER, (integer) scsExternalSystemKey: cons!SFTP_EXTERNAL_SYSTEM_KEY, (text) usePerUserCredentials: false(), (boolean) pr
Hi Team, I need to fetch data from a GraphQL API endpoint, but I'm unsure about the connected system required for the connection. The client has provided the ClientId and ClientSecret for AWS Cognito and mentioned that they are using SRP (Secure Remote Password) Authentication. However, I'm not sure what additional information is needed to establish the connection to the GraphQL service. Can you please provide more details?
Hello, we are doing first time set up of this plugin and facing connection time out issue, No error other than time out message. We are on cloud latest version and using VPN to connect cloud. We followed all steps in the installation guide not sure are there any additional DNS port settings we need too consider for successful connection. any thoughts? Thanks for help "Couldn't connect to host, port: testmail.net, 993; timeout -1"
Hi Team, Is there any plugin available for python to integrate with Appian?
Hi Everyone, I need to implement functionality to read, write, and update specific JIRA tickets through an integration between Appian and JIRA. For this, I'm referring to the JIRA API documentation: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get To authenticate, I plan to use OAuth 2.0 (Authorization Code Grant) as outlined in the documentation here: https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/ I have already created the necessary app in the Atlassian Developer Console for OAuth 2.0, and I successfully set up the connected system in Appian. However, I'm encountering an error while trying to create the integration system. Could anyone please assist me in resolving this issue and help me complete the Appian-JIRA integration? Thank you!
Hi All, I have installed the Content Tools plugin and am using the getcontentobjectrevisionhistorydetails function to retrieve version details. I am passing a UUID and filtering the results by the modifiedOn date. However, I am encountering an issue where the modified date field is not correctly reflecting the changes made. For example, when I select the modified date as 2/6/2025, the result from getcontentobjectrevisionhistorydetails is null because it is returning same as created date value, but it should give latest version date value which highlighted in version details below. This can be seen in the information below: creator "Balavamsikrishna_vinnapala@contractor.amat.com" (Text) createdon "1/29/25 AM GMT" (Text) modifiedon "1/29/25 AM GMT" (Text) Version details of one object Created 2/6/2025 10:08 AM by sala vamsi Krishna Vi... 1/29/2025 l
All, I am trying to using Google Drive connected system(https://docs.appian.com/suite/help/21.4/google-drive-connected-system.html) , to create folder, upload and download documents to and from google drive folders. Then API operations (like createFolder, uploadFile, downloadFile, etc) all work perfectly on a personal folder of an auth user, but the same operations are not working on a SHARED folder in google drive, Has anybody got that working with a Shared drive? I checked out some documentation on google drive APIs at (https://developers.google.com/drive/api/v3/enable-shareddrives?hl=en) and found out that supportsAllDrives=true parameter is required to enable these operations on a shared drive. But there is no way in the connected system to pass this information. Any ideas? Any suggestion? Thanks Pal
Hi, I am trying to connect a 3rd party system which uses OAuth 2.0 Password Grant Type authentication, as it is not supported by Appian connected System. I have created a separate integration object to get the access code where I am passing below fields in request body. "client_id": {client id} , "client_secret": {client secret}, "username": {username}, "password": {password}, "grant_type": "password" Getting this error "error":"invalid_request","error_description":"The grant type was not specified in the request". I tried creating token using POSTMAN and there it was working fine. Attaching screenshot for both. POSTMAN Response: Appian Integration Response:
Hi! I have three questions regarding the Excel Tools plugin. Sadly the documentation is not very precise.1. How can we read headers with spaces (Example: a column with a header "User Name")? I found this question in two different threads but they are almost 10 years old, which have links to appian sites that are no longer accessible. 2. One of our clients provides us an excel that is automatically generated, and has +10 columns. I'm only interested in 3 of those columns. Is there a way we can pick and choose which info from the excel we are interested in? I'm using the Import Excel to Database smart service. I'm pretty sure that the "Excel Header Names" and "Database Field Names" parameters might be useful for this case, but I don't understand how to use them properly, and the documentation does not say a lot about them.3. The same excel that I mentioned in my 2nd question starts at row number 3. Row number 1 & 2 have som
Hi, The requirement is to export data to an excel file and add filters on all columns in a row, so that the user can manually select the filter manually. Export is successful using "Export DSE to Excel", but how to add the filters on all columns.
Hey, does anyone know how to use this? I tried something like this, but when I selected text on the document, nothing happened. I know it's wrong, but the descriptions from [mention:d980071ec4a04401afc047d67fdc6548:f7d226abd59f475c9d224a79e3f0ec07] weren’t very clear to me. If someone could guide me on how to use this instead of the smart service, I’d really appreciate it!
Hi All, I am trying to display the table header on repeat when there is page break inside a table when using the plugin html to pdf. I have tried most of the options, has someone faced trouble with this or implemented the same? Attaching the html code body{ font-size:14px; } img { max-width: 100% !important; max-height: 100% !important; } thead { display: table-header-group } tfoot { display: table-row-group } tr { page-break-inside: avoid } One One Row 1 Column 1 Row 1 Column 2 Row 2 Column 1 Row 2 Column 2 Row 3 Column 1 Row 3 Column 2 Row 4 Column 1 Row 4 Column 2 Row 5 Column 1 Row 5 Column 2 The generated pdf is as follows:
Does deploying custom plugins with custom data types automatically create CDTs in Appian? If not, does the plugin deployment fails if those CDTs are not created manually prior to deployment. Thanks in advance!
Sorry if I'm missing something obvious/another tread on this topic, but I haven't been able to find anything related after digging for a while and banging my head against the wall on this. Is there a way to natively pass variables into an integrations relative path? The goal is to have some user input field for that variable to pass through to the external endpoint, who's required format is along the lines of: base_path / relative_path / {variable} / relative_path2 I'm looking to avoid as much custom code as possible, but any help/advice would be appreciated!
Hello Everyone! We are using consume KAFKA plug-in, however the source system is publishing data to Kafka in Gzip format. In Appian we are reading data from consume KAFKA plugin able to store kafka messages in database. The body of the Json data is in Gzip format. Can anyone suggest how to decompress the data while reading data from database. Example: {"topic":"testTopic","partition":0,"offset":23,"key":"123","value":"\u001f�\b\u0000\u0000\u0000\u0000\u0000\u0000"} Thanks for your help!
I Used log reader plugin to get the logout details of all the member of that application. The plugin is working fine in the lower environments(dev and test) but it is not working fine in the production environment.Tried different solution like Checking the CSV path Checking the Configurations in different environment. Checking the server we are using What can be the solution for this please suggest some different alternatives
I used log reader plugin to get the logout details of all the member of that application. The plugin is working fine in the lower environments(dev and test) but it is not working fine in the production environment.What can be the solution for this
How to scan a document directly from a scanner into Appian.
Hi, have configured the office Add-in where am getting the task in Email, but the task, which gets loaded in Outlook is looking for credentials (Appian cred). I wish to know whether this Add -in could be used only for task for non-Appian users (the one who don't have an account created in Appian server) ( tasks of nature where Yes/No response is required ) Thanks
Hi all!I tried creating a Google reCaptcha Connected System. It asked for 3 things1. reCAPTCHA Project ID2. reCAPTCHA Site Key3. reCAPTCHA API Key The Project ID and Site Key is found in https://console.cloud.google.com after enabling reCAPTCHA Enterprise API and doing necessary configurations. But I couldn't find the reCAPTCHA API Key anywhere. Can anyone help me on this
Hello people! I'm trying to use OpenID Connect with my connected system. I have already configured OpenID Connect on my Admin Console, and it is alright, but when I try to use it in my connected system, I receive the following message: "Neither an access token nor a refresh token was found for the OpenID Connect provider." I have a question about this: Does the connected system in Appian use a POST client_secret_basic or client_secret_post? client_secret_basic: The client secret is sent as part of the HTTP Basic Authentication header. client_secret_post: The client secret is included in the body of the POST request.
Hi Team,I have created a WEB API in Appian only which is used to Write data to tables.I want to use this WEB API on Interface load. How can we do that ?Regards,Abdus Samad
What is the most efficient way to import a daily CSV with 1 million rows from s3 into an Appian? (On daily basis we have to truncate the table and load the new data).
My goal is to write into excel in multiple sheets using the "Export Data Store Entity to Excel" ability. I may write few values from process variables too into the excel sheet - apart from what I have in the database. So I have an excel sheet as template and wanted to leverage the "Custom Cell Positions" and "Custom Cell Values" ability in the "Export Data Store Entity to Excel" smart service to put in the values in the desired position of the excel sheet. I may end up putting atleast 50 values in a sheet. But I keep getting this error, even when I attempt to put couple of values using the "Custom Cell Positions""Custom cell positions cant refer to cells below the starting cell. Otherwise, they would be overwritten by data being exported. (APNX-1-4505-037)" I tried to use this simpler option too and still get the same error.Custom Cell Positions={"A6", "B6", "A7", "B7"}Custom Cell Values
I am unable to find an example illustrating the appropriate content that should be included within this file to localize the function category name
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.